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]Append a new volumeClaimTemplates in Cluster spec, its udpated, but POD did not use the generated PVC #8697

Closed
shanshanying opened this issue Dec 23, 2024 · 1 comment
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@shanshanying
Copy link
Contributor

  1. create cluster
  2. append a volumeClaimTemplates in cluster
  3. its updated with new volumeClaimTemplate, and pvc generated
  4. pod voluems uses emptyDir , instead of using the generated pvc (leaving the PVC created but not used)
@shanshanying shanshanying added the kind/bug Something isn't working label Dec 23, 2024
@shanshanying
Copy link
Contributor Author

use following steps to make such changes:

  1. patch cluster with a vct. and make sure the PVC is created (but not consumed by any pod)
  2. patch cluster to switch to a new CMPD (make sure it is compabitible)

@github-actions github-actions bot added this to the Release 0.9.2 milestone Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants