fix typo of kubectl completion -h
Kubernetes-commit: fe094b20d2d66a28d4cfb78fcb493d213136cded
This commit is contained in:
parent
001f65682a
commit
269a0a3ee5
|
@ -71,7 +71,7 @@ var (
|
||||||
## via your distribution's package manager.
|
## via your distribution's package manager.
|
||||||
## Load the kubectl completion code for bash into the current shell
|
## Load the kubectl completion code for bash into the current shell
|
||||||
source <(kubectl completion bash)
|
source <(kubectl completion bash)
|
||||||
## Write bash completion code to a file and source if from .bash_profile
|
## Write bash completion code to a file and source it from .bash_profile
|
||||||
kubectl completion bash > ~/.kube/completion.bash.inc
|
kubectl completion bash > ~/.kube/completion.bash.inc
|
||||||
printf "
|
printf "
|
||||||
# Kubectl shell completion
|
# Kubectl shell completion
|
||||||
|
|
Loading…
Reference in New Issue