Open davidshen84 opened 5 days ago
How many nodes do you have in your cluster? Are you running docker alongside k3s on these nodes? Do the nodes have multiple interfaces, and if so did you want to set --node-ip to the address of the interface you wanted it to use? For some reason the kubelet has detected a node IP of 172.17.0.1 but k3s was expecting this node to be at 192.168.86.27.
I have only one node.
I have docker running. Are you saying the k3s service can pick up the
docer0
IF as the node IP. I will try setting the node IP explicitly.
Thanks
On Tue, 29 Oct 2024, 06:56 Brad Davidson, @.***> wrote:
How many nodes do you have in your cluster? Are you running docker alongside k3s on these nodes? Do the nodes have multiple interfaces, and if so did you want to set --node-ip to the address of the interface you wanted it to use? For some reason the kubelet has detected a node IP of 172.17.0.1 but k3s was expecting this node to be at 192.168.86.27.
— Reply to this email directly, view it on GitHub https://github.com/k3s-io/k3s/issues/11181#issuecomment-2442497584, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAQBTJ5GKP46DCBHXCISQ3Z52JG5AVCNFSM6AAAAABQWJI6QWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBSGQ4TONJYGQ . You are receiving this because you authored the thread.Message ID: @.***>
I've not seen this happen before, but that does appear to be what's going on.
Environmental Info: K3s Version:
Node(s) CPU architecture, OS, and Version:
Cluster Configuration: 1 single node
Describe the bug: Got this error when trying to view pod logs:
Steps To Reproduce:
Expected behavior: Can view log at anytime
Actual behavior: Got TLS error after some random time.
Additional context / logs:
I could view the logs just minutes ago, then when I issued the command again, I got this error. I have had these errors before, and I have to reinstall the k3s system.