Mac安装Kubernetes
安装参考地址:https://codechina.csdn.net/mirrors/AliyunContainerService/k8s-for-docker-desktopKubernetes helm配置国内镜像源1、删除默认的源helm repo remove stable2、增加新的国内镜像源helm repo add stable https://burdenbear.github.io
·
安装参考地址:https://codechina.csdn.net/mirrors/AliyunContainerService/k8s-for-docker-desktop
Kubernetes helm配置国内镜像源
1、删除默认的源
helm repo remove stable
2、增加新的国内镜像源
helm repo add stable https://burdenbear.github.io/kube-charts-mirror/
3、查看helm源添加情况
helm repo list
4、搜索测试
helm search mysql
参考:https://github.com/BurdenBear/kube-charts-mirror
更多推荐
已为社区贡献1条内容
所有评论(0)