sigs.k8s.io/cluster-api-provider-azure@v1.14.3/templates/test/ci/prow/mhc-windows.yaml (about) 1 --- 2 apiVersion: cluster.x-k8s.io/v1beta1 3 kind: MachineHealthCheck 4 metadata: 5 name: "${CLUSTER_NAME}-mhc-windows" 6 spec: 7 clusterName: "${CLUSTER_NAME}" 8 maxUnhealthy: 100% 9 selector: 10 matchLabels: 11 "windows-healthcheck": "true" 12 nodeStartupTimeout: 10m 13 unhealthyConditions: 14 - type: Ready 15 status: "false" 16 timeout: 300s 17 - type: Ready 18 status: Unknown 19 timeout: 300s