zhuqi-lucas commented on PR #508:
URL: https://github.com/apache/yunikorn-k8shim/pull/508#issuecomment-1363580380
Thank you, @craigcondit, for review, in the scheduler rbac.yaml , we already
used the cluster-admin cluster role which will cover the PriorityClass access.
`apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: yunikorn-rbac
subjects:
- kind: ServiceAccount
name: yunikorn-admin
roleRef:
kind: ClusterRole
name: cluster-admin
apiGroup: rbac.authorization.k8s.io
`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]