We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
After deploying a collector with a pvc of 5Gi, Increasing it later doesn't not increase the PVC.
Deploy Collector and set the volumeClaimTemplates storage to 5Gi. Update the CRD and increase to 50Gi Check PVCs to validate new size.
5Gi
50Gi
PVCs increase to 50Gi
PVSs remain the same, 5Gi.
v1.27.7-gke.1121000
v0.92.1
v0.92.0
GKE
I have to manually delete the PVC before they get created with the new size.
The text was updated successfully, but these errors were encountered:
@JustinMason , could you please check it if your StorageClass manifests has this parameter set?
allowVolumeExpansion: true
Sorry, something went wrong.
yuriolisa
Successfully merging a pull request may close this issue.
Component(s)
No response
What happened?
Description
After deploying a collector with a pvc of 5Gi, Increasing it later doesn't not increase the PVC.
Steps to Reproduce
Deploy Collector and set the volumeClaimTemplates storage to
5Gi
.Update the CRD and increase to
50Gi
Check PVCs to validate new size.
Expected Result
PVCs increase to
50Gi
Actual Result
PVSs remain the same,
5Gi
.Kubernetes Version
v1.27.7-gke.1121000
Operator version
v0.92.1
Collector version
v0.92.0
Environment information
Environment
GKE
Log output
No response
Additional context
I have to manually delete the PVC before they get created with the new size.
The text was updated successfully, but these errors were encountered: