Replies: 1 comment 2 replies
-
I ran into a similar situation where I am adding disk.install to the machine config. It worked well for most servers, but I made a mistake on one and used /dev/sda when it should have been /dev/nvme0n1. The machine boots up, eventually fails with an error saying the install disk doesn't exist and reboots. I fixed the machine config and did Is there a way to force the node to get its updated config? It seems like it tries to apply the old config first. |
Beta Was this translation helpful? Give feedback.
-
I've been testing various things with omni and a few times I've added a "bad" patch that causes nodes to get stuck in a reboot loop.
E.g., I tried adding this patch:
It failed due to the file not existing, which is fine, but even after removing that part of the patch and saving it in omni - the affected nodes were still stuck in a reboot loop. They'd boot into Talos, have an error about that file not existing, and then reboot again. Rebooting the machine into maintenance mode seems to break it out of the loop and fix it, but that doesn't seem like the right way to do it.
Is there another way to fix nodes that are in a state like this?
Or is there a way to run
talosctl apply-config
usingomnictl
?edit: For context, the log says this (different error for create vs overwrite, but otherwise the same), but I wasn't able to run either of these talosctl commands:
The node also reboots almost immediately - not 35 minutes later like it says.
Beta Was this translation helpful? Give feedback.
All reactions