Skip to content

Commit daf63d3

Browse files
committed
chore(workflow): waiting metallb webhook ready
1 parent a39007b commit daf63d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_scripts/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ function install_metallb() {
204204

205205
echo -e "\\033[32m--->Waiting metallb pods ready...\\033[0m"
206206
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
207209

208210
if [[ -z "${METALLB_CONFIG_FILE}" ]] ; then
209211
echo -e "\\033[32m---> Metallb using the default configuration.\\033[0m"

0 commit comments

Comments
 (0)