siderolabs / talos

Talos Linux is a modern Linux distribution built for Kubernetes.
https://www.talos.dev
Mozilla Public License 2.0
6.91k stars 556 forks source link

Vagrant up and running, but no shared ip given. #9686

Closed h2o-commits closed 1 week ago

h2o-commits commented 2 weeks ago

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?

smira commented 2 weeks ago

We can't guess without logs. Use talosctl support, grab the support bundle, provide logs & detailed steps taken.

h2o-commits commented 1 week ago

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.