Skip to content

Commit

Permalink
ci: disable metrics-server on downstream cluster
Browse files Browse the repository at this point in the history
Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Nov 23, 2023
1 parent 3df0f90 commit 40b83e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/assets/cluster-multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ spec:
disableSnapshots: true
machineGlobalConfig:
cni: canal
disable:
- rke2-metrics-server
- metrics-server
etcd-expose-metrics: false
profile: null
machinePools:
Expand Down
3 changes: 3 additions & 0 deletions tests/assets/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ spec:
disableSnapshots: true
machineGlobalConfig:
cni: canal
disable:
- rke2-metrics-server
- metrics-server
etcd-expose-metrics: false
profile: null
machinePools:
Expand Down

0 comments on commit 40b83e7

Please sign in to comment.