From e50900cedcbebc6c79ef2745efa60f7e56af2d92 Mon Sep 17 00:00:00 2001 From: MatthieuFin Date: Fri, 12 Apr 2024 10:18:02 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20calico-cni-plugin=20missi?= =?UTF-8?q?ng=20RBAC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To configure node asNumber for per node peering service account calico-cni-plugin need nodes/status update rights ✅ Closes: 11076 --- roles/network_plugin/calico/templates/calico-cr.yml.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/network_plugin/calico/templates/calico-cr.yml.j2 b/roles/network_plugin/calico/templates/calico-cr.yml.j2 index ac0331f22d0..7ddec1698cf 100644 --- a/roles/network_plugin/calico/templates/calico-cr.yml.j2 +++ b/roles/network_plugin/calico/templates/calico-cr.yml.j2 @@ -16,6 +16,11 @@ rules: - pods/status verbs: - patch + - apiGroups: [""] + resources: + - nodes/status + verbs: + - update - apiGroups: ["crd.projectcalico.org"] resources: - blockaffinities