Closed h2o-commits closed 1 day ago
We can't guess without logs. Use talosctl support
, grab the support bundle, provide logs & detailed steps taken.
Thanx for reaction. I actually managed to set it up enabling network on worker and set additional time options.
network:
interfaces:
- deviceSelector:
physical: true # should select any hardware network device, if you have just one, it will be selected
dhcp: true
and on both:
time:
disabled: false # Indicates if the time service is disabled for the machine.
# description: |
servers:
- time.server.com
bootTimeout: 2m0s # Specifies the timeout when the node time is considered to be in sync unlocking the boot sequence.
I get all the controllplane up and running as described in the documentation here:
https://www.talos.dev/v1.8/talos-guides/install/virtualized-platforms/vagrant-libvirt/
kubectl is up and running.
But the problem is that the control planes won't open the shared ip at 192.168.121.100 and therefor worker nodes don't join the cluster. Any ideas?