AdheipSingh opened a new pull request, #23: URL: https://github.com/apache/druid-operator/pull/23
### Description Two related features for VolumeClaimTemplate management: 1. **PVC annotation reconciliation** — Reconciles VolumeClaimTemplate annotations on updates to the Druid CR, ensuring PVC annotations stay in sync when the CR is modified. 2. **Volume attribute class name** — Adds support for `volumeAttributesClassName` in VolumeClaimTemplates, enabling Kubernetes 1.31+ volume attribute-based modifications. ##### Key changed/added files * `controllers/druid/volume_claim_template_update.go` — core reconciliation logic * `controllers/druid/volume_claim_template_update_test.go` — unit tests * `apis/druid/v1alpha1/druid_types.go` — new fields in API types * `e2e/configs/druid-cr-vacn.yaml` — example CR with volume attribute class name * `e2e/configs/volume-attributes-class.yaml` — VolumeAttributesClass example This PR has: - [x] been tested on a real K8S cluster to ensure creation of a brand new Druid cluster works. - [x] been tested for backward compatibility on a real K8S cluster by applying the changes introduced here on an existing Druid cluster. If there are any backward incompatible changes then they have been noted in the PR description. - [x] added documentation for new or modified features or behaviors. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
