fix the command output

fix the command output
This commit is contained in:
chenhuan12 2017-09-12 11:34:03 +08:00 committed by Andrew Chen
parent 7eeb603154
commit fcdf4ecc83
1 changed files with 1 additions and 1 deletions

View File

@ -464,7 +464,7 @@ Patch the container image for the `web` StatefulSet.
```shell
kubectl patch statefulset web --type='json' -p='[{"op": "replace", "path": "/spec/template/spec/containers/0/image", "value":"gcr.io/google_containers/nginx-slim:0.7"}]'
"web" patched
statefulset "web" patched
```
Delete the `web-0` Pod.