From bbffbd42447673f1944983d8d31f3fac750448f7 Mon Sep 17 00:00:00 2001 From: Nitish Sai Kommaraju Date: Tue, 26 May 2026 19:19:02 +0530 Subject: [PATCH] Add node list/get/patch permissions to hyperpod-patching clusterrole --- .../charts/hyperpod-patching/templates/clusterrole.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/helm_chart/HyperPodHelmChart/charts/hyperpod-patching/templates/clusterrole.yaml b/helm_chart/HyperPodHelmChart/charts/hyperpod-patching/templates/clusterrole.yaml index b3971d70..1e8bb358 100644 --- a/helm_chart/HyperPodHelmChart/charts/hyperpod-patching/templates/clusterrole.yaml +++ b/helm_chart/HyperPodHelmChart/charts/hyperpod-patching/templates/clusterrole.yaml @@ -9,3 +9,6 @@ rules: - apiGroups: [""] resources: ["pods/eviction"] verbs: ["create"] + - apiGroups: [""] + resources: ["nodes"] + verbs: ["list", "get", "patch"]