-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when trying to fetch log #11181
Comments
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
<#11181 (comment)>, 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.
The text was updated successfully, but these errors were encountered: