Updated /content/en/docs/reference/kubectl/cheatsheet

Signed-off-by: Utkarsh Singh <96516301+utkarsh-singh1@users.noreply.github.com>
This commit is contained in:
Utkarsh Singh 2023-09-24 16:34:35 +00:00
parent 142a543d56
commit 92fbd57141
1 changed files with 1 additions and 1 deletions

View File

@ -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`