From eaa4a41c5df9b112d9e5b4327f3f51e5eebae710 Mon Sep 17 00:00:00 2001 From: Shyamal Jadav Date: Mon, 20 Sep 2021 14:49:58 +0530 Subject: [PATCH] Update kube-deploy.md --- get-started/kube-deploy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/get-started/kube-deploy.md b/get-started/kube-deploy.md index ed61088537..71703ac4d2 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: