Increase default retries;Add healthcheck
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
942c13dde7
commit
1c19708855
@ -99,7 +99,7 @@
|
|||||||
--kubeconfig {{ kubeconfig.path }}
|
--kubeconfig {{ kubeconfig.path }}
|
||||||
chdir: /opt/metacluster/cluster-api
|
chdir: /opt/metacluster/cluster-api
|
||||||
|
|
||||||
- name: Ensure CAPI/CAPV controller availability
|
- name: Ensure controller availability
|
||||||
kubernetes.core.k8s_info:
|
kubernetes.core.k8s_info:
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: "{{ item.name }}"
|
name: "{{ item.name }}"
|
||||||
@ -107,6 +107,8 @@
|
|||||||
wait: true
|
wait: true
|
||||||
kubeconfig: "{{ kubeconfig.path }}"
|
kubeconfig: "{{ kubeconfig.path }}"
|
||||||
loop:
|
loop:
|
||||||
|
- name: caip-in-cluster-controller-manager
|
||||||
|
namespace: caip-in-cluster-system
|
||||||
- name: capi-controller-manager
|
- name: capi-controller-manager
|
||||||
namespace: capi-system
|
namespace: capi-system
|
||||||
- name: capv-controller-manager
|
- name: capv-controller-manager
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
playbook:
|
playbook:
|
||||||
retries: 5
|
retries: 10
|
||||||
delay:
|
delay:
|
||||||
# These values are multiplied with the value of `storage_benchmark`
|
# These values are multiplied with the value of `storage_benchmark`
|
||||||
long: 2
|
long: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user