You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deleting a kuberay raycluster resource using the latest kuberay-operator will attempt and fail to delete pods using the verb deletecollection.
Are you using any custom parameters or values?
N/A
What is the expected behavior?
Operator should have appropriate role to cleanup pods.
What do you see instead?
Reconciler error attempting to use "deletecollection"
{
"level":"error",
"ts":"2025-03-20T16:48:00.693Z",
"logger":"controllers.RayCluster",
"msg":"Reconciler error",
"RayCluster":{
"name":"sample-cluster",
"namespace":"ray-1-asb"
},
"reconcileID":"82fa6a06-d86c-4f42-87b3-5e941c7d12bf",
"error": "pods is forbidden: User \"system:serviceaccount:kuberay:kuberay-operator\" cannot deletecollection resource \"pods\" in API group \"\" in the namespace \"ray-1-asb\"",
"stacktrace":"sigs.k8s.io/controller-runtime/pkg/internal/controller.(* Controller).reconcileHandler\n\t/bitnami/blacksmith-sandox/kuberay-1.3.0/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.5/pkg/internal/controller/controller.go:329\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/bitnami/blacksmith-sandox/kuberay-1.3.0/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.5/pkg/internal/controller/controller.go:266\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2\n\t/bitnami/blacksmith-sandox/kuberay-1.3.0/pkg/mod/sigs.k8s.io/controller-runtime@v0.17.5/pkg/internal/controller/controller.go:227"
}
Additional information
The upstream clusterrole by kuberay team includes the verb here
The text was updated successfully, but these errors were encountered:
Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.
Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Name and Version
bitnami/kuberay
What architecture are you using?
amd64
What steps will reproduce the bug?
Deleting a kuberay raycluster resource using the latest kuberay-operator will attempt and fail to delete pods using the verb deletecollection.
Are you using any custom parameters or values?
N/A
What is the expected behavior?
Operator should have appropriate role to cleanup pods.
What do you see instead?
Reconciler error attempting to use "deletecollection"
Additional information
The upstream clusterrole by kuberay team includes the verb here
The text was updated successfully, but these errors were encountered: