Skip to content

Commit

Permalink
Merge pull request #781 from qiuming520/release-k8s1.21
Browse files Browse the repository at this point in the history
add rbac for kosmos-scheduler
  • Loading branch information
duanmengkk authored Dec 18, 2024
2 parents 4100950 + 1bead9d commit 802150a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/scheduler/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ kind: ClusterRole
metadata:
name: kosmos-scheduler
rules:
- verbs:
- get
- list
- watch
apiGroups:
- kosmos.io
resources:
- '*'
- verbs:
- create
- patch
Expand Down

0 comments on commit 802150a

Please sign in to comment.