From 6ad2a2706b35e3c70496adfa8af86b879ce7714b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=97=A0=E7=97=B4=E8=BF=B7=EF=BC=8C=E4=B8=8D=E6=88=90?= =?UTF-8?q?=E5=8A=9F?= <943299334@qq.com> Date: Wed, 11 Apr 2018 06:51:41 -0700 Subject: [PATCH] Update rollingupdateWithZeroDowntime.md --- docs/guide/rollingupdateWithZeroDowntime.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/rollingupdateWithZeroDowntime.md b/docs/guide/rollingupdateWithZeroDowntime.md index d051e52..5437c3b 100644 --- a/docs/guide/rollingupdateWithZeroDowntime.md +++ b/docs/guide/rollingupdateWithZeroDowntime.md @@ -33,6 +33,7 @@ kubectl -n k8s-ecoysystem-apps rollout status deployments/helloworldapi kubectl describe pods -n k8s-ecoysystem-apps ``` ![](https://images2018.cnblogs.com/blog/1082769/201804/1082769-20180410160924346-999250417.png) + 从上图可以看到,镜像已经升级到v2.3版本 ### 4.3. 回滚发布 ```javascript