https://rancher.com/ logo
Title
q

quiet-area-89381

10/05/2022, 6:46 PM
HI all. I installed rancher using helm, first with its own generated certificate. I uninstalled and configured everything with a certificate call
tls-rancher-ingress
in the
cattle-system
namespace, issued by let's encrypt. But somehow the ingress still serves the old generated certificate. I checked that the ingress was gone after i uninstalled rancher. How can I make sure the right certificate is picked up?
the ingress appears to refer to the right certificate
➜ k describe ingress -n cattle-system rancher
Name:             rancher
Labels:           app=rancher
                  <http://app.kubernetes.io/managed-by=Helm|app.kubernetes.io/managed-by=Helm>
                  chart=rancher-2.6.8
                  heritage=Helm
                  release=rancher
Namespace:        cattle-system
Address:          127.0.0.1
Ingress Class:    public
Default backend:  <default>
TLS:
  tls-rancher-ingress terminates MYDOMAIN
got it all sorted out after doing some heavy cleanup between installations....