Skip to content

Commit

Permalink
Update hello-minikube.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
axlrosen committed May 18, 2024
1 parent 0756576 commit 5a85483
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/docs/tutorials/hello-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a85483

Please sign in to comment.