kubernetes.io/docs/tasks/tools/included/optional-kubectl-configs-bash-linux/
apt-get install bash-completion
or yum install bash-completion
o find out, reload your shell and run type _init_completion
. If the command succeeds, you're already set, otherwise add the following to your ~/.bashrc
file:
source /usr/share/bash-completion/bash_completion
The kubectl completion script for Bash can be generated with the command
kubectl completion bash
kubectl rollout history deployment vea-cc -n fda
No comments:
Post a Comment