banner
NEWS LETTER

Kubectl安装命令自动补全工具

Scroll down

本文作者:丁辉

Kubectl安装命令自动补全工具

官方文档

安装 bash-completion

  • Ubuntu

    1
    apt-get install bash-completion
  • Centos

    1
    yum install bash-completion

启动 kubectl 自动补全功能

1
2
echo 'source <(kubectl completion bash)' >>~/.bashrc
source ~/.bashrc

I'm so cute. Please give me money.

其他文章
cover
Kubectl安装Convert插件
  • 70/01/01
  • 00:00
  • Kubernetes-部署文档
cover
二进制文件安装Kubectl
  • 70/01/01
  • 00:00
  • Kubernetes-部署文档
目录导航 置顶
  1. 1. Kubectl安装命令自动补全工具
    1. 1.1. 安装 bash-completion
    2. 1.2. 启动 kubectl 自动补全功能
请输入关键词进行搜索