extended delay to ensure metallb is fully started

This commit is contained in:
Radar231 2023-04-02 22:18:43 -04:00
parent a9f057871f
commit 504257f33b
1 changed files with 3 additions and 3 deletions

View File

@ -27,12 +27,12 @@
state: absent
#######################################################
- debug: msg="Waiting 60 seconds to allow metallb to fully deploy"
- debug: msg="Waiting 90 seconds to allow metallb to fully deploy"
#######################################################
- name: Wait 60 seconds to allow metallb to fully deploy
- name: Wait 90 seconds to allow metallb to fully deploy
wait_for:
timeout: 60
timeout: 90
- name: Create metallb IPAddressPool object
kubernetes.core.k8s: