Fix deployment.md with wrong READY numbers (#9584)
The status of READY number should be 2 instead of 0, described in the first line of tablepull/9166/head^2
parent
427ac2a59c
commit
30e76b2781
|
|
@ -356,9 +356,9 @@ nginx-deployment-2035384211) and new replicas (nginx-deployment-3066724191) are
|
|||
```shell
|
||||
$ kubectl get rs
|
||||
NAME DESIRED CURRENT READY AGE
|
||||
nginx-deployment-1564180365 2 2 0 25s
|
||||
nginx-deployment-1564180365 2 2 2 25s
|
||||
nginx-deployment-2035384211 0 0 0 36s
|
||||
nginx-deployment-3066724191 2 2 2 6s
|
||||
nginx-deployment-3066724191 2 2 0 6s
|
||||
```
|
||||
|
||||
Looking at the Pods created, you will see that the 2 Pods created by new ReplicaSet are stuck in an image pull loop.
|
||||
|
|
|
|||
Loading…
Reference in New Issue