Skip to content
New issue

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

PVC does not increase after initially set #2587

Closed
JustinMason opened this issue Jan 30, 2024 · 1 comment · Fixed by #2575
Closed

PVC does not increase after initially set #2587

JustinMason opened this issue Jan 30, 2024 · 1 comment · Fixed by #2575
Assignees
Labels
area:collector Issues for deploying collector bug Something isn't working needs triage needs-info

Comments

@JustinMason
Copy link

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.

@yuriolisa
Copy link
Contributor

@JustinMason , could you please check it if your StorageClass manifests has this parameter set?

allowVolumeExpansion: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:collector Issues for deploying collector bug Something isn't working needs triage needs-info
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants