codeflare-sdk
codeflare-sdk copied to clipboard
Document add-role to allow kuberay interaction
codeflare-sdk needs to grant users certain privileges to interact with kuberay.
Specifically,
oc adm policy add-role-to-user kuberay-operator <user id>
The Kuberay APIs should ideally be aggregated to Kubernetes user-facing roles, so users can readily use Kuberay APIs.
We've created ray-project/kuberay#1641.