feat: Enable metrics server
This commit is contained in:
@@ -34,7 +34,9 @@ patches:
|
|||||||
- !patch longhorn-user-volume
|
- !patch longhorn-user-volume
|
||||||
- !patch local-path-provisioner-volume
|
- !patch local-path-provisioner-volume
|
||||||
- !patch limit-ephemeral
|
- !patch limit-ephemeral
|
||||||
|
- !patch metrics
|
||||||
patchesControlPlane:
|
patchesControlPlane:
|
||||||
- !patch allow-control-plane-workloads
|
- !patch allow-control-plane-workloads
|
||||||
- !patch sops
|
- !patch sops
|
||||||
- !patch cluster-variables
|
- !patch cluster-variables
|
||||||
|
- !patch metrics-cluster
|
||||||
|
|||||||
4
patches/metrics-cluster.yaml
Normal file
4
patches/metrics-cluster.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
cluster:
|
||||||
|
extraManifests:
|
||||||
|
- https://raw.githubusercontent.com/alex1989hu/kubelet-serving-cert-approver/main/deploy/standalone-install.yaml
|
||||||
|
- https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
|
||||||
4
patches/metrics.yaml
Normal file
4
patches/metrics.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
machine:
|
||||||
|
kubelet:
|
||||||
|
extraArgs:
|
||||||
|
rotate-server-certificates: true
|
||||||
Reference in New Issue
Block a user