From 9a82d96e68faf05511131c2504c07b7603b97260 Mon Sep 17 00:00:00 2001 From: Johannes Ballmann <574988+fibsifan@users.noreply.github.com> Date: Fri, 2 Sep 2022 12:18:08 +0200 Subject: [PATCH] Add missing networking apiGroup in Kubernetes RBACs examples and references --- docs/content/getting-started/quick-start-with-kubernetes.md | 1 + docs/content/migration/v2.md | 4 ++++ .../reference/dynamic-configuration/kubernetes-crd-rbac.yml | 1 + docs/content/routing/providers/kubernetes-ingress.md | 3 +++ 4 files changed, 9 insertions(+) diff --git a/docs/content/getting-started/quick-start-with-kubernetes.md b/docs/content/getting-started/quick-start-with-kubernetes.md index 80e39ef09..636acfb19 100644 --- a/docs/content/getting-started/quick-start-with-kubernetes.md +++ b/docs/content/getting-started/quick-start-with-kubernetes.md @@ -53,6 +53,7 @@ rules: - watch - apiGroups: - extensions + - networking.k8s.io resources: - ingresses/status verbs: diff --git a/docs/content/migration/v2.md b/docs/content/migration/v2.md index 03c7eec49..9fda2a651 100644 --- a/docs/content/migration/v2.md +++ b/docs/content/migration/v2.md @@ -50,6 +50,7 @@ rules: - watch - apiGroups: - extensions + - networking.k8s.io resources: - ingresses verbs: @@ -58,6 +59,7 @@ rules: - watch - apiGroups: - extensions + - networking.k8s.io resources: - ingresses/status verbs: @@ -147,6 +149,7 @@ rules: - watch - apiGroups: - extensions + - networking.k8s.io resources: - ingresses verbs: @@ -155,6 +158,7 @@ rules: - watch - apiGroups: - extensions + - networking.k8s.io resources: - ingresses/status verbs: diff --git a/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml b/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml index 4a5b80e6b..6237031f0 100644 --- a/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml +++ b/docs/content/reference/dynamic-configuration/kubernetes-crd-rbac.yml @@ -26,6 +26,7 @@ rules: - watch - apiGroups: - extensions + - networking.k8s.io resources: - ingresses/status verbs: diff --git a/docs/content/routing/providers/kubernetes-ingress.md b/docs/content/routing/providers/kubernetes-ingress.md index 8dfe2471b..b7aa294f0 100644 --- a/docs/content/routing/providers/kubernetes-ingress.md +++ b/docs/content/routing/providers/kubernetes-ingress.md @@ -47,6 +47,7 @@ which in turn will create the resulting routers, services, handlers, etc. - watch - apiGroups: - extensions + - networking.k8s.io resources: - ingresses/status verbs: @@ -438,6 +439,7 @@ This way, any Ingress attached to this Entrypoint will have TLS termination by d - watch - apiGroups: - extensions + - networking.k8s.io resources: - ingresses/status verbs: @@ -645,6 +647,7 @@ For more options, please refer to the available [annotations](#on-ingress). - watch - apiGroups: - extensions + - networking.k8s.io resources: - ingresses/status verbs: