From f42e8eed31f7b0c2e0b62176d7e195e0508b333e Mon Sep 17 00:00:00 2001 From: V Date: Sat, 6 Dec 2025 18:08:56 +0000 Subject: [PATCH] fixin --- components/monitoring/controllers/base/rbac.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/monitoring/controllers/base/rbac.yaml b/components/monitoring/controllers/base/rbac.yaml index 2936117..e4623ec 100644 --- a/components/monitoring/controllers/base/rbac.yaml +++ b/components/monitoring/controllers/base/rbac.yaml @@ -42,6 +42,9 @@ rules: - apiGroups: ["coordination.k8s.io"] resources: ["leases"] verbs: ["get", "list", "watch", "create", "update", "patch"] + - apiGroups: [""] + resources: ["nodes/metrics"] + verbs: ["get", "list", "watch"] --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole