infra/rpi4: set CNI to none for cilium

This commit is contained in:
2026-08-14 20:31:46 +02:00
parent 2a024821d2
commit fe98f670cf
+9
View File
@@ -94,6 +94,15 @@ ephemeral "talos_machine_configuration" "rpi4" {
kind = "HostnameConfig"
hostname = var.rpi4_node_name
auto = "off"
}),
yamlencode({
cluster = {
network = {
cni = {
name = "none"
}
}
}
})
]
}