Skip to content

Commit

Permalink
Updating the manifest file for metallb
Browse files Browse the repository at this point in the history
The metallb deployment images have moved to quay.io from docker.io. Updating the manifests to get the updated images.

Signed-off-by: Aditya Ravishankar <adityaravishankar28@gmail.com>
  • Loading branch information
aditya2803 authored and ustiugov committed Mar 20, 2023
1 parent 4cbee96 commit abf98da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cluster/setup_master_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ kubectl get configmap kube-proxy -n kube-system -o yaml | \
sed -e "s/strictARP: false/strictARP: true/" | \
kubectl apply -f - -n kube-system

kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.9.4/manifests/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.9.4/manifests/metallb.yaml
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.12/manifests/namespace.yaml
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.12/manifests/metallb.yaml
kubectl create secret generic -n metallb-system memberlist --from-literal=secretkey="$(openssl rand -base64 128)"
kubectl apply -f $ROOT/configs/metallb/metallb-configmap.yaml

Expand Down

0 comments on commit abf98da

Please sign in to comment.