From 36ba3039ae08e3eab80b0b4b9f7f515ea584943d Mon Sep 17 00:00:00 2001 From: Lionel Jouin Date: Thu, 18 Jan 2024 15:45:40 +0100 Subject: [PATCH] Add watch permission to thick e2e template (#1208) As described in #1171, the watch function is required in the clusterrole for the thick Multus version, otherwise "Failed to watch *v1.Pod" would be returned. --- e2e/templates/multus-daemonset-thick.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/templates/multus-daemonset-thick.yml.j2 b/e2e/templates/multus-daemonset-thick.yml.j2 index 3eba4d93e..8fdc8e4c5 100644 --- a/e2e/templates/multus-daemonset-thick.yml.j2 +++ b/e2e/templates/multus-daemonset-thick.yml.j2 @@ -45,6 +45,7 @@ rules: - get - list - update + - watch - apiGroups: - "" - events.k8s.io