Skip to content

Commit

Permalink
grant cloudwatch agent permission to call endpointslices API (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxaws authored Feb 12, 2025
1 parent 497e498 commit fb4fa05
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ rules:
- apiGroups: [ "" ]
resources: [ "pods", "pods/logs", "nodes", "nodes/proxy", "namespaces", "endpoints" ]
verbs: [ "list", "watch", "get" ]
- apiGroups: ["discovery.k8s.io"]
resources: ["endpointslices"]
verbs: ["list", "watch", "get"]
- apiGroups: [ "" ]
resources: [ "services" ]
verbs: [ "list", "watch" ]
Expand Down

0 comments on commit fb4fa05

Please sign in to comment.