Skip to content

Commit

Permalink
delete special symbol (#12445)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyponet authored and k8s-ci-robot committed Feb 17, 2019
1 parent 48fd1e5 commit d22320f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ web-2 k8s.gcr.io/nginx-slim:0.8
`web-0` has had its image updated, but `web-0` and `web-1` still have the original
image. Complete the update by deleting the remaining Pods.

```shell
```shell
kubectl delete pod web-1 web-2
pod "web-1" deleted
pod "web-2" deleted
Expand All @@ -489,7 +489,7 @@ pod "web-2" deleted

观察 StatefulSet 的 Pod,等待它们全部变成 Running 和 Ready。

```
```shell
kubectl get pods -w -l app=nginx
NAME READY STATUS RESTARTS AGE
web-0 1/1 Running 0 8m
Expand Down

0 comments on commit d22320f

Please sign in to comment.