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 948dec7 commit 25e953fCopy full SHA for 25e953f
content/en/docs/reference/kubectl/cheatsheet.md
@@ -39,15 +39,6 @@ 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
-Require kubectl version 1.23 or above.
46
47
-```bash
48
-echo 'kubectl completion fish | source' >> ~/.config/fish/config.fish # add autocomplete permanently to your fish shell
49
-```
50
51
### A note on `--all-namespaces`
52
53
Appending `--all-namespaces` happens frequently enough that you should be aware of the shorthand for `--all-namespaces`:
0 commit comments