Skip to content

Commit

Permalink
Merge pull request #5402 from willie-yao/monitoring-load
Browse files Browse the repository at this point in the history
Add monitoring tag to load test template
  • Loading branch information
k8s-ci-robot authored Jan 31, 2025
2 parents ca8d1c5 + b8b1d97 commit f5a6788
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.

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

1 change: 1 addition & 0 deletions templates/test/dev/custom-builds-load/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ patches:
- path: patches/cluster-label-storageclass.yaml
- path: patches/cluster-label-azuredisk.yaml
- path: patches/kcp-scheduler.yaml
- path: patches/azuremachinetemplate-monitoring.yaml
generatorOptions:
annotations:
note: generated
Expand Down
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: load

0 comments on commit f5a6788

Please sign in to comment.