You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
User creates cluster without volumeClaimTemplates first, and update cluster with volumeClaimTemplates, but the volume does not take effect.
To Reproduce
cd kubeblocks
make manifests && make generate && make install
start kubeblocks with IDE
cd deploy/prometheus-cluster && helm dependency build
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
User creates cluster without volumeClaimTemplates first, and update cluster with volumeClaimTemplates, but the volume does not take effect.
To Reproduce
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.
The text was updated successfully, but these errors were encountered: