Skip to content

Commit 1eb217c

Browse files
committed
fix(collecting_metrics.md): adjust endpointslices apiGroups in the Role
1 parent 3f713b8 commit 1eb217c

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

content/Products/OpenshiftMonitoring/collecting_metrics.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,19 @@ rules:
171171
resources:
172172
- services
173173
- endpoints
174-
- endpointslices
175174
- pods
176175
verbs:
177176
- get
178177
- list
179178
- watch
179+
- apiGroups:
180+
- discovery.k8s.io
181+
resources:
182+
- endpointslices
183+
verbs:
184+
- get
185+
- list
186+
- watchg
180187
---
181188
apiVersion: rbac.authorization.k8s.io/v1
182189
kind: RoleBinding

0 commit comments

Comments
 (0)