Skip to content

Commit

Permalink
tell the user to use their own name, not the example. (#44115)
Browse files Browse the repository at this point in the history
* tell the user to use their own name, not the example.

The example command won't work if just copy/pasted, the name in it needs updating to the one in the user's environment.

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

Co-authored-by: lakshmi prasuna <thummala.prasuna@india.nec.com>

* Update hello-minikube.md

Fixing line styling

* Updated to use a note.

* Removing stray left over line

---------

Co-authored-by: lakshmi prasuna <thummala.prasuna@india.nec.com>
  • Loading branch information
digininja and T-Lakshmi authored Jun 14, 2024
1 parent c5b16ab commit 41ae34b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/en/docs/tutorials/hello-minikube.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ recommended way to manage the creation and scaling of Pods.

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

{{< note >}}
Replace `hello-node-5f76cf6ccf-br9b5` in the `kubectl logs` command with the name of the pod from the `kubectl get pods` command output.
{{< /note >}}

```shell
kubectl logs hello-node-5f76cf6ccf-br9b5
```
Expand Down

0 comments on commit 41ae34b

Please sign in to comment.