Skip to content

Commit 9df5e66

Browse files
committed
add mhc for windows md
1 parent 48cb6b1 commit 9df5e66

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

templates/test/ci/cluster-template-prow-topology.yaml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/prow-topology/base.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ spec:
5050
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
5151
kind: AzureMachineTemplate
5252
name: ci-default-worker-win
53+
machineHealthCheck:
54+
maxUnhealthy: 100%
55+
unhealthyConditions:
56+
- type: E2ENodeUnhealthy
57+
status: "True"
58+
timeout: 30s
5359
---
5460
apiVersion: controlplane.cluster.x-k8s.io/v1beta1
5561
kind: KubeadmControlPlaneTemplate

0 commit comments

Comments
 (0)