本文作者:丁辉
Kubectl安装命令自动补全工具
安装 bash-completion
Ubuntu
1
apt-get install bash-completion
Centos
1
yum install bash-completion
启动 kubectl 自动补全功能
1 | echo 'source <(kubectl completion bash)' >>~/.bashrc |
I'm so cute. Please give me money.
- 本文链接: https://blog.offends.cn/Kubernetes/部署文档/Kubectl工具安装/Kubectl安装命令自动补全工具.html
- 版权声明: 本博客所有文章除特别声明外,均默认采用 CC BY-NC-SA 4.0 许可协议。