chartmuseum仓库我使用helm install chartmuseum/ --name chartmuseum创建的
service 使用NodePort 31000端口
[root@host1 ~]# helm repo list
NAME URL
stable https://kubernetes.oss-cn-hangzhou.aliyuncs.com/charts
local http://127.0.0.1:8879/charts
hanyu http://192.168.66.130:9000/wuzhao
ChartMuseum http://192.168.127.168:31000/
[root@host1 ~]# helm repo update
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "ChartMuseum" chart repository
...Successfully got an update from the "hanyu" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈ Happy Helming!⎈
[root@host1 ~]# helm search ChartMuseum
No results found
[root@host1 ~]# helm push nezha-1.1.0.tgz ChartMuseum
Pushing nezha-1.1.0.tgz to ChartMuseum...
Error: 404: not found
Error: plugin "push" exited with error
[root@host1 ~]# curl --data-binary "@nezha-1.1.0.tgz" http://192.168.127.168:31000/api/charts
{"error":"not found"}
https://github.com/helm/chartmuseum
哪位大神,有遇到过?
看起来是chartmuseum 启动有问题 可以kubectl logs -f 查看一下chartmuseum 的 pod 日志,看一下具体问题
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。