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 7827c19 commit 99928d6Copy full SHA for 99928d6
content/en/docs/reference/kubectl/cheatsheet.md
@@ -42,8 +42,10 @@ echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc
42
43
### FISH
44
45
+Require kubectl version 1.23 or more.
46
+
47
```bash
-kubectl completion fish | source # add it to your fish configuration file to setup autocomplete in your fish shell
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`
0 commit comments