Skip to content

Commit 25e953f

Browse files
Updated /docs/reference/kubectl/cheatsheet.md
Signed-off-by: utkarsh-singh1 <[email protected]>
1 parent 948dec7 commit 25e953f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

content/en/docs/reference/kubectl/cheatsheet.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,6 @@ complete -o default -F __start_kubectl k
3939
source <(kubectl completion zsh) # set up autocomplete in zsh into the current shell
4040
echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc # add autocomplete permanently to your zsh shell
4141
```
42-
43-
### FISH
44-
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
49-
```
50-
5142
### A note on `--all-namespaces`
5243

5344
Appending `--all-namespaces` happens frequently enough that you should be aware of the shorthand for `--all-namespaces`:

0 commit comments

Comments
 (0)