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
Then I changed the replicas count to 1 and upgarded with the new value.
The second pod was removed, and the StatefulSet is now showing 1/1. I can see that there is no pod associated with the second PVC anymore. The issue is that the PVC for the second pod is still around. So, if the PVC is still around, the associated PV is still around and bound to it. That costs money in a public cloud.
Based on the following chart default values (which I did not specify/apply, since they are default):
Hello,
I am using the latest tempo-distributed chart v1.31.0. I installed the chart with the following settings:
Then I changed the replicas count to 1 and upgarded with the new value.
The second pod was removed, and the StatefulSet is now showing 1/1. I can see that there is no pod associated with the second PVC anymore. The issue is that the PVC for the second pod is still around. So, if the PVC is still around, the associated PV is still around and bound to it. That costs money in a public cloud.
Based on the following chart default values (which I did not specify/apply, since they are default):
the PVC should not be retained, since the retention policy is not enabled. Seems like a bug? Or am I misunerstanding something?
When I manually remove this lingering PVC, the associated PV goes into the "released" status and the cloud provider correctly removes the PV.
Thank you!
The text was updated successfully, but these errors were encountered: