Budiman Jojo
Budiman Jojo
This is the relavant lines from upstream that does this: https://github.com/siderolabs/talos/blob/bc8bf9e8a865473011dcf5ad2df08c8ff1af5110/pkg/machinery/config/generate/init.go#L96-L101
I'm going to close this issue because of inactivity. Feel free to re open if you are not satisfied with my answer. Thank you.
I'll look into this tomorrow, thank you for reporting!
I just tried generating config using `talosctl gen config` and it also generates `machine.ca` with the `key` being empty string so it is an expected behavior. This is the line...
I'm going to close this issue because of inactivity. Feel free to re open if you are not satisfied with my answer. Thank you.
Thank you for the FR! Since Talos currently only supports `nodeLabels` and not `nodeAnnotations`, so it's not currently possible because of the 63 string length limit of labels in k8s....
https://github.com/budimanjojo/talhelper/pull/577 this allows user to set node annotations. Afaik from the PR from upstream above, node annotations containing schematic ID should be done automatically by `talosctl`? I need confirmation from...
Thanks for the information! Closing now.
Good catch! Yeah this should get fixed. Do you want to do the PR or should I do it myself?
After some thinking, I don't know how to do this without breaking the behavior of: https://github.com/budimanjojo/talhelper/pull/619