Skip to content

Commit

Permalink
Increase delay between retries for kcp name
Browse files Browse the repository at this point in the history
Signed-off-by: michal.gubricky <michal.gubricky@dnation.cloud>
  • Loading branch information
michal-gubricky committed Jul 9, 2024
1 parent 5c64d9e commit 58e8a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/openstack/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
- name: Get kubeadmcontrolplane name
ansible.builtin.command: "kubectl get kubeadmcontrolplane -o=jsonpath='{.items[0].metadata.name}'"
retries: 6
delay: 10
delay: 20
until: kcp_name.rc == 0
register: kcp_name
changed_when: true
Expand Down

0 comments on commit 58e8a8a

Please sign in to comment.