enough-carpet-20915
10/08/2022, 5:58 PMError from server: error dialing backend: x509: certificate is valid for 127.0.0.1, 45.x.x.x, 2a02:c206:xxxx:xxxx::1, not 38.x.x.x
I tried doing k3s certificate rotate
(from https://github.com/k3s-io/k3s/wiki/K3s-Cert-Rotation) which seems to have rotated certs, but I'm still getting the same error.creamy-pencil-82913
10/08/2022, 7:47 PMenough-carpet-20915
10/08/2022, 8:00 PMcreamy-pencil-82913
10/08/2022, 8:51 PMenough-carpet-20915
10/08/2022, 8:53 PMcreamy-pencil-82913
10/08/2022, 8:53 PMenough-carpet-20915
10/08/2022, 8:55 PMcurl -sfL <https://get.k3s.io> | K3S_TOKEN=SECRET sh -s - server --cluster-init
and friendscreamy-pencil-82913
10/08/2022, 8:56 PMenough-carpet-20915
10/08/2022, 8:57 PMcreamy-pencil-82913
10/08/2022, 8:57 PMkubectl get node <NODENAME> -o yaml
for the node with the pod on it, and what is the output when you run openssl x509 -noout -text -in /var/lib/rancher/k3s/agent/serving-kubelet.crt
on that node?38.x.x.x
address in the error the old or current address of the node with the pod, or the server?enough-carpet-20915
10/08/2022, 9:00 PM