Merge pull request #9186 from kubernetes/tstromberg-patch-5

start docs: Mention that pods may initially be !Running
pull/9199/head
priyawadhwa 2020-09-08 13:47:04 -04:00 committed by GitHub
commit e3f887c99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ Alternatively, minikube can download the appropriate version of kubectl, if you
minikube kubectl -- get po -A
```
minikube bundles the Kubernetes Dashboard, allowing you to get easily acclimated to your new environment:
Initially, some services such as the storage-provisioner, may not yet be in a Running state. This is a normal condition during cluster bring-up, and will resolve itself momentarily. For additional insight into your cluster state, minikube bundles the Kubernetes Dashboard, allowing you to get easily acclimated to your new environment:
```shell
minikube dashboard