Commit 73982195 authored by Xianglin Gao's avatar Xianglin Gao

improve kubectl completion help

parent 1a75395d
...@@ -67,6 +67,8 @@ var ( ...@@ -67,6 +67,8 @@ var (
# Installing bash completion on Linux # Installing bash completion on Linux
## If bash-completion is not installed on Linux, please install the 'bash-completion' package
## 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 if from .bash_profile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment