From c2650d69a9b543670662e8b7ff62b50fcc40336c Mon Sep 17 00:00:00 2001 From: Osama Dar Date: Wed, 5 Jun 2024 14:32:08 +0200 Subject: [PATCH] Update hello-minikube.md Update the tutorial instructions to get the correct pod name --- content/en/docs/tutorials/hello-minikube.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tutorials/hello-minikube.md b/content/en/docs/tutorials/hello-minikube.md index 3e20defe9b..f1d43391d5 100644 --- a/content/en/docs/tutorials/hello-minikube.md +++ b/content/en/docs/tutorials/hello-minikube.md @@ -141,7 +141,7 @@ recommended way to manage the creation and scaling of Pods. kubectl config view ``` -1. View application logs for a container in a pod. +1. View application logs for a container in a pod (replace pod name with the one you got from `kubectl get pods`). ```shell kubectl logs hello-node-5f76cf6ccf-br9b5