File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- a6712eddcac669dc248c4b9522d07575c9c6bdb5
1
+ 04630fe1705e7b18a0df0e620a08e5310dd9892b
Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ function install_metallb() {
367
367
kubectl apply --kubeconfig=" $KUBECONFIG " -f " ${COMMON_SCRIPTS} /metallb.yaml"
368
368
kubectl create --kubeconfig=" $KUBECONFIG " secret generic -n metallb-system memberlist --from-literal=secretkey=" $( openssl rand -base64 128) "
369
369
370
- if [ -z " ${METALLB_IPS4[*] } " ]; then
370
+ if [ -z " ${METALLB_IPS4+x } " ]; then
371
371
# Take IPs from the end of the docker kind network subnet to use for MetalLB IPs
372
372
DOCKER_KIND_SUBNET=" $( docker inspect kind | jq ' .[0].IPAM.Config[0].Subnet' -r) "
373
373
METALLB_IPS4=()
Original file line number Diff line number Diff line change 73
73
74
74
# Build image to use
75
75
if [[ " ${IMAGE_VERSION:- } " == " " ]]; then
76
- IMAGE_VERSION=master-90202090a85fc6a345d57d99cb93b10c8bffa4f1
76
+ IMAGE_VERSION=master-814d918e5ddef9b6c11213252055e9d8da0a40dd
77
77
fi
78
78
if [[ " ${IMAGE_NAME:- } " == " " ]]; then
79
79
IMAGE_NAME=build-tools
You can’t perform that action at this time.
0 commit comments