From af719e46f2feff09ad54e9f7507247de598998bd Mon Sep 17 00:00:00 2001 From: 8ball030 <35799987+8ball030@users.noreply.github.com> Date: Sat, 13 Jan 2024 04:16:10 +0000 Subject: [PATCH] feat ensured that appropriate rbacs are set to allow the ingressclass on gcp (#1409) --- addons/nginx-ingress/google-cloud/rbac/cluster-role.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/addons/nginx-ingress/google-cloud/rbac/cluster-role.yaml b/addons/nginx-ingress/google-cloud/rbac/cluster-role.yaml index 90edbeb1..a10fe262 100644 --- a/addons/nginx-ingress/google-cloud/rbac/cluster-role.yaml +++ b/addons/nginx-ingress/google-cloud/rbac/cluster-role.yaml @@ -59,4 +59,11 @@ rules: - get - list - watch - + - apiGroups: + - discovery.k8s.io + resources: + - "endpointslices" + verbs: + - get + - list + - watch