Skip to content

Commit

Permalink
Merge pull request #5363 from willie-yao/add-metrics-tag
Browse files Browse the repository at this point in the history
Add monitoring tag to e2e test template
  • Loading branch information
k8s-ci-robot authored Jan 21, 2025
2 parents e83a5da + 220447e commit c2a2562
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions templates/test/ci/cluster-template-prow-ci-version-ipv6.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions templates/test/ci/cluster-template-prow-ci-version.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions templates/test/ci/cluster-template-prow.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions templates/test/ci/patches/azuremachinetemplate-monitoring.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AzureMachineTemplate
metadata:
name: ${CLUSTER_NAME}-md-0
namespace: default
spec:
template:
spec:
additionalTags:
monitoring: virtualmachine
1 change: 1 addition & 0 deletions templates/test/ci/prow/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ patches:
- path: ../patches/windows-machine-deployment-replicas.yaml
- path: ../../../azure-cluster-identity/azurecluster-identity-ref.yaml
- path: ../patches/azuremachinetemplate-vmextension.yaml
- path: ../patches/azuremachinetemplate-monitoring.yaml
- path: ../patches/windows-feature-gates.yaml
- path: ../patches/windows-containerd-labels.yaml
- path: ../patches/windows-server-version.yaml
Expand Down
2 changes: 2 additions & 0 deletions templates/test/dev/cluster-template-custom-builds-load.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions templates/test/dev/cluster-template-custom-builds.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2a2562

Please sign in to comment.