上一页 1 2 3 4 5 6 7 ··· 48 下一页
摘要: 参照里面的第4步: https://www.cnblogs.com/effortsing/p/10486960.html 阅读全文
posted @ 2019-03-21 11:16 effortsing 阅读(2198) 评论(0) 推荐(0) 编辑
摘要: def label = "jnlp-slave" podTemplate(label: label, cloud: 'kubernetes',containers: [ containerTemplate(name: 'jnlp-slave', image: 'jenkinsci/jnlp-slave:v1') ], volumes: [hostPathVolume(mounnt... 阅读全文
posted @ 2019-03-09 11:52 effortsing 阅读(601) 评论(0) 推荐(0) 编辑
摘要: 原因:没有做持久化存储 阅读全文
posted @ 2019-03-09 11:05 effortsing 阅读(1106) 评论(0) 推荐(0) 编辑
摘要: 用docker查看日志 docker logs c36c56e4cfa3 (容器id) 阅读全文
posted @ 2019-03-08 18:02 effortsing 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 刷新界面即可,查看已安装的插件即可,这个时候已经安装完了,不用重启,直接使用插件即可 阅读全文
posted @ 2019-03-08 17:33 effortsing 阅读(2700) 评论(0) 推荐(0) 编辑
摘要: 这个时候是已经升级成功了的,刷新界面,从新登录即可 阅读全文
posted @ 2019-03-08 17:18 effortsing 阅读(277) 评论(0) 推荐(0) 编辑
摘要: 因为做了数据持久化存储,需要删除数据目录下的数据才可以参照:https://www.cnblogs.com/effortsing/p/10496391.html 阅读全文
posted @ 2019-03-08 16:30 effortsing 阅读(823) 评论(0) 推荐(0) 编辑
摘要: 参照:https://www.cnblogs.com/effortsing/p/10486960.html 这里面的deployment.yaml对应的pod就是永久无法删除的 阅读全文
posted @ 2019-03-08 16:23 effortsing 阅读(2540) 评论(0) 推荐(0) 编辑
摘要: 1、先删除pod2、再删除对应的deployment否则只是删除pod是不管用的,还会看到pod,因为deployment.yaml文件中定义了副本数量 实例如下: 删除pod [root@test2 ~]# kubectl get pod -n jenkins NAME READY STATUS RESTARTS AGE ... 阅读全文
posted @ 2019-03-08 16:20 effortsing 阅读(127519) 评论(2) 推荐(5) 编辑
摘要: 分析: 是因为删除了pod,但是没有删除对应的deployment,删除对应的deployment即可 实例如下: 删除pod [root@test2 ~]# kubectl get pod -n jenkins NAME READY STATUS RESTARTS AGE jenkins2-8698b5449c-grbdm... 阅读全文
posted @ 2019-03-08 16:16 effortsing 阅读(4505) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 48 下一页