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
After installing etcd with disasterRecovery.enabled=true, the snapshot PVCs are created as expected to store scheduled backups.
However, after uninstalling etcd from the cluster, the snapshot PVCs are deleted.
The expected behavior is to maintain the snapshots for maintenance, migration, or recovery actions.
Are you using any custom parameters or values?
disasterRecovery:
enabled: true
What is the expected behavior?
after uninstalling etcd from the cluster, the snapshot PVCs are deleted, The expected behavior is to maintain the snapshots for maintenance, migration, or recovery actions.
What do you see instead?
the snapshot PVCs are deleted
Additional information
No response
The text was updated successfully, but these errors were encountered:
Thank you so much for reporting. Indeed, it makes total sense that the snapshot PVC should be kept when uninstalling the release. The PVC object (snapshot-pvc.yaml) would be missing this annotation.
helm.sh/resource-policy: keep
As you discovered the issue, would you like to submit a PR?
Name and Version
bitnami/etcd
What architecture are you using?
amd64
What steps will reproduce the bug?
disasterRecovery.enabled=true
, the snapshot PVCs are created as expected to store scheduled backups.Are you using any custom parameters or values?
disasterRecovery:
enabled: true
What is the expected behavior?
after uninstalling etcd from the cluster, the snapshot PVCs are deleted, The expected behavior is to maintain the snapshots for maintenance, migration, or recovery actions.
What do you see instead?
the snapshot PVCs are deleted
Additional information
No response
The text was updated successfully, but these errors were encountered: