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

[BUG] Cluster volumeClaimTemplates does not take effect #3928

Closed
yimeisun opened this issue Jun 25, 2023 · 0 comments
Closed

[BUG] Cluster volumeClaimTemplates does not take effect #3928

yimeisun opened this issue Jun 25, 2023 · 0 comments
Assignees
Labels
bug kind/bug Something isn't working
Milestone

Comments

@yimeisun
Copy link
Contributor

Describe the bug
User creates cluster without volumeClaimTemplates first, and update cluster with volumeClaimTemplates, but the volume does not take effect.

To Reproduce

  1. cd kubeblocks
  2. make manifests && make generate && make install
  3. start kubeblocks with IDE
  4. cd deploy/prometheus-cluster && helm dependency build
  5. helm upgrade --install kb-addon-prometheus . --set="nameOverride=playground,server.persistence.enable=false"
  6. helm upgrade --install kb-addon-prometheus . --set="nameOverride=playground,server.persistence.enabled=true"

Expected behavior
After step 5), the data volume in created cluster prometheus is EmptyDir,
After step 6), the data volume in created cluster prometheus is PersistentVolumeClaim.

@yimeisun yimeisun added the kind/bug Something isn't working label Jun 25, 2023
@yimeisun yimeisun added this to the Release 0.6.0 milestone Jun 25, 2023
@ahjing99 ahjing99 modified the milestones: Release 0.6.0, Release 0.7.0 Aug 21, 2023
@ahjing99 ahjing99 modified the milestones: Release 0.7.0, Release 0.8.0 Nov 6, 2023
@ahjing99 ahjing99 modified the milestones: Release 0.8.0, Release 0.9.0 Jan 12, 2024
@nayutah nayutah closed this as not planned Won't fix, can't repro, duplicate, stale Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants