Skip to content

Commit

Permalink
Merge branch 'master' into feat/vagrant-in-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sleiner committed Aug 29, 2022
2 parents 1e1aa8c + 6d793c5 commit d01dfdd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions roles/k3s/post/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@
with_items: "{{ groups['master'] }}"
run_once: true

# TODO:// if there is a race condition, we'll have to manually wait here
# - name: Wait for all metallb services to come up
# wait_for:
# timeout: 30

- name: Wait for metallb pods in replicasets
command: >-
kubectl wait pods -n metallb-system --for condition=Ready \
Expand Down Expand Up @@ -112,6 +107,11 @@
with_items: "{{ groups['master'] }}"
run_once: true

# TODO:// if there is a race condition, we'll have to manually wait here
- name: Wait for all metallb services to come up
wait_for:
timeout: 30

- name: Test metallb-system webhook-service endpoint
command: >-
k3s kubectl -n metallb-system get endpoints webhook-service
Expand Down

0 comments on commit d01dfdd

Please sign in to comment.