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 6eba975 + aa6e7d8 commit 6668256Copy full SHA for 6668256
content/en/docs/reference/kubectl/quick-reference.md
@@ -45,10 +45,12 @@ echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc
45
46
### FISH
47
48
-Require kubectl version 1.23 or above.
+{{< note >}}
49
+Requires kubectl version 1.23 or above.
50
+{{< /note >}}
51
52
```bash
-echo 'kubectl completion fish | source' >> ~/.config/fish/config.fish # add kubectl autocompletion permanently to your fish shell
53
+echo 'kubectl completion fish | source' > ~/.config/fish/completions/kubectl.fish && source ~/.config/fish/completions/kubectl.fish
54
```
55
56
### A note on `--all-namespaces`
0 commit comments