chaoyoung commented on issue #141: URL: https://github.com/apache/rocketmq-operator/issues/141#issuecomment-1309748974
> It seems that something is wrong with RBAC. Please check if [role.xml](https://github.com/apache/rocketmq-operator/blob/master/deploy/role.yaml), [role_binding.yaml](https://github.com/apache/rocketmq-operator/blob/master/deploy/role_binding.yaml) and [service_account.yaml](https://github.com/apache/rocketmq-operator/blob/master/deploy/service_account.yaml) are the latest version and successfully applied. > > ``` > E1109 10:10:55.758673 1 reflector.go:138] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:default:default" cannot list resource "pods" in API group "" at the cluster scope > ``` name-server and broker are running after redeploy, but console pod not found, rocketmq-operator contains error log: ``` 2022-11-10T04:07:05.204Z ERROR controller_broker Failed to update Broker Size status. {"Request.Namespace": "default", "Request.Name": "broker", "error": "Broker.rocketmq.apache.org \"broker\" is invalid: status.nodes: Required value"} sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:266 sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2 /go/pkg/mod/sigs.k8s.io/[email protected]/pkg/internal/controller/controller.go:227 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
