Skip to content

Commit e0e43b3

Browse files
authored
Merge pull request #5409 from willie-yao/control-plane-tags
Add monitoring tag to control plane templates
2 parents 2cc407f + 569dfb3 commit e0e43b3

8 files changed

+34
-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.

templates/test/ci/patches/azuremachinetemplate-monitoring.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
---
22
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
33
kind: AzureMachineTemplate
4+
metadata:
5+
name: ${CLUSTER_NAME}-control-plane
6+
namespace: default
7+
spec:
8+
template:
9+
spec:
10+
additionalTags:
11+
monitoring: virtualmachine
12+
---
13+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
14+
kind: AzureMachineTemplate
415
metadata:
516
name: ${CLUSTER_NAME}-md-0
617
namespace: default

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.

templates/test/dev/custom-builds-load/patches/azuremachinetemplate-monitoring.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
---
22
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
33
kind: AzureMachineTemplate
4+
metadata:
5+
name: ${CLUSTER_NAME}-control-plane
6+
namespace: default
7+
spec:
8+
template:
9+
spec:
10+
additionalTags:
11+
monitoring: load
12+
---
13+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
14+
kind: AzureMachineTemplate
415
metadata:
516
name: ${CLUSTER_NAME}-md-0
617
namespace: default

0 commit comments

Comments
 (0)