From 4db3e2c3cf5fdb468e6a00c18165ca81598be1a0 Mon Sep 17 00:00:00 2001 From: MatthieuFin Date: Mon, 22 Apr 2024 19:09:37 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20calico-cni-plugin=20missi?= =?UTF-8?q?ng=20RBAC=20(#11077)?= 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 ac0331f22..7ddec1698 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