Skip to content

Commit

Permalink
disable metrics server
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Oct 4, 2023
1 parent e532c1d commit 49f7651
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
apiVersion: cluster.x-k8s.io/v1beta1
kind: Cluster
metadata:
name: ${CLUSTER_NAME}
labels:
metrics-server: disabled
1 change: 1 addition & 0 deletions templates/test/ci/prow-ci-version-ipv6/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ patchesStrategicMerge:
- patches/controlplane-azuremachinetemplate.yaml
- patches/kubeadm-controlplane.yaml
- patches/machine-deployment.yaml
- ../patches/metrics-server-disabled-cluster.yaml

0 comments on commit 49f7651

Please sign in to comment.