tall-megabyte-41681
09/23/2024, 11:40 AM--set agentTLSMode=system-store
So it should look something like this
helm install rancher rancher-latest/rancher \
--namespace cattle-system \
--set hostname=HOSTNAME.EXAMPLE.COM \
--set ingress.tls.source=letsEncrypt \
--set letsEncrypt.email=certs@hotmail.ca \
--set letsEncrypt.ingress.class=nginx \
--set agentTLSMode=system-store
For the life of my I can't figure out the proper way to add CA for TLS to get trusted and work in the normal way. This workaround just skips that validation.
This now works on both rke2 and k3s clusters, so my initial hunch was incorrect.