-
Hi all, I have a question. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @hailrend, yes it can! Consider the feature is still experimental and documented for installation is here, you can find also notes on the advanced section over here with some (yet-to-complete) architectural notes over here. Generally, it's enough to specify a config file like the following: #cloud-config
hostname: "p2p-{{ trunc 4 .MachineID }}"
users:
- name: "kairos"
passwd: "kairos"
ssh_authorized_keys:
- github:mudler
kairos:
## Generate a network token with the CLI as documented in https://kairos.io/docs/installation/p2p/#network_token
network_token: "" You can then specify the same file to multiple nodes. Nodes then will automatically connect even if in different networks and create a multi-node K3s cluster. HA is not supported yet (#2) |
Beta Was this translation helpful? Give feedback.
-
Added a full sample over here: https://kairos.io/docs/installation/p2p/#configuration |
Beta Was this translation helpful? Give feedback.
-
Thank you very much @mudler |
Beta Was this translation helpful? Give feedback.
Added a full sample over here: https://kairos.io/docs/installation/p2p/#configuration