【问题标题】:How I can install feast on kubernetes我如何在 kubernetes 上安装盛宴
【发布时间】:2021-06-07 18:20:22
【问题描述】:

我想用 helm 在 Kubernetes 上安装盛宴 - 我按照 https://docs.feast.dev/v/master/getting-started/install-feast/kubernetes-with-helm 上的步骤操作

在命令之后

helm install --debug feast feast-charts/feast
Error: scheme "gs" not supported
helm.go:81: [debug] scheme "gs" not supported
helm.sh/helm/v3/pkg/getter.Providers.ByScheme
    /private/tmp/helm-20210204-99981-1f8vc0y/pkg/getter/getter.go:156
helm.sh/helm/v3/pkg/downloader.(*ChartDownloader).DownloadTo
    /private/tmp/helm-20210204-99981-1f8vc0y/pkg/downloader/chart_downloader.go:94
helm.sh/helm/v3/pkg/action.(*ChartPathOptions).LocateChart
    /private/tmp/helm-20210204-99981-1f8vc0y/pkg/action/install.go:675
main.runInstall
    /private/tmp/helm-20210204-99981-1f8vc0y/cmd/helm/install.go:185
main.newInstallCmd.func2
    /private/tmp/helm-20210204-99981-1f8vc0y/cmd/helm/install.go:120
github.com/spf13/cobra.(*Command).execute
    /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.1.1/command.go:850
github.com/spf13/cobra.(*Command).ExecuteC
    /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.1.1/command.go:958
github.com/spf13/cobra.(*Command).Execute
    /Users/brew/Library/Caches/Homebrew/go_mod_cache/pkg/mod/github.com/spf13/cobra@v1.1.1/command.go:895
main.main
    /private/tmp/helm-20210204-99981-1f8vc0y/cmd/helm/helm.go:80
runtime.main
    /usr/local/Cellar/go/1.15.7_1/libexec/src/runtime/proc.go:204
runtime.goexit
    /usr/local/Cellar/go/1.15.7_1/libexec/src/runtime/asm_amd64.s:1374

掌舵版本 3.5.2

我该如何解决这个问题?

【问题讨论】:

    标签: kubernetes-helm feast


    【解决方案1】:

    看来你需要安装 gs helm 插件才能从谷歌云存储下载依赖项

    helm 插件安装https://github.com/ausov/helm-gs.git

    【讨论】:

      【解决方案2】:

      您遇到的上述问题与此问题有关:https://github.com/feast-dev/feast-helm-charts/issues/2

      它已经解决了。您现在可以使用上述命令无需 helm-gs 安装Feast。你只需要 Helm

      【讨论】:

        猜你喜欢
        • 2021-11-08
        • 2022-08-17
        • 1970-01-01
        • 2018-09-18
        • 2019-11-13
        • 1970-01-01
        • 2020-02-17
        • 2017-09-25
        • 2015-10-03
        相关资源
        最近更新 更多