mirror of https://github.com/docker/docs.git
Merge pull request #13566 from shyamal-jadav/patch-2
Update kube-deploy.md
This commit is contained in:
commit
2db1c23afe
|
@ -95,8 +95,8 @@ All containers in Kubernetes are scheduled as _pods_, which are groups of co-loc
|
|||
if all is well, your deployment should be listed as follows:
|
||||
|
||||
```shell
|
||||
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
|
||||
bb-demo 1 1 1 1 48s
|
||||
NAME READY UP-TO-DATE AVAILABLE AGE
|
||||
bb-demo 1/1 1 1 40s
|
||||
```
|
||||
|
||||
This indicates all one of the pods you asked for in your YAML are up and running. Do the same check for your services:
|
||||
|
|
Loading…
Reference in New Issue