按照 本地安装 | Zadig 文档 (koderover.com) 文档,使用 quickstart 脚本执行安装,helm执行直接报错:
WSL at mengz ./quickstart-install.sh bash
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
NO ENCRYPTION KEY PROVIDED, ZADIG HAS GENERATED AN ENCRYPTION KEY
F24F54BF68C735533C5455A848A8D5E6
THIS KEY WILL BE USED FOR POSSIBLE FUTURE REINSTALLATION, PLEASE SAVE THIS KEY CAREFULLY
installing zadig ...
"koderover-chart" already exists with the same configuration, skipping
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "koderover-chart" chart repository
Update Complete. ⎈Happy Helming!⎈
history.go:56: [debug] getting history for release zadig-zadig
Release "zadig-zadig" does not exist. Installing it now.
install.go:214: [debug] Original chart version: "2.1.0"
install.go:231: [debug] CHART PATH: /home/mengz/.cache/helm/repository/zadig-2.1.0.tgz
install.go:251: [debug] WARNING: This chart or one of its subcharts contains CRDs. Rendering may fail or contain inaccuracies.
Error: unable to build kubernetes objects from release manifest: [resource mapping not found for name: "gateway-proxy" namespace: "zadig" from "": no matches for kind "Gateway" in version "gateway.solo.io/v1"
ensure CRDs are installed first, resource mapping not found for name: "gateway-proxy-ssl" namespace: "zadig" from "": no matches for kind "Gateway" in version "gateway.solo.io/v1"
ensure CRDs are installed first, resource mapping not found for name: "default" namespace: "zadig" from "": no matches for kind "Settings" in version "gloo.solo.io/v1"
ensure CRDs are installed first, resource mapping not found for name: "auth-server" namespace: "" from "": no matches for kind "Upstream" in version "gloo.solo.io/v1"
ensure CRDs are installed first, resource mapping not found for name: "zadig" namespace: "" from "": no matches for kind "VirtualService" in version "gateway.solo.io/v1"
ensure CRDs are installed first]
helm.go:84: [debug] [resource mapping not found for name: "gateway-proxy" namespace: "zadig" from "": no matches for kind "Gateway" in version "gateway.solo.io/v1"
ensure CRDs are installed first, resource mapping not found for name: "gateway-proxy-ssl" namespace: "zadig" from "": no matches for kind "Gateway" in version "gateway.solo.io/v1"
ensure CRDs are installed first, resource mapping not found for name: "default" namespace: "zadig" from "": no matches for kind "Settings" in version "gloo.solo.io/v1"
ensure CRDs are installed first, resource mapping not found for name: "auth-server" namespace: "" from "": no matches for kind "Upstream" in version "gloo.solo.io/v1"
ensure CRDs are installed first, resource mapping not found for name: "zadig" namespace: "" from "": no matches for kind "VirtualService" in version "gateway.solo.io/v1"
ensure CRDs are installed first]
unable to build kubernetes objects from release manifest
helm.sh/helm/v3/pkg/action.(*Install).RunWithContext
helm.sh/helm/v3/pkg/action/install.go:322
main.runInstall
helm.sh/helm/v3/cmd/helm/install.go:306
main.newUpgradeCmd.func2
helm.sh/helm/v3/cmd/helm/upgrade.go:146
github.com/spf13/cobra.(*Command).execute
github.com/spf13/cobra@v1.7.0/command.go:940
github.com/spf13/cobra.(*Command).ExecuteC
github.com/spf13/cobra@v1.7.0/command.go:1068
github.com/spf13/cobra.(*Command).Execute
github.com/spf13/cobra@v1.7.0/command.go:992
main.main
helm.sh/helm/v3/cmd/helm/helm.go:83
runtime.main
runtime/proc.go:267
runtime.goexit
runtime/asm_amd64.s:1650
我的是 k3s 环境,这应该是helm就解析错误了吧?
请问你们是如何成功安装的?