We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f82711 commit cff8399Copy full SHA for cff8399
1 file changed
_scripts/install.sh
@@ -202,7 +202,9 @@ function install_metallb() {
202
--namespace metallb \
203
--create-namespace
204
205
- sleep 30s
+ echo -e "\\033[32m--->Waiting metallb pods ready...\\033[0m"
206
+ kubectl wait pods -n metallb --all --for condition=Ready --timeout=600s
207
+
208
if [[ -z "${METALLB_CONFIG_FILE}" ]] ; then
209
echo -e "\\033[32m---> Metallb using the default configuration.\\033[0m"
210
kubectl apply -n metallb -f - <<EOF
0 commit comments