Team, I deployed a ray cluster via Helm. However, it only creates a service account, not role and rolebinding. Does anyone know proper solutions?
That is strange. Does this happen each time you try to deploy with Helm?
Which versions of Helm and Kubernetes are you using?
If Helm is failing to create these objects, you can do it manually based on the templates.
ray/operator_cluster_scoped.yaml at 44b38e9aa12233ef8603be3fceb119fb99e738f4 · ray-project/ray · GitHub for a cluster-scoped operator
ray/operator_namespaced.yaml at 44b38e9aa12233ef8603be3fceb119fb99e738f4 · ray-project/ray · GitHub for a namespaced operator
I wonder if Helm dislikes that there are multiple yaml objects in the file?
Also, there’s some info on manually deploying the operator/cluster components here: