Update content/en/docs/reference/kubectl/cheatsheet.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Brett Wolmarans
2022-03-24 10:29:42 -07:00
committed by GitHub
parent 8dd6fa677d
commit 2d69c47782
@@ -40,7 +40,7 @@ echo "[[ $commands[kubectl] ]] && source <(kubectl completion zsh)" >> ~/.zshrc
```
### A Note on --all-namespaces
Appending --all-namespaces happens frequently enough where you should be aware of the shorthand for --all-namespaces:
Appending `--all-namespaces` happens frequently enough where you should be aware of the shorthand for `--all-namespaces`:
```kubectl -A```