https://rancher.com/ logo
Title
b

bright-fireman-42144

11/27/2022, 9:58 PM
rancher 2.6.9, trying to install cert-manager 1.10.1 from jetstacks repo using the UI on a GKE cluster. Server Version: version.Info{Major:"1", Minor:"24", GitVersion:"v1.24.7-gke.900", GitCommit:"e35c4457f66187eff006dda6d2c0fe12144ef2ec", GitTreeState:"clean", BuildDate:"2022-10-26T09:25:34Z", GoVersion:"go1.18.7b7", Compiler:"gc", Platform:"linux/amd64"} 1.10.1 CRDs applied to the cluster ahead of time. This is the values.yml: installCRDs: false replicaCount: 3 extraArgs: - --dns01-recursive-nameservers=1.1.1.1:53,9.9.9.9:53 - --dns01-recursive-nameservers-only podDnsPolicy: None podDnsConfig: nameservers: - "1.1.1.1" - "9.9.9.9" installs fine using helm3 from my workstation. Any ideas? Would love to have helm installs appear in the UI for a visual representation of any charts that are updated in their respective repositories.
m

magnificent-flower-94605

11/27/2022, 10:53 PM
What's your question?
b

bright-fireman-42144

11/28/2022, 1:54 PM
how can I get cert-manager 1.10.1 installed via 'apps' in the rancher UI?
in other words, why do I get this when deploying from the Rancher UI and it's internal helm or some other magical process but not from my workstation targeting the same cluster, using the same chart and associated values.yml: "Error: INSTALLATION FAILED: unable to build kubernetes objects from release manifest: error validating "": error validating data: [ValidationError(Deployment.spec.template.spec.nodeSelector.kubernetes): invalid type for io.k8s.api.core.v1.PodSpec.nodeSelector: got "map", expected "string", ValidationError(Deployment.spec.template.spec.securityContext.seccompProfile): missing required field "type" in io.k8s.api.core.v1.SeccompProfile]"
h

high-butcher-71851

11/28/2022, 3:31 PM
So that is the error you get in the UI? I wasn’t able to install it via the UI either, because it couldn’t resolve the URLs for jetstack. I had to use either the bitnami package or use it via command line helm
b

bright-fireman-42144

11/28/2022, 4:44 PM
that is the error from the UI. I added the jetstacks repo using the UI (make sure you select the https vs. git URL for repos)