-
Notifications
You must be signed in to change notification settings - Fork 621
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
DHCP and bond #4574
Comments
Do you have output of talosctl dmesg please? And talosctl logs controller-runtime? |
I'll see if I can grab that the next time I encounter it. |
Not sure if this is the exact same issue, but I've also run into trouble with bonds and DHCP. There are 5 nodes, all of which are acquiring addresses from a DHCP server. Sidero has decided they have these addresses:
However, once provisioned they have different addresses:
etcd eventually becomes healthy.
Sidero then believes the control plane is not ready and
|
@uhthomas I don't think it's related to the issue here, I think |
I see, do you have any advice on how I can debug my problem further? @smira |
I don't have any exact advice, but probably digging into the error message, why it is there, what is wrong exactly, looking into the logs, etc. |
Bug Report
Description
We have DHCP servers that distribute the hostnames for machines based on their static lease, and thus MAC. We also have a bond setup in Talos which is the recipient for those leases.
We've noticed that occationally the kubelet process gets stuck after a boot with the status:
While
talosctl get hostname
eventually shows the correct information as provided by DHCP, the kubelet gets stuck. In 0.14.0-alpha.1 we'll be able to restart the kubelet for this issue, but we'd rather see it get fixed, the kubelet should restart itself forever if it's not ready.Logs
Please let me know if you want any specific logs, this issue is intermittent.
Environment
talosctl version --nodes <problematic nodes>
]kubectl version --short
]The text was updated successfully, but these errors were encountered: