diff --git a/get-started/kube-deploy.md b/get-started/kube-deploy.md index fd4a4fb4f7..b114c5ed7d 100644 --- a/get-started/kube-deploy.md +++ b/get-started/kube-deploy.md @@ -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: