doc(tutorials/rfc2136): fix RBAC (#5827)

This commit is contained in:
vflaux 2025-09-10 08:11:58 +02:00 committed by GitHub
parent 276bd9e80f
commit 1debdbcb3d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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