1
0
mirror of https://github.com/containous/traefik.git synced 2025-10-20 11:33:18 +03:00

Migrate to EndpointSlices API

This commit is contained in:
Jesper Noordsij
2024-06-21 14:56:03 +02:00
committed by GitHub
parent 61defcdd66
commit a8a92eb2a5
88 changed files with 2177 additions and 1555 deletions

View File

@@ -8,13 +8,19 @@ rules:
- ""
resources:
- services
- endpoints
- secrets
- nodes
verbs:
- get
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- list
- watch
- apiGroups:
- extensions
- networking.k8s.io

View File

@@ -15,12 +15,18 @@ rules:
- ""
resources:
- services
- endpoints
- secrets
verbs:
- get
- list
- watch
- apiGroups:
- discovery.k8s.io
resources:
- endpointslices
verbs:
- list
- watch
- apiGroups:
- gateway.networking.k8s.io
resources: