Skip to content

Commit c2650d6

Browse files
authored
Update hello-minikube.md
Update the tutorial instructions to get the correct pod name
1 parent 135fe55 commit c2650d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ recommended way to manage the creation and scaling of Pods.
141141
kubectl config view
142142
```
143143

144-
1. View application logs for a container in a pod.
144+
1. View application logs for a container in a pod (replace pod name with the one you got from `kubectl get pods`).
145145

146146
```shell
147147
kubectl logs hello-node-5f76cf6ccf-br9b5

0 commit comments

Comments
 (0)