Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
charliedmcb committed Nov 14, 2024
1 parent 8e65e20 commit f68af94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/workshops/kubecon_azure_track.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ When you see `eks-node-viewer` use `aks-node-viewer` instead.

> Note: if you ever end up needing to use the extended log command to look back over a longer period of time, make sure its using the `kube-system` namespace like follows:
> ```bash
> kubectl -n karpenter logs -f deployment/karpenter --all-containers=true --since=20m
> kubectl -n kube-system logs -f deployment/karpenter --all-containers=true --since=20m
> ```
## Main Topics
Expand Down

0 comments on commit f68af94

Please sign in to comment.