We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4e1be commit 456940bCopy full SHA for 456940b
1 file changed
_scripts/install.sh
@@ -200,9 +200,9 @@ function install_metallb() {
200
helm install metallb drycc/metallb \
201
--set speaker.frr.enabled=true \
202
--namespace metallb \
203
- --create-namespace \
204
- --wait
205
- sleep 10s
+ --create-namespace
+
+ sleep 30s
206
if [[ -z "${METALLB_CONFIG_FILE}" ]] ; then
207
echo -e "\\033[32m---> Metallb using the default configuration.\\033[0m"
208
kubectl apply -n metallb -f - <<EOF
@@ -235,7 +235,7 @@ spec:
235
- default
236
EOF
237
else
238
- kubectl apply -n metallb -f ${METALLB_CONFIG_FILE} -n
+ kubectl apply -n metallb -f ${METALLB_CONFIG_FILE}
239
fi
240
echo -e "\\033[32m---> Metallb installed!\\033[0m"
241
}
0 commit comments