mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-13 20:51:14 +00:00
infra/rpi4: set CNI to none for cilium
This commit is contained in:
@@ -94,6 +94,15 @@ ephemeral "talos_machine_configuration" "rpi4" {
|
|||||||
kind = "HostnameConfig"
|
kind = "HostnameConfig"
|
||||||
hostname = var.rpi4_node_name
|
hostname = var.rpi4_node_name
|
||||||
auto = "off"
|
auto = "off"
|
||||||
|
}),
|
||||||
|
yamlencode({
|
||||||
|
cluster = {
|
||||||
|
network = {
|
||||||
|
cni = {
|
||||||
|
name = "none"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user