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
After searching for the cause, it seems that when generating manifests the ClusterRoleBinding object is used, but the manually input kind RoleBinding doesn't match.
E1125 05:58:51.544661 1 reflector.go:178] k8s.io/client-go@v0.18.6/tools/cache/reflector.go:125: Failed to list *v1.Service: services is forbidden: User "system:serviceaccount:minio-system:minio-operator" cannot list resource "services" in API group "" at the cluster scope
E1125 05:58:55.815436 1 reflector.go:178] k8s.io/client-go@v0.18.6/tools/cache/reflector.go:125: Failed to list *v1.Deployment: deployments.apps is forbidden: User "system:serviceaccount:minio-system:minio-operator" cannot list resource "deployments" in API group "apps" at the cluster scope
E1125 05:58:58.712488 1 reflector.go:178] k8s.io/client-go@v0.18.6/tools/cache/reflector.go:125: Failed to list *v1.StatefulSet: statefulsets.apps is forbidden: User "system:serviceaccount:minio-system:minio-operator" cannot list resource "statefulsets" in API group "apps" at the cluster scope
E1125 05:59:04.493718 1 reflector.go:178] k8s.io/client-go@v0.18.6/tools/cache/reflector.go:125: Failed to list *v1.Job: jobs.batch is forbidden: User "system:serviceaccount:minio-system:minio-operator" cannot list resource "jobs" in API group "batch" at the cluster scope
[ec2-user@ip-172-31-35-181 setup]$ Connection to 54.248.171.59 closed by remote host.
Connection to 54.248.171.59 closed.
The text was updated successfully, but these errors were encountered:
After searching for the cause, it seems that when generating manifests the
ClusterRoleBinding
object is used, but the manually input kindRoleBinding
doesn't match.operator/kubectl-minio/cmd/resources/cluter-role-binding.go
Lines 28 to 34 in fc90c2d
This causes the following errors.
The text was updated successfully, but these errors were encountered: