[root@k8s-master01 ~]# helm repo remove stable
"stable" has been removed from your repositories
[root@k8s-master01 ~]# helm repo add stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts        另外一个helm repo add stable http://mirror.azure.cn/kubernetes/charts/
"stable" has been added to your repositories
[root@k8s-master01 ~]# helm repo update
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "stable" chart repository
Update Complete.
[root@k8s-master01 ~]# helm search

 查看仓库信息。

[root@k8s-master01 dashboard]# helm repo list
NAME      URL                                                   
local     http://127.0.0.1:8879/charts                          
stable    https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts

 

相关文章:

  • 2021-11-28
  • 2021-09-05
  • 2020-10-04
  • 2022-01-28
  • 2021-08-05
  • 2022-12-23
  • 2021-08-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
  • 2022-12-23
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
相关资源
相似解决方案