Skip to content

Commit 220447e

Browse files
committed
Add monitoring tag to e2e test template
1 parent 1e5b0b0 commit 220447e

8 files changed

+24
-0
lines changed

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

Lines changed: 2 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-ci-version-ipv6.yaml

Lines changed: 2 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-ci-version.yaml

Lines changed: 2 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.yaml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
3+
kind: AzureMachineTemplate
4+
metadata:
5+
name: ${CLUSTER_NAME}-md-0
6+
namespace: default
7+
spec:
8+
template:
9+
spec:
10+
additionalTags:
11+
monitoring: virtualmachine

templates/test/ci/prow/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ patches:
4242
- path: ../patches/windows-machine-deployment-replicas.yaml
4343
- path: ../../../azure-cluster-identity/azurecluster-identity-ref.yaml
4444
- path: ../patches/azuremachinetemplate-vmextension.yaml
45+
- path: ../patches/azuremachinetemplate-monitoring.yaml
4546
- path: ../patches/windows-feature-gates.yaml
4647
- path: ../patches/windows-containerd-labels.yaml
4748
- path: ../patches/windows-server-version.yaml

templates/test/dev/cluster-template-custom-builds-load.yaml

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

templates/test/dev/cluster-template-custom-builds.yaml

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

0 commit comments

Comments
 (0)