Update minikube.md (#6922)

When the container is being created, the ready number is 0/1.
This commit is contained in:
Gray
2018-03-04 15:17:52 -05:00
committed by k8s-ci-robot
parent 4ea101d9b0
commit 819af04c3c
+1 -1
View File
@@ -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