mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-11 11:41:14 +00:00
infra/p330: set CNI to none for cilium
This commit is contained in:
@@ -99,6 +99,15 @@ data "talos_machine_configuration" "p330" {
|
||||
config_patches = [
|
||||
yamlencode({
|
||||
machine = local.machine_patch
|
||||
}),
|
||||
yamlencode({
|
||||
cluster = {
|
||||
network = {
|
||||
cni = {
|
||||
name = "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user