Add Documentation Regarding Legacy PVC Naming
#1365 aperta il 21 mag 2025
Metriche repository
- Star
- (1416 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Which document needs to be updated? The Upgrading docs and/or the example values.yaml file for the Redis Operator
Expected changes
Add documentation regarding the OPERATOR_STS_PVC_TEMPLATE_NAME environment variable
What version of redis-operator are you using? redis-operator version: v0.19.1
Additional context
We upgraded from a very old version of the redis operator (0.14.0) to v0.19.1.
It caused us some production issues when pods were deleted due to the change in the VolumeClaimTemplate naming.
We had to go over the code to find the OPERATOR_STS_PVC_TEMPLATE_NAME variable in order to not delete our PVCs while upgrading.
It would help to make this variable "Official" in the docs, or add some other way to configure the name.
Thank you in advance 😃