Replies: 2 comments 7 replies
-
I'm not quite sure what's wrong, we need full kernel logs and/or But the first thing is that you don't have |
Beta Was this translation helpful? Give feedback.
-
I had a similar issue with configuring the static IP addresses for my talos cluster as well. After much troubleshooting, I realized that the interface name generated by talos was not the one I had expected (and configured) in in my VM host. I had to configure the deviceSelector option and specify the mac address for the interface, like so:
|
Beta Was this translation helpful? Give feedback.
-
Hey there!
First time trying Talos. For now the cluster only contains a control plane. I'm trying to set a static IP. Here's the patch that I came up with:
The patch was generated with the following command:
Applied like so:
talosctl apply-config -n 192.168.100.170 --file controlplane.yaml --insecure
I noticed that the hostname was set up correctly but not the IP. Here's a screenshot of the console being stuck in the booting stage:
I was like maybe the patch only needs the machine network. I did try with the following and same issue as above:
But if I set the static IP on the console by pressing F3, everything is set up correctly. I'm not sure what I'm doing wrong here. I wanted to achieve the same thing without touching the console. The docs has nothing on how to set up a static IP(only examples about patches I guess).
I'm 100% sure I'm doing something wrong. So any tips are highly appreciated. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions