Hello everyone, I have a small problem with the in...
# rancher-setup
s
Hello everyone, I have a small problem with the installation of rancher on my on-premise RKE2 Kubernetes. I have used the offical documentation to install rancher on my kubernetes machine https://ranchermanager.docs.rancher.com/pages-for-subheaders/install-upgrade-on-a-kubernetes-cluster. In the installation step 3 (Choose your SSL Configuration) I have chosen the option "LetsEncrypt" and in the next step (4. Install cert-manager) I have installed the cert-manager so I can use LetsEncrypt on future deployments or workloads to automatically get a valid certificate for my dyndns address. In step 5 (Install Rancher with Helm and Your Chosen Certificate Option) I have also choosen the configuration Option "LetsEncrypt" to setup my rancher. I have used the following helm chart:
Copy code
helm install rancher rancher-stable/rancher \
  --namespace cattle-system \
  --set hostname=<http://example.no-ip.org|example.no-ip.org> \
  --set bootstrapPassword=admin \
  --set ingress.tls.source=letsEncrypt \
  --set letsEncrypt.email=me@example.org \
  --set letsEncrypt.ingress.class=nginx