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 142a543 commit 92fbd57Copy full SHA for 92fbd57
content/en/docs/reference/kubectl/cheatsheet.md
@@ -45,7 +45,7 @@ echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc
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
+echo 'kubectl completion fish | source' >> ~/.config/fish/config.fish # add kubectl autocompletion permanently to your fish shell
49
```
50
51
### A note on `--all-namespaces`
0 commit comments