mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-12 12:11: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 = [
|
config_patches = [
|
||||||
yamlencode({
|
yamlencode({
|
||||||
machine = local.machine_patch
|
machine = local.machine_patch
|
||||||
|
}),
|
||||||
|
yamlencode({
|
||||||
|
cluster = {
|
||||||
|
network = {
|
||||||
|
cni = {
|
||||||
|
name = "none"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
})
|
})
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user