infra/p330: set CNI to none for cilium

This commit is contained in:
2026-08-14 18:36:28 +02:00
parent 00859be72a
commit 2a024821d2
+9
View File
@@ -99,6 +99,15 @@ data "talos_machine_configuration" "p330" {
config_patches = [
yamlencode({
machine = local.machine_patch
}),
yamlencode({
cluster = {
network = {
cni = {
name = "none"
}
}
}
})
]
}