Merge pull request #34579 from jjinux/patch-1

Fixed a zsh bug in the kubectl cheat sheet
This commit is contained in:
Kubernetes Prow Robot
2022-06-27 01:44:59 -07:00
committed by GitHub
@@ -37,7 +37,7 @@ complete -o default -F __start_kubectl k
```bash
source <(kubectl completion zsh) # setup autocomplete in zsh into the current shell
echo "[[ $commands[kubectl] ]] && source <(kubectl completion zsh)" >> ~/.zshrc # add autocomplete permanently to your zsh shell
echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc # add autocomplete permanently to your zsh shell
```
### A Note on --all-namespaces