From d9b9f94fdd5c6d7c014c880018215160371f5c47 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Wed, 25 Dec 2024 16:53:43 +0800 Subject: [PATCH] Fix(vm/ad): revert veth change --- kube/deploy/vm/ad/_deps/multus.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kube/deploy/vm/ad/_deps/multus.yaml b/kube/deploy/vm/ad/_deps/multus.yaml index b18f45f0d7..54d1a4a96f 100644 --- a/kube/deploy/vm/ad/_deps/multus.yaml +++ b/kube/deploy/vm/ad/_deps/multus.yaml @@ -14,8 +14,7 @@ spec: "type": "bridge", "bridge": "br0", "capabilities": { "mac": true }, - "disableContainerInterface": true, - "macspoofchk": true + "ipam": {} } ] } @@ -23,4 +22,6 @@ spec: --- # "vlan": 888, # VLAN tagging handled by FortiSwitch NAC # "ipam": {} +# "disableContainerInterface": true, +# "macspoofchk": true # "macspoofchk": true # TODO: Talos 1.6.4 doesn't have `nft` binary?