Skip to content

Commit 5a85483

Browse files
authored
Update hello-minikube.md
When I ran `kubectl get deployments`, it showed no available nodes. So I thought I did something wrong. Eventually I ran it again and it matched the expected output. So, I would like to add a helpful hint to the documentation.
1 parent 0756576 commit 5a85483

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/tutorials/hello-minikube.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ recommended way to manage the creation and scaling of Pods.
114114
hello-node 1/1 1 1 1m
115115
```
116116

117+
(It may take some time for the pod to become available. If you see "0/1", try again in a few seconds.)
118+
117119
1. View the Pod:
118120

119121
```shell

0 commit comments

Comments
 (0)