RockteMQ-AI commented on issue #143: URL: https://github.com/apache/rocketmq-operator/issues/143#issuecomment-5216296511
**Issue Evaluation** Category: `bug` | Status: **Needs Investigation** The dashboard failing to update NameServer addresses at runtime is a valid bug. The dashboard should watch for NameServer endpoint changes (via Kubernetes Service discovery or ConfigMap) and update its connection configuration dynamically. **Root Cause:** The dashboard likely caches the NameServer address at startup and does not refresh it when the NameServer pods are rescheduled or their IPs change. **Expected Fix:** - Implement a periodic refresh or watch mechanism for NameServer endpoints. - Use Kubernetes Service DNS name instead of hardcoded IPs for NameServer connectivity. **Impact:** Medium — dashboard becomes unusable after NameServer pod restarts. **Severity:** Medium — affects operational visibility. --- *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]
