From 819af04c3c8013013f84c9f398be00072a6812d8 Mon Sep 17 00:00:00 2001 From: Gray Date: Sun, 4 Mar 2018 15:17:52 -0500 Subject: [PATCH] Update minikube.md (#6922) When the container is being created, the ready number is 0/1. --- docs/getting-started-guides/minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/minikube.md b/docs/getting-started-guides/minikube.md index 231b6affe4..598b2521a1 100644 --- a/docs/getting-started-guides/minikube.md +++ b/docs/getting-started-guides/minikube.md @@ -57,7 +57,7 @@ service "hello-minikube" exposed # To check whether the pod is up and running we can use the following: $ kubectl get pod NAME READY STATUS RESTARTS AGE -hello-minikube-3383150820-vctvh 1/1 ContainerCreating 0 3s +hello-minikube-3383150820-vctvh 0/1 ContainerCreating 0 3s # We can see that the pod is still being created from the ContainerCreating status $ kubectl get pod NAME READY STATUS RESTARTS AGE