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.
1 parent 1e232e3 commit 7827c19Copy full SHA for 7827c19
content/en/docs/reference/kubectl/cheatsheet.md
@@ -39,6 +39,13 @@ complete -o default -F __start_kubectl k
39
source <(kubectl completion zsh) # set up 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
+
43
+### FISH
44
45
+```bash
46
+kubectl completion fish | source # add it to your fish configuration file to setup autocomplete in your fish shell
47
+```
48
49
### A note on `--all-namespaces`
50
51
Appending `--all-namespaces` happens frequently enough that you should be aware of the shorthand for `--all-namespaces`:
0 commit comments