Skip to content

Commit 246a3fa

Browse files
committed
Add dra-specific tag for monitoring
1 parent 2acf550 commit 246a3fa

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

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

Lines changed: 2 additions & 2 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-dra/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ patches:
1313
- path: ../../ci/patches/dra-kubeadmconfigtemplate.yaml
1414
target:
1515
kind: KubeadmConfigTemplate
16+
- path: patches/azuremachinetemplate-monitoring.yaml
1617

1718
sortOptions:
1819
order: fifo
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
3+
kind: AzureMachineTemplate
4+
metadata:
5+
name: ${CLUSTER_NAME}-control-plane
6+
namespace: default
7+
spec:
8+
template:
9+
spec:
10+
additionalTags:
11+
monitoring: dra
12+
---
13+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
14+
kind: AzureMachineTemplate
15+
metadata:
16+
name: ${CLUSTER_NAME}-md-0
17+
namespace: default
18+
spec:
19+
template:
20+
spec:
21+
additionalTags:
22+
monitoring: dra

0 commit comments

Comments
 (0)