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
The operator ClusterRole is missing access to the new miniojobs CR.
Expected Behavior
The operator serviceAccount should have access to all needed CRs
Current Behavior
operator Logs are being spammed with the following error: failed to list *v1alpha1.MinIOJob: miniojobs.job.min.io is forbidden: User "system:serviceaccount:minio-operator:minio-operator" cannot list resource "miniojobs" in API group "job.min.io" at the cluster scope
Possible Solution
Add new APIGroup to operator ClusterRole in helm/operator/templates/operator-clusterrole.yaml
The operator ClusterRole is missing access to the new miniojobs CR.
Expected Behavior
The operator serviceAccount should have access to all needed CRs
Current Behavior
operator Logs are being spammed with the following error:
failed to list *v1alpha1.MinIOJob: miniojobs.job.min.io is forbidden: User "system:serviceaccount:minio-operator:minio-operator" cannot list resource "miniojobs" in API group "job.min.io" at the cluster scope
Possible Solution
Add new APIGroup to operator ClusterRole in
helm/operator/templates/operator-clusterrole.yaml
I only installed via Helm, so I'm not sure if other deployment types are affected.
Steps to Reproduce (for bugs)
The text was updated successfully, but these errors were encountered: