Skip to content

Commit fbc67f8

Browse files
committed
fixup! Add MachineHealthChecks for KCP and Windows Machines in e2e
1 parent afb752f commit fbc67f8

File tree

6 files changed

+60
-0
lines changed

6 files changed

+60
-0
lines changed

templates/test/ci/cluster-template-prow-azure-cni-v1.yaml

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

templates/test/ci/cluster-template-prow-dual-stack.yaml

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

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

Lines changed: 19 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-azure-cni-v1/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Kustomization
33
namespace: default
44
resources:
55
- ../../../flavors/azure-cni-v1/
6+
- ../prow/mhc-kubeadmcontrolplane.yaml
67
- ../../../addons/cluster-api-helm/azuredisk-csi-driver.yaml
78
- ../../../addons/cluster-api-helm/cloud-provider-azure.yaml
89
- ../../../addons/cluster-api-helm/cloud-provider-azure-ci.yaml

templates/test/ci/prow-dual-stack/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Kustomization
33
namespace: default
44
resources:
55
- ../../../flavors/dual-stack
6+
- ../prow/mhc-kubeadmcontrolplane.yaml
67
- machine-pool-dualstack.yaml
78
- ../../../addons/cluster-api-helm/calico-dual-stack.yaml
89
- ../../../addons/cluster-api-helm/azuredisk-csi-driver.yaml

templates/test/ci/prow-ipv6/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: Kustomization
33
namespace: default
44
resources:
55
- ../../../flavors/ipv6
6+
- ../prow/mhc-kubeadmcontrolplane.yaml
67
- machine-pool-ipv6.yaml
78
- ../../../addons/cluster-api-helm/calico-ipv6.yaml
89
- ../../../addons/cluster-api-helm/azuredisk-csi-driver.yaml

0 commit comments

Comments
 (0)