Hi
@sticky-wall-40187,
Since the steps using Rancher certs or lets encrype certs were not working, I thought I would generate my own certs and try it.
These are the steps I took to install rancher.
1. rke config
2. rke up
3. helm repo add rancher-stable
https://releases.rancher.com/server-charts/stable
4. kubectl create namespace cattle-system
5. helm install rancher rancher-stable/rancher --version v2.5.3 --namespace cattle-system --set hostname=
tangylemons.com --set ingress.tls.source=secret
6. kubectl -n cattle-system create secret tls tls-rancher-ingress --cert=tls.crt --key=tls.key
7. kubectl -n cattle-system rollout status deploy/rancher
8. kubectl -n cattle-system get deploy rancher
I have looked up a few different troubleshooting pages, but none have given me resolutions. I have attached those logs, would you be able to help me please?
Regards
Eka