RockteMQ-AI commented on issue #158: URL: https://github.com/apache/rocketmq-operator/issues/158#issuecomment-5216282833
**Issue Evaluation** Category: `question` | Status: **Answered** The rocketmq-console (dashboard) not displaying `broker-0(master)` is typically caused by a timing issue in the operator deployment sequence: 1. **NameServer not ready** — The dashboard queries NameServer for broker registration info. If NameServer pods are not fully ready when the dashboard starts, it may miss the initial broker registration. 2. **Network policy** — Ensure the dashboard pod can reach the NameServer service. 3. **Broker registration delay** — Brokers register with NameServer periodically. Wait a few minutes after deployment for the registration to propagate. Try restarting the dashboard pod after the cluster is fully deployed: ```bash kubectl delete pod -l app=rocketmq-dashboard -n rocketmq ``` --- *Automated evaluation by @RockteMQ-AI* -- 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]
