Updated /content/en/docs/reference/kubectl/cheatsheet
Signed-off-by: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com>
This commit is contained in:
parent
142a543d56
commit
92fbd57141
|
|
@ -45,7 +45,7 @@ echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc
|
|||
Require kubectl version 1.23 or above.
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
### A note on `--all-namespaces`
|
||||
|
|
|
|||
Loading…
Reference in New Issue