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.
This commit is contained in:
axlrosen 2024-05-18 16:17:38 +01:00 committed by GitHub
parent 0756576ff9
commit 5a85483ed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@ recommended way to manage the creation and scaling of Pods.
hello-node 1/1 1 1 1m
```
(It may take some time for the pod to become available. If you see "0/1", try again in a few seconds.)
1. View the Pod:
```shell