kubectl 常用命令,helm常用命令

一.kubectl

 

   1.kubectl 使用不同的kubeconfig文件连接不同的集群

      kubectl --kubeconfig config52 get  pods -n kube-system | grep etcd

     2. 

二.helm

  1. 更新仓库

helm repo update

      2.仓库里搜索指定

helm search  repo node-problem

  3.下载某个helm包

helm pull  chartrepo-itg/node-problem-detector

  

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章