mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 01:55:50 +08:00
Fix for operator role definition to add raycluster/finalizer (#13567)
This commit is contained in:
@@ -10,8 +10,8 @@ metadata:
|
||||
name: ray-operator-role
|
||||
rules:
|
||||
- apiGroups: ["", "cluster.ray.io"]
|
||||
resources: ["rayclusters", "pods", "pods/exec"]
|
||||
verbs: ["get", "watch", "list", "create", "delete", "patch"]
|
||||
resources: ["rayclusters", "rayclusters/finalizers", "pods", "pods/exec"]
|
||||
verbs: ["get", "watch", "list", "create", "delete", "patch", "update"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
|
||||
Reference in New Issue
Block a user