Skip to content

I am having a heck of a time getting kairos+k3s to work #2037

Closed Answered by dkowis
dkowis asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, I figured this out with some help on the matrix kairos channel:

turns out my network config was being WAY too matchy, and was eating up interfaces and ruining everything.

This works for the network configuration. I'm able to add 3 interfaces, and everything is fine. I did have to match specifically on name.

      - path: /etc/systemd/network/01-mine.network
        permissions: 0644
        content: |
          [Match]
          Name=ens18

          [Network]
          Gateway=10.10.220.254
          #DNS=10.10.220.229
          Address=10.10.220.117/24
          Address=10.10.220.118/24
          Address=10.10.220.122/24

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dkowis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant