First control plane node is not special anymore

The first control plane node is now identical to any other server
node. The cluster initialization happens once in two steps: first,
make sure that the k3s cluster is initialized and then apply our
configurations while the other nodes join. This change makes the
initialization more resilient and even faster than before.
This commit is contained in:
Marco Nenciarini
2022-02-22 08:50:54 +01:00
parent 116f13f6f2
commit 0c3aa36c03
7 changed files with 40 additions and 52 deletions

View File

@@ -2,6 +2,9 @@ output "ipv4_address" {
value = hcloud_server.server.ipv4_address
}
output "private_ipv4_address" {
value = var.ip
}
output "name" {
value = hcloud_server.server.name