worker not reachable after config apply #9084
-
Hey there, I'm trying to make my first experiences with talos and a few hetzner dedicated servers. I can get the controlplane up and running just fine, it also shows with "kubectl get nodes". IPs:
install.sh:
talosconfig:
controlplane.yaml
worker.yaml:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
The best way to debug is to inspect logs of the worker nodes. From the output you provided it looks like both worker and controlplane booted up, as they appear in The error on |
Beta Was this translation helpful? Give feedback.
-
At hetzner (and maybe other providers) same-subnet traffic is blocked and has to go over a gateway: https://docs.hetzner.com/robot/dedicated-server/network/net-config-debian-ubuntu/ so
has to be:
thanks for the help smira! |
Beta Was this translation helpful? Give feedback.
At hetzner (and maybe other providers) same-subnet traffic is blocked and has to go over a gateway:
https://docs.hetzner.com/robot/dedicated-server/network/net-config-debian-ubuntu/
so
has to be: