solr-operator
solr-operator copied to clipboard
Add PVC volume expansion
Resolves #709
- [x] Implement
- [x] Changelog
- [ ] Tests
- [x] Documentation
Unfortunately, KinD does not support volume expansion by default, so we will need to find a new PVC provisioner for our integration tests. https://github.com/kubernetes-sigs/kind/issues/3734
I just handled a volume scale for customer's customer today. Disks were full and we did the dance of updating sts, deleting it in orphan mode, adjusting each PVC manually, waiting for resize, and rolling restart of sts. A true pain :)
So is there perhaps any news on this, or is it an alternative to test this feature only on unit level or with mocks until we can use a true provisioner?