From d882a387fc092c2ab8684852c0bf78e83e6f9bb0 Mon Sep 17 00:00:00 2001 From: Trekkie Coder Date: Sat, 14 Sep 2024 00:07:54 +0900 Subject: [PATCH] loxilb-io/kube-loxilb#169 Updated kube-loxilb yaml to conform to multi CIDR pool support semantics --- cicd/k8s-nat64/kube-loxilb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicd/k8s-nat64/kube-loxilb.yaml b/cicd/k8s-nat64/kube-loxilb.yaml index 655df07dd..6a1beee6d 100644 --- a/cicd/k8s-nat64/kube-loxilb.yaml +++ b/cicd/k8s-nat64/kube-loxilb.yaml @@ -111,8 +111,8 @@ spec: - /bin/kube-loxilb args: - --loxiURL=http://192.168.59.101:11111,http://192.168.59.111:11111 - #- --externalCIDR=123.123.123.1/24 - - --externalCIDR=3ffe::1/96 + #- --cidrPools=defaultPool=123.123.123.1/24 + - --cidrPools=defaultPool=3ffe::1/96 - --setBGP=64511 - --setLBMode=2 #- --config=/opt/loxilb/agent/kube-loxilb.conf