added delay before deploying pool config

This commit is contained in:
Radar231 2023-04-02 22:08:44 -04:00
parent dd45c1959f
commit a9f057871f
1 changed files with 8 additions and 0 deletions

View File

@ -26,6 +26,14 @@
path: "/tmp/metallb-native.yaml"
state: absent
#######################################################
- debug: msg="Waiting 60 seconds to allow metallb to fully deploy"
#######################################################
- name: Wait 60 seconds to allow metallb to fully deploy
wait_for:
timeout: 60
- name: Create metallb IPAddressPool object
kubernetes.core.k8s:
state: present