Merge pull request #13566 from shyamal-jadav/patch-2

Update kube-deploy.md
This commit is contained in:
Usha Mandya 2021-10-04 10:50:53 +01:00 committed by GitHub
commit 2db1c23afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: