You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by GitBox <gi...@apache.org> on 2022/12/23 03:38:07 UTC

[GitHub] [yunikorn-k8shim] zhuqi-lucas commented on pull request #508: [YUNIKORN-1499] Fix PriorityClass resource access for yunikorn-admission-controller when deploying.

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: reviews-unsubscribe@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org