Skip to content

Commit 456940b

Browse files
committed
fixup
1 parent 3b4e1be commit 456940b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_scripts/install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ function install_metallb() {
200200
helm install metallb drycc/metallb \
201201
--set speaker.frr.enabled=true \
202202
--namespace metallb \
203-
--create-namespace \
204-
--wait
205-
sleep 10s
203+
--create-namespace
204+
205+
sleep 30s
206206
if [[ -z "${METALLB_CONFIG_FILE}" ]] ; then
207207
echo -e "\\033[32m---> Metallb using the default configuration.\\033[0m"
208208
kubectl apply -n metallb -f - <<EOF
@@ -235,7 +235,7 @@ spec:
235235
- default
236236
EOF
237237
else
238-
kubectl apply -n metallb -f ${METALLB_CONFIG_FILE} -n
238+
kubectl apply -n metallb -f ${METALLB_CONFIG_FILE}
239239
fi
240240
echo -e "\\033[32m---> Metallb installed!\\033[0m"
241241
}

0 commit comments

Comments
 (0)