Skip to content

Commit f5a6788

Browse files
authored
Merge pull request #5402 from willie-yao/monitoring-load
Add monitoring tag to load test template
2 parents ca8d1c5 + b8b1d97 commit f5a6788

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/dev/custom-builds-load/kustomization.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ patches:
88
- path: patches/cluster-label-storageclass.yaml
99
- path: patches/cluster-label-azuredisk.yaml
1010
- path: patches/kcp-scheduler.yaml
11+
- path: patches/azuremachinetemplate-monitoring.yaml
1112
generatorOptions:
1213
annotations:
1314
note: generated
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: load

0 commit comments

Comments
 (0)