-
Hi, all We need to run time-sensisive workload on Talos. Is there any document for changing default kernel to rt-kernel? Besides, how can we change kernel cmaline parameters after the cluster is installed. We try to modify the controlplane.yaml on extraKernelArgs part and re-apply the config, but talosctl cat /proc/cmdline shows no change at all. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 10 replies
-
Talos officially supports only a single Linux kernel it was tested with. You can build Talos with your kernel image and use it.
|
Beta Was this translation helpful? Give feedback.
Talos officially supports only a single Linux kernel it was tested with. You can build Talos with your kernel image and use it.
extraKernelArgs
are part of theinstall
section, so they are only applied atm when you do anupgrade
(or fresh install), so workaround is to perform an upgrade to the same version of Talos, e.g.talosctl upgrade -n <node> --preserve -i ghcr.io/siderolabs/installer:v1.4.6