Skip to content

Commit a3724b8

Browse files
committed
metallb config updated
1 parent 102177b commit a3724b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/cluster/setup_master_node.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ kubectl get configmap kube-proxy -n kube-system -o yaml | \
3636
sed -e "s/strictARP: false/strictARP: true/" | \
3737
kubectl apply -f - -n kube-system
3838

39+
kubectl get configmap kube-proxy -n kube-system -o yaml | \
40+
sed -e "s/strictARP: false/strictARP: true/" | \
41+
kubectl apply -f - -n kube-system
3942
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.9/config/manifests/metallb-native.yaml
4043
kubectl create secret generic -n metallb-system memberlist --from-literal=secretkey="$(openssl rand -base64 128)"
4144
kubectl apply -f $ROOT/configs/metallb/metallb-configmap.yaml

0 commit comments

Comments
 (0)