Skip to content

Can't get network running (perhaps network issue in Talos)? #8077

Answered by blitss
blitss asked this question in Q&A
Discussion options

You must be logged in to vote

@smira thank you for clarification, you're right. The problem was that I actually had a different network interface name locally and that's why it didn't work (spent a day trying to figure that out).

Here's a working config for anyone that might try to setup Talos with Hetzner as well (most of the configs out there have configs that are working only for legacy Hetzner servers):

cluster:
  # This makes sure all communication goes over internal network, see: https://www.talos.dev/v1.6/introduction/prodnotes/#example
  etcd:
    advertisedSubnets: # listenSubnets defaults to advertisedSubnets if not set explicitly
      - 10.0.0.0/16

machine:
  kubelet:
    nodeIP:
      validSubnets:
     …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@blitss
Comment options

Answer selected by blitss
@mrkhachaturov
Comment options

@blitss
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants