From bbc3ce80e354ba4e900af543c72142c89831bdcf Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Sat, 22 Jun 2024 04:45:36 +0800 Subject: [PATCH] fix(vm-ad): Multus rm disableContainerInterface --- kube/deploy/vm/ad/_deps/multus.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kube/deploy/vm/ad/_deps/multus.yaml b/kube/deploy/vm/ad/_deps/multus.yaml index 1084f7ab..1f025ca9 100644 --- a/kube/deploy/vm/ad/_deps/multus.yaml +++ b/kube/deploy/vm/ad/_deps/multus.yaml @@ -15,10 +15,11 @@ spec: "bridge": "br0", "vlan": 888, "capabilities": { "mac": true }, - "disableContainerInterface": true + "ipam": {} } ] } --- +# "disableContainerInterface": true # "macspoofchk": true # TODO: Talos 1.6.4 doesn't have `nft` binary?