Merge pull request #28547 from elyscape/completion-docs

Automatic merge from submit-queue

Reformat kubectl completion example text
This commit is contained in:
k8s-merge-robot 2016-07-06 23:37:06 -07:00 committed by GitHub
commit 8741217179

View File

@ -34,8 +34,9 @@ completion of kubectl commands.
completion_example = `
$ source <(kubectl completion bash)
will load the kubectl completion code for bash. Note that this depends on the bash-completion
framework. It must be sourced before sourcing the kubectl completion, i.e. on the Mac:
will load the kubectl completion code for bash. Note that this depends on the
bash-completion framework. It must be sourced before sourcing the kubectl
completion, e.g. on the Mac:
$ brew install bash-completion
$ source $(brew --prefix)/etc/bash_completion