【问题标题】:Artifactory 6.4 virtual helm repo doesn't really work?Artifactory 6.4 virtual helm repo 真的不行吗?
【发布时间】:2018-10-03 13:27:39
【问题描述】:

我正在尝试在 Artifactory (6.4) 上使用 helm repos,并创建了 虚拟和本地 repo,然后上传(使用 Web UI)一些示例图表。那么:

添加虚拟仓库:

$ helm repo add helm-test-virtual http://x.x.x.x/artifactory/helm-test-virtual --username user1
Password:
"helm-test-virtual" has been added to your repositories

回购中的新内容:

$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "helm-test-virtual" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈ Happy Helming!⎈

我已经上传并重新索引一些示例舵图:

$ helm search helm-test-virtual/
No results found

谁能告诉我为什么helm search helm-test-virtual/No results found

【问题讨论】:

    标签: artifactory kubernetes-helm


    【解决方案1】:

    您上传文件后是否发送了helm repo update? helm 客户端有一个本地缓存并从中解析所有内容,包括搜索。

    【讨论】:

    • 是的,我确实运行了它。
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2012-12-21
    • 2014-05-30
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多