Skip to content

Commit

Permalink
Add tip about namespace being the hub
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Gibson <[email protected]>
  • Loading branch information
GeorgianaElena and sgibson91 committed Nov 23, 2023
1 parent b931ce0 commit 5008904
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/howto/troubleshoot/logs/kubectl-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <namespace>
Expand Down

0 comments on commit 5008904

Please sign in to comment.