EnMasseProject / enmasse

EnMasse - Self-service messaging on Kubernetes and OpenShift
https://enmasseproject.github.io
Apache License 2.0
189 stars 89 forks source link

Enmasse operator contains errors in log #4383

Open kornys opened 4 years ago

kornys commented 4 years ago

Describe the bug Enmasse operator writes errors in logs regarding messaginginfra and messagingtenant crds

To Reproduce Steps to reproduce the behavior:

  1. install enmasse
  2. check log in enmasse operator pod
 22:09:34.441629       1 reflector.go:123] github.com/operator-framework/operator-sdk/pkg/kube-metrics/store.go:65: Failed to list *unstructured.Unstructured: messaginginfras.enmasse.io is forbidden: User "system:serviceaccount:enmasse-infra:enmasse-operator" cannot list resource "messaginginfras" in API group "enmasse.io" in the namespace "enmasse-infra"
E0423 22:09:34.859522       1 reflector.go:123] github.com/operator-framework/operator-sdk/pkg/kube-metrics/store.go:65: Failed to list *unstructured.Unstructured: messagingtenants.enmasse.io is forbidden: User "system:serviceaccount:enmasse-infra:enmasse-operator" cannot list resource "messagingtenants" in API group "enmasse.io" in the namespace "enmasse-infra"
lulf commented 4 years ago

I'm not sure how easy it will be to fix this. Afaict, It's only printed once during startup?

kornys commented 4 years ago

hmm I think it was printed during whole run