-
Notifications
You must be signed in to change notification settings - Fork 564
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
Worker node not booting (segfault) after upgrade to 1.7.1 #8753
Comments
Thanks for the report, it's indeed a bug, but I wonder how it works in other aspects without worker's Talos API cert |
Here is my (redacted) machine config, which lacks |
smira
added a commit
to smira/talos
that referenced
this issue
May 21, 2024
Fixes siderolabs#8753 There seems to be a problem in the machine config anyways, as `machine.ca.crt` is missing for the worker (this should break `apid` connectivity), but still Talos controller shouldn't enter a panic loop. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
smira
added a commit
to smira/talos
that referenced
this issue
May 28, 2024
Fixes siderolabs#8753 There seems to be a problem in the machine config anyways, as `machine.ca.crt` is missing for the worker (this should break `apid` connectivity), but still Talos controller shouldn't enter a panic loop. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit ce8c86d)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report
I've upgraded my CP from 1.6.7 to 1.7.1 (which went fine), and after upgrading first of my worker nodes, Talos is segfauling.
Description
My nodes (and there machine config) were created
3y40d
ago, so my guess is that this may be caused by legacy stuff present in MC.Logs
As it is a virtual machine (qemu x86_64), I was able to catch messages over serial console:
Formatted, the trace would look like this:
If needed, I can try to find a way to read beyond the final
...
, it might show on the VM console, but resolution is (very) limited, it scrolls fast and the dashboard is in the wayEnvironment
The text was updated successfully, but these errors were encountered: