File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ cat <<EOF | kubectl apply -f -
2424apiVersion: rbac.authorization.k8s.io/v1
2525kind: ClusterRole
2626metadata:
27- name: mcad -controller-rayclusters
27+ name: e2e -controller-rayclusters
2828rules:
2929 - apiGroups:
3030 - ray.io
@@ -46,15 +46,15 @@ cat <<EOF | kubectl apply -f -
4646kind: ClusterRoleBinding
4747apiVersion: rbac.authorization.k8s.io/v1
4848metadata:
49- name: mcad -controller-rayclusters
49+ name: e2e -controller-rayclusters
5050subjects:
5151 - kind: ServiceAccount
5252 name: codeflare-operator-controller-manager
5353 namespace: openshift-operators
5454roleRef:
5555 apiGroup: rbac.authorization.k8s.io
5656 kind: ClusterRole
57- name: mcad -controller-rayclusters
57+ name: e2e -controller-rayclusters
5858EOF
5959
6060echo Creating Kueue ResourceFlavor and ClusterQueue
You can’t perform that action at this time.
0 commit comments