RockteMQ-AI commented on issue #114: URL: https://github.com/apache/rocketmq-operator/issues/114#issuecomment-5381058768
**Issue Evaluation** Category: `bug` | Status: **Likely Valid** The error indicates the Console controller creates a Deployment where `spec.selector` does not match `spec.template.metadata.labels`. This is a Kubernetes validation error — the Deployment spec requires the selector to match the pod template labels. **Root cause hypothesis:** The controller generates the Deployment object with a nil or mismatched label selector, likely because the Console CR does not propagate labels correctly to the generated Deployment spec. **Note:** Filed July 2022. Please verify against the current operator version. --- *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]
