Fix the doc example

This commit is contained in:
linzhaoming
2017-09-23 16:22:06 +08:00
committed by Andrew Chen
parent 657734de6f
commit 2872def62b
2 changed files with 2 additions and 2 deletions
@@ -532,7 +532,7 @@ web-2 gcr.io/google_containers/nginx-slim:0.7
Patch `web` StatefulSet 来执行 `RollingUpdate` 更新策略。
```shell
kubectl patch statefulset web -p '{"spec":{"updateStrategy":{"type":"RollingUpdate"}}}
kubectl patch statefulset web -p '{"spec":{"updateStrategy":{"type":"RollingUpdate"}}}'
statefulset "web" patched
```