This message was deleted.
# k3s
a
This message was deleted.
c
sounds like you haven’t properly configured the certificate on the Rancher side?
you’re getting the default ingress certificate instead of the one you want rancher clients to see
but this isn’t really a k3s question
r
Oh. Sorry for posting this in the wrong section. I will move it to general.
c
I mean, the answer will be, fix the cert on your ingress config
r
Would you be able to point me to some resources for doing that? I have tried to do that but couldnt get any success. Every kubectl command is blocked by the error. So I can’t create secrets, etc
c
the problem is on the rancher side, not k3s
When you download the kubeconfig for the k3s cluster you created, it gives you a kubeconfig that goes through rancher to get to the k3s cluster. You’re not talking DIRECTLY to the k3s cluster.
So the problem is either in rancher, or in the rancher ingress config on the rke2 cluster. Not on the k3s cluster.