Currently trying to install traefik on my microk8s instance:
> helm install -n traefik traefik traefik/traefik --debug
install.go:200: [debug] Original chart version: ""
install.go:217: [debug] CHART PATH: C:\Users\Daniel\AppData\Local\Temp\helm\repository\traefik-23.1.0.tgz
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD ingressroutes.traefik.containo.us is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD ingressroutetcps.traefik.containo.us is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD ingressrouteudps.traefik.containo.us is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD middlewares.traefik.containo.us is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD middlewaretcps.traefik.containo.us is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD serverstransports.traefik.containo.us is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD tlsoptions.traefik.containo.us is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD tlsstores.traefik.containo.us is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD traefikservices.traefik.containo.us is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD ingressroutes.traefik.io is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD ingressroutetcps.traefik.io is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD ingressrouteudps.traefik.io is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD middlewares.traefik.io is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD middlewaretcps.traefik.io is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD serverstransports.traefik.io is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD tlsoptions.traefik.io is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD tlsstores.traefik.io is already present. Skipping.
client.go:134: [debug] creating 1 resource(s)
install.go:160: [debug] CRD traefikservices.traefik.io is already present. Skipping.
Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: invalid character '<' looking for beginning of value
helm.go:84: [debug] error validating "": error validating data: invalid character '<' looking for beginning of value
helm.sh/helm/v3/pkg/kube.scrubValidationError
helm.sh/helm/v3/pkg/kube/client.go:809
helm.sh/helm/v3/pkg/kube.(*Client).Build
helm.sh/helm/v3/pkg/kube/client.go:350
helm.sh/helm/v3/pkg/action.(*Install).RunWithContext
helm.sh/helm/v3/pkg/action/install.go:300
main.runInstall
helm.sh/helm/v3/cmd/helm/install.go:286
main.newInstallCmd.func2
helm.sh/helm/v3/cmd/helm/install.go:145
github.com/spf13/cobra.(*Command).execute
github.com/spf13/cobra@v1.6.1/command.go:916
github.com/spf13/cobra.(*Command).ExecuteC
github.com/spf13/cobra@v1.6.1/command.go:1044
github.com/spf13/cobra.(*Command).Execute
github.com/spf13/cobra@v1.6.1/command.go:968
main.main
helm.sh/helm/v3/cmd/helm/helm.go:83
runtime.main
runtime/proc.go:250
runtime.goexit
runtime/asm_amd64.s:1598
unable to build kubernetes objects from release manifest
helm.sh/helm/v3/pkg/action.(*Install).RunWithContext
helm.sh/helm/v3/pkg/action/install.go:302
main.runInstall
helm.sh/helm/v3/cmd/helm/install.go:286
main.newInstallCmd.func2
helm.sh/helm/v3/cmd/helm/install.go:145
github.com/spf13/cobra.(*Command).execute
github.com/spf13/cobra@v1.6.1/command.go:916
github.com/spf13/cobra.(*Command).ExecuteC
github.com/spf13/cobra@v1.6.1/command.go:1044
github.com/spf13/cobra.(*Command).Execute
github.com/spf13/cobra@v1.6.1/command.go:968
main.main
helm.sh/helm/v3/cmd/helm/helm.go:83
runtime.main
runtime/proc.go:250
runtime.goexit
runtime/asm_amd64.s:1598
INSTALLATION FAILED
main.newInstallCmd.func2
helm.sh/helm/v3/cmd/helm/install.go:147
github.com/spf13/cobra.(*Command).execute
github.com/spf13/cobra@v1.6.1/command.go:916
github.com/spf13/cobra.(*Command).ExecuteC
github.com/spf13/cobra@v1.6.1/command.go:1044
github.com/spf13/cobra.(*Command).Execute
github.com/spf13/cobra@v1.6.1/command.go:968
main.main
helm.sh/helm/v3/cmd/helm/helm.go:83
runtime.main
runtime/proc.go:250
runtime.goexit
runtime/asm_amd64.s:1598
I'm at a loss, my version is up to date:
version.BuildInfo{Version:"v3.12.0", GitCommit:"c9f554d75773799f72ceef38c51210f1842a1dea", GitTreeState:"clean", GoVersion:"go1.20.3"}
I simply cannot install this thing for the life of me. (This is a fresh install, and I've reset my microk8s cluster a few times).