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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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```