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

This commit is contained in:
2023-03-23 16:55:11 +01:00
parent b644dc1a04
commit ec6f712427
4 changed files with 32 additions and 8 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