成功最有效的方法就是向有经验的人学习!

harbor配置helm chart仓库

harbor配置helm chart仓库
1、harbor 安装的时候 默认没有helm charts的仓库,如果已经安装过重新执行安装即可,不需要prepare

docker-compose stop
./install.sh --with-chartmuseum

安装完成之后登录页面上就会有了 helm charts 了,页面上也可以直接上传charts

2、helm 需要安装插件并添加源,需要harbor登陆用户密码

helm plugin install https://github.com/chartmuseum/helm-push
helm repo add course https://reg/chartrepo/library --username=admin --password=GJ9JwGl0jL

3、上传

helm push polling-helm course

PS:如果出现以下错误提示:

Error: couldn't load repositories file (/root/.config/helm/repositories.yaml): open /root/.config/helm/repositories.yaml: no such file or directory

解决方法:则拷贝相应的文件到目录

mkdir /root/.config/helm && cp .helm/repository/repositories.yaml /root/.config/helm/repositories.yaml

错误提示:
cp: 无法创建普通文件"/root/.cache/helm/repository/course-index.yaml": 没有那个文件或目录
解决方法:

mkdir /root/.cache/helm/repository -p && cp .helm/repository/cache/course-index.yaml /root/.cache/helm/repository/course-index.yaml
赞(1) 打赏
未经允许不得转载:陈桂林博客 » harbor配置helm chart仓库
分享到

大佬们的评论 抢沙发

全新“一站式”建站,高质量、高售后的一条龙服务

微信 抖音 支付宝 百度 头条 快手全平台打通信息流

橙子建站.极速智能建站8折购买虚拟主机

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续给力更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫打赏

微信扫一扫打赏

登录

找回密码

注册