-
Context: I have a turingpi2 with 4 RK1 (rockchip) units installed. Now I want to have Talos flashed on them, with Virtual / Shared IP enabled according to https://www.talos.dev/v1.6/talos-guides/network/vip/. However, after applying controlplane config to two RK1 units, both cannot use the configured vip IP (192.168.1.210) and log the line:
every other minute or so. The RK1 units have IP addresses 192.168.1.111 and 192.168.1.112, so within the same 192.168.1.0/24 subnet. The network section in network:
# `interfaces` is used to define the network interface configuration.
interfaces:
- interface: eth0 # The interface name.
dhcp: true # Indicates if DHCP should be used to configure the interface.
# Virtual (shared) IP address configuration.
vip:
ip: 192.168.1.210 # Specifies the IP address to be used. Can anyone help me? What did I do wrong? Thanks in advance! /Bart |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
First of all, most probably you missed the step to bootstrap the cluster. Second, running two controlplane nodes is not a good idea, as |
Beta Was this translation helpful? Give feedback.
-
Thanks for your reply @smira ! A little more context: I just added a second controlplane node to verify whether the VIP feature needed more than 1 controlplane node for it to work. Turns out, it did not make a difference. I am planning to run three of these nodes. I followed the instructions of @nberlee as demonstrated in this video, from his RK1 specific fork of Talos. I am using version 1.6.3. And I already bootstrapped the cluster. These services are running: $ talosctl -n 192.168.1.111 services
NODE SERVICE STATE HEALTH LAST CHANGE LAST EVENT
192.168.1.111 apid Running OK 16h17m36s ago Health check successful
192.168.1.111 containerd Running OK 16h17m39s ago Health check successful
192.168.1.111 cri Running OK 16h17m36s ago Health check successful
192.168.1.111 etcd Running OK 16h12m2s ago Health check successful
192.168.1.111 kubelet Running OK 16h12m0s ago Health check successful
192.168.1.111 machined Running OK 16h17m46s ago Health check successful
192.168.1.111 trustd Running OK 16h12m6s ago Health check successful
192.168.1.111 udevd Running OK 16h17m41s ago Health check successful Watching the video at the Virtual/Shared IP guide it seems a service named Do I need to have specific router settings? |
Beta Was this translation helpful? Give feedback.
Hi @bguijt ,
Thanks for using the image the eth0 is wrong, unless you have set :
Please use: