Adding talos support #1251
Replies: 7 comments 8 replies
-
To resolve 2. I created the following two commits to add a "diskDevice" variable for nodes meant to pass a |
Beta Was this translation helpful? Give feedback.
-
To resolve 3. I created wasurerarenai@34c349d which uses your existing |
Beta Was this translation helpful? Give feedback.
-
To workaround 5. I created wasurerarenai@7441aad which isn't perfect and requires the user to run |
Beta Was this translation helpful? Give feedback.
-
Not sure if this makes anything messy for other distribution support, but I added wasurerarenai@e0d8895 which allows running |
Beta Was this translation helpful? Give feedback.
-
To resolve 6. I created wasurerarenai@257a2e1 to use the |
Beta Was this translation helpful? Give feedback.
-
I have a PR up that will probably get merged soon. |
Beta Was this translation helpful? Give feedback.
-
Linking in Talos system extensions issue #1248 |
Beta Was this translation helpful? Give feedback.
-
Thank you @onedr0p for adding initial talos support to the template repository.
Running through the install procedure testing I ran into a few unexpected issues. I'm working on resolving these in my fork and expect to have a PR available soon.
config.yaml
but talos doesn't allow authenticating as an OS level user. This should likely be updated to remove the username check for repositories configured for the Talos distribution.config.yaml
but not all disks provide one at/sys/block/<dev>/serial
(from Talos docs).net.ifnames=0
kernel argument. This can be set by talhelper in a schematic withcontrolPlane.schematic.customization.extraKernelArgs: - net.ifnames=0
but not sure how portable this would be.nodes are not set for the command: please use
--nodesflag or configuration file to set the nodes to run the command against
error.error: must build at directory: not a valid directory: evalsymlink failure on './cni' : lstat <path/to/repo>/kubernetes/talos/cni: no such file or directory
anderror: no objects passed to apply
errors.Beta Was this translation helpful? Give feedback.
All reactions