sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow/mhc.yaml (about)

     1  ---
     2  apiVersion: cluster.x-k8s.io/v1beta1
     3  kind: MachineHealthCheck
     4  metadata:
     5    name: "${CLUSTER_NAME}-mhc-0"
     6  spec:
     7    clusterName: "${CLUSTER_NAME}"
     8    maxUnhealthy: 100%
     9    selector:
    10      matchLabels:
    11        nodepool: "pool1"
    12    unhealthyConditions:
    13      - type: E2ENodeUnhealthy
    14        status: "True"
    15        timeout: 30s