We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102177b commit a3724b8Copy full SHA for a3724b8
scripts/cluster/setup_master_node.sh
@@ -36,6 +36,9 @@ kubectl get configmap kube-proxy -n kube-system -o yaml | \
36
sed -e "s/strictARP: false/strictARP: true/" | \
37
kubectl apply -f - -n kube-system
38
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
42
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.9/config/manifests/metallb-native.yaml
43
kubectl create secret generic -n metallb-system memberlist --from-literal=secretkey="$(openssl rand -base64 128)"
44
kubectl apply -f $ROOT/configs/metallb/metallb-configmap.yaml
0 commit comments