Kevin_306

38 k8s 镜像更新和回滚

k8s 镜像更新和回滚

# 执行更新nginx操作
[root@k8s-master01 ~]# kubectl set image deploy nginx nginx=nginx:787977da --record
# 查看历史版本
[root@k8s-master01 ~]# kubectl rollout history deploy nginx
# 回滚到上一个版本
[root@k8s-master01 ~]# kubectl rollout undo deploy nginx
[root@k8s-master01 ~]# kubectl get po
[root@k8s-master01 ~]# kubectl get deploy nginx -oyaml | grep nginx

posted on 2021-11-26 14:30  熊猫小虾  阅读(93)  评论(0编辑  收藏  举报

导航