Hello there! I am new to Rancher and Kubernetes so please bear with me if my questions are seems silly.
I setup a single node cluster in our environment with the following versions of k3s and rancher:
K3s - v1.21.2+k3s1
Rancher - v2.5.8
I installed Rancher via helm and I was able to access the UI. I created cluster inside Rancher UI to join Master and Worker nodes. When I copied the command to one of Master node, the container kept on restarting. Upon checking docker logs, below is the error I found:
This is the error from downstream MasterNode:
msg=“Issuer of last certificate found in chain {CN=TRAEFIK DEFAULT CERT} does not match with CA Certificate Issuer {CN=dynamiclistener-ca,O=dynamiclistener=org}” …
When I checked the SSL cert used by Rancher URL, it is Traefik but rancher UI console itself has another certificate which is the dynamiclistener. This dynamiclistenerr CN is the one that is included or used you when you copy the docker command from cluster.
Is there anyone experience this? And how to solve this? I have been scratching my head for 2 weeks but I still could not find any solution.
I also tried to disabled traefik upon installation but that made my Rancher UI not accessible.