Increase default retries;Add healthcheck
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-23 16:51:17 +01:00
parent 942c13dde7
commit 1c19708855
2 changed files with 4 additions and 2 deletions

View File

@ -99,7 +99,7 @@
--kubeconfig {{ kubeconfig.path }}
chdir: /opt/metacluster/cluster-api
- name: Ensure CAPI/CAPV controller availability
- name: Ensure controller availability
kubernetes.core.k8s_info:
kind: Deployment
name: "{{ item.name }}"
@ -107,6 +107,8 @@
wait: true
kubeconfig: "{{ kubeconfig.path }}"
loop:
- name: caip-in-cluster-controller-manager
namespace: caip-in-cluster-system
- name: capi-controller-manager
namespace: capi-system
- name: capv-controller-manager