From 04865e056b09a836c28dd67a3c8bc099296c089a Mon Sep 17 00:00:00 2001 From: Mike Kolesnik Date: Tue, 28 Jan 2020 08:27:25 +0200 Subject: [PATCH] Added clusters to rbac --- submariner/templates/rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submariner/templates/rbac.yaml b/submariner/templates/rbac.yaml index 2544989..de2b6ec 100644 --- a/submariner/templates/rbac.yaml +++ b/submariner/templates/rbac.yaml @@ -75,7 +75,7 @@ rules: resources: ["nodes"] verbs: ["get"] - apiGroups: ["submariner.io"] - resources: ["endpoints"] + resources: ["endpoints", "clusters"] verbs: ["get", "list", "watch"] --- apiVersion: rbac.authorization.k8s.io/v1