Merge pull request #2137 from alexanderilyin/patch-2

Update kubectl-cheatsheet.md
This commit is contained in:
Andrew Chen
2017-01-09 14:25:15 -08:00
committed by GitHub
+1 -1
View File
@@ -12,7 +12,7 @@ See also: [Kubectl Overview](/docs/user-guide/kubectl-overview/) and [JsonPath G
## Kubectl Autocomplete
```console
$ source <(kubectl completion bash) # setup autocomplete in bash
$ source <(kubectl completion bash) # setup autocomplete in bash, bash-completion package should be installed first.
$ source <(kubectl completion zsh) # setup autocomplete in zsh
```