From f3c1a0d0ce39dd0cbe4f089b2b3f4dce9a293160 Mon Sep 17 00:00:00 2001 From: djeinstine Date: Sun, 2 Feb 2025 19:11:18 +0000 Subject: [PATCH] Uncommented httproute api group in ClusterRole --- docs/installation/k8s.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/installation/k8s.md b/docs/installation/k8s.md index 22606462c..cd9184ee6 100644 --- a/docs/installation/k8s.md +++ b/docs/installation/k8s.md @@ -216,15 +216,14 @@ rules: verbs: - get - list - # if using gateway api add the following: - # - apiGroups: - # - gateway.networking.k8s.io - # resources: - # - httproutes - # - gateways - # verbs: - # - get - # - list + - apiGroups: + - gateway.networking.k8s.io + resources: + - httproutes + - gateways + verbs: + - get + - list - apiGroups: - metrics.k8s.io resources: