From 50089047e7819ade7e7fd0e9f977bfe08ee6f834 Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Thu, 23 Nov 2023 10:29:11 +0200 Subject: [PATCH] Add tip about namespace being the hub Co-authored-by: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> --- docs/howto/troubleshoot/logs/kubectl-logs.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/howto/troubleshoot/logs/kubectl-logs.md b/docs/howto/troubleshoot/logs/kubectl-logs.md index 518f4c6015..b379443fc2 100644 --- a/docs/howto/troubleshoot/logs/kubectl-logs.md +++ b/docs/howto/troubleshoot/logs/kubectl-logs.md @@ -113,6 +113,11 @@ kubectl describe -n kube-system configmap cluster-autoscaler-status ``` ### Kubernetes pod events and status + +```{tip} +The following commands require passing the namespace where a specific pod is running. Usually this namespace is the same with the hub name. +``` + 1. Running pods in a namespace and their status ```bash kubectl get pods -n