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