Skip to content

Commit 30e76b2

Browse files
caishan2018k8s-ci-robot
authored andcommitted
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
1 parent 427ac2a commit 30e76b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/workloads/controllers/deployment.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -356,9 +356,9 @@ nginx-deployment-2035384211) and new replicas (nginx-deployment-3066724191) are
356356
```shell
357357
$ kubectl get rs
358358
NAME DESIRED CURRENT READY AGE
359-
nginx-deployment-1564180365 2 2 0 25s
359+
nginx-deployment-1564180365 2 2 2 25s
360360
nginx-deployment-2035384211 0 0 0 36s
361-
nginx-deployment-3066724191 2 2 2 6s
361+
nginx-deployment-3066724191 2 2 0 6s
362362
```
363363

364364
Looking at the Pods created, you will see that the 2 Pods created by new ReplicaSet are stuck in an image pull loop.

0 commit comments

Comments
 (0)