We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3660a0 + 2d69c47 commit 6894174Copy full SHA for 6894174
content/en/docs/reference/kubectl/cheatsheet.md
@@ -39,6 +39,11 @@ complete -F __start_kubectl k
39
source <(kubectl completion zsh) # setup autocomplete in zsh into the current shell
40
echo "[[ $commands[kubectl] ]] && source <(kubectl completion zsh)" >> ~/.zshrc # add autocomplete permanently to your zsh shell
41
```
42
+### A Note on --all-namespaces
43
+
44
+Appending `--all-namespaces` happens frequently enough where you should be aware of the shorthand for `--all-namespaces`:
45
46
+```kubectl -A```
47
48
## Kubectl context and configuration
49
0 commit comments