摘要:
应用升级 Kubectl set image --help 有案例指定新版本 [root@k8s-master ~]# kubectl set image deployment/nginx nginx=nginx:1.11 升级之后他会将所有版本进行替换,用describe来查看版本 [root@k 阅读全文
posted @ 2019-07-08 12:56
#赵程#
阅读(1892)
评论(0)
推荐(0)
摘要:
问题排查一 从describe去查找相应的deploy/pod/rs/svc [root@k8s-master ~]# kubectl describe po/nginx-f95d765f9-8b6bp [root@k8s-master ~]# kubectl describe deploy/ngi 阅读全文
posted @ 2019-07-08 12:54
#赵程#
阅读(708)
评论(0)
推荐(0)