RockteMQ-AI commented on issue #117:
URL: 
https://github.com/apache/rocketmq-operator/issues/117#issuecomment-5381058392

   **Issue Evaluation**
   
   Category: `bug` | Status: **Likely Valid**
   
   This is a known class of issues with Kubernetes operators where 
`volumeClaimTemplates` metadata (name, storageClassName) gets stripped during 
reconciliation. The operator likely overwrites the StatefulSet spec without 
preserving the VCT sub-fields.
   
   **Root cause hypothesis:** The operator's reconciliation logic reconstructs 
the StatefulSet object and loses the `volumeClaimTemplates.metadata.name` and 
`storageClassName` fields, causing PVC recreation on redeploy.
   
   **Note:** Filed July 2022. Please verify against the current operator 
version — this may have been addressed in later releases.
   
   ---
   *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]

Reply via email to