Skip to content

Commit

Permalink
Merge pull request #168 from ccamacho/master
Browse files Browse the repository at this point in the history
fix: allow not waiting for okd to converge
  • Loading branch information
ccamacho authored Feb 5, 2021
2 parents ffd4e34 + 3d7e0e1 commit 2398468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubeinit/roles/kubeinit_okd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ kubeinit_okd_hide_sensitive_logs: true
kubeinit_okd_pod_cidr: 10.100.0.0/14
kubeinit_okd_service_cidr: 172.30.0.0/16

kubeinit_okd_wait_for_cluster_to_converge: False

kubeinit_okd_registry: quay.io
kubeinit_okd_registry_organization: openshift
kubeinit_okd_registry_repository: okd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
delay: 20
until: result.rc == 0
changed_when: "result.rc == 0"
when: kubeinit_okd_wait_for_cluster_to_converge

- name: "remove bootstrap node from haproxy"
ansible.builtin.shell: |
Expand Down

0 comments on commit 2398468

Please sign in to comment.