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

  

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