From f757a66958c9cc72f18d8fe860176217e3afb0ab Mon Sep 17 00:00:00 2001 From: Vishal Thapar <5137689+vthapar@users.noreply.github.com> Date: Wed, 7 Jul 2021 18:49:53 +0530 Subject: [PATCH] Allow lighthouse-agent access to ingressips `lighthouse-agent` `ClusterRole` requires access to `globalingressips` for Globalnetv2 in Lighthouse. Signed-off-by: Vishal Thapar <5137689+vthapar@users.noreply.github.com> --- submariner-operator/templates/rbac.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/submariner-operator/templates/rbac.yaml b/submariner-operator/templates/rbac.yaml index 9930a22..1107292 100644 --- a/submariner-operator/templates/rbac.yaml +++ b/submariner-operator/templates/rbac.yaml @@ -746,6 +746,7 @@ rules: - submariner.io resources: - "gateways" + - "globalingressips" verbs: - get - list