Replies: 1 comment 6 replies
-
|
No, we don't plan to. In Kubernetes world, both values (SMBIOS UUID) and machine-id are published: So you can consume the one you need. Machine ID will change if the machine is wiped and re-joins the cluster, but it's guaranteed to be random. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a document or a link that explains how Talos generates the
/etc/machine-idand the logic behind it?In the Linux world, for operating systems using systemd, this behavior is typically documented here:
systemd machine ID documentation
In a virtual machine, we usually expect the UUID of the VM to be present in
/etc/machine-id, but in Talos, this is not the case; instead, a random ID is generated, which can be problematic in certain situations.Are there any plans to improve this aspect or any way to change the default behavior?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions