Error configuring certficates on HA

I am following the install guide for HA.

Everything has gone to plan until I’ve reached the point to configure the certificate generation as per
installation/ha/helm-rancher/#optional-install-cert-manager

The cert-manager installed without issue and I decided to go with LetsEncrypt certficates

Running the command:
helm install rancher-latest/rancher
–name rancher
–namespace cattle-system
–set hostname=externalip.mydomain.com
–set ingress.tls.source=letsEncrypt
–set letsEncrypt.email=myemail@email.com

I get the error:

Error: render error in “rancher/templates/deployment.yaml”: template: rancher/templates/deployment.yaml:76:7: executing “rancher/templates/deployment.yaml” at <gt .Values.auditLog.level 0.0>: error calling gt: incompatible types for comparison

I’ve also tried the Rancher certs and get the same error.

Not sure whats going wrong??

Anyone help?

Please share output of helm version and kubectl version.

Hi @superseb

Here is the info requested

Client: &version.Version{SemVer:“v2.15.0-rc.1”, GitCommit:“288a9579b48681f3c5c1f96ab3c3407613b9f010”, GitTreeState:“clean”}
Server: &version.Version{SemVer:“v2.15.0-rc.1”, GitCommit:“288a9579b48681f3c5c1f96ab3c3407613b9f010”, GitTreeState:“clean”}

Client Version: version.Info{Major:“1”, Minor:“16”, GitVersion:“v1.16.1”, GitCommit:“d647ddbd755faf07169599a625faf302ffc34458”, GitTreeState:“clean”, BuildDate:“2019-10-02T17:01:15Z”, GoVersion:“go1.12.10”, Compiler:“gc”, Platform:“linux/amd64”}
Server Version: version.Info{Major:“1”, Minor:“15”, GitVersion:“v1.15.4”, GitCommit:“67d2fcf276fcd9cf743ad4be9a9ef5828adc082f”, GitTreeState:“clean”, BuildDate:“2019-09-18T14:41:55Z”, GoVersion:“go1.12.9”, Compiler:“gc”, Platform:“linux/amd64”}

Cheers

Hi @superseb

Here is the info requested:

Client: &version.Version{SemVer:“v2.15.0-rc.1”, GitCommit:“288a9579b48681f3c5c1f96ab3c3407613b9f010”, GitTreeState:“clean”}
Server: &version.Version{SemVer:“v2.15.0-rc.1”, GitCommit:“288a9579b48681f3c5c1f96ab3c3407613b9f010”, GitTreeState:“clean”}

Client Version: version.Info{Major:“1”, Minor:“16”, GitVersion:“v1.16.1”, GitCommit:“d647ddbd755faf07169599a625faf302ffc34458”, GitTreeState:“clean”, BuildDate:“2019-10-02T17:01:15Z”, GoVersion:“go1.12.10”, Compiler:“gc”, Platform:“linux/amd64”}
Server Version: version.Info{Major:“1”, Minor:“15”, GitVersion:“v1.15.4”, GitCommit:“67d2fcf276fcd9cf743ad4be9a9ef5828adc082f”, GitTreeState:“clean”, BuildDate:“2019-09-18T14:41:55Z”, GoVersion:“go1.12.9”, Compiler:“gc”, Platform:“linux/amd64”}

any ideas @superseb?

Please use a non RC version: https://github.com/helm/helm/releases/tag/v2.14.3

I will look into the issue with the latest RC

I created https://github.com/rancher/rancher/issues/23516 to track this issue with Helm v2.15.x

Thanks

Confirming that 2.14.3 sorted my issue

Cheers