mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-11 19:51:15 +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"
|
||||
hostname = var.rpi4_node_name
|
||||
auto = "off"
|
||||
}),
|
||||
yamlencode({
|
||||
cluster = {
|
||||
network = {
|
||||
cni = {
|
||||
name = "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user