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 table
This commit is contained in:
@@ -356,9 +356,9 @@ nginx-deployment-2035384211) and new replicas (nginx-deployment-3066724191) are
|
|||||||
```shell
|
```shell
|
||||||
$ kubectl get rs
|
$ kubectl get rs
|
||||||
NAME DESIRED CURRENT READY AGE
|
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-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.
|
Looking at the Pods created, you will see that the 2 Pods created by new ReplicaSet are stuck in an image pull loop.
|
||||||
|
|||||||
Reference in New Issue
Block a user