We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7809d1f + 4773903 commit 1ffe669Copy full SHA for 1ffe669
playbooks/roles/ocp-install/tasks/main.yaml
@@ -16,8 +16,8 @@
16
shell: |
17
oc get csr -ojson | jq -r '.items[] | select(.status == {} ) | .metadata.name' | xargs -r oc adm certificate approve
18
until: lookup('pipe','oc get nodes | grep -w worker | grep -w Ready | wc -l') == worker_count
19
- retries: 30
20
- delay: 60
+ retries: 40
+ delay: 30
21
when: worker_count|int > 0
22
23
- name: Wait for install-complete
0 commit comments