gardener / etcd-backup-restore

Collection of components to backup and restore the etcd of a Kubernetes cluster.
Apache License 2.0
284 stars 99 forks source link

Fix a detection for a single member restoration when snapstore is not configured for zeroth pod. #761

Closed ishan16696 closed 3 weeks ago

ishan16696 commented 1 month ago

What this PR does / why we need it: This PR will fix a bug in detection of a single member restoration case when snapstore is not configured for zeroth pod.

Which issue(s) this PR fixes: Fixes #760

Special notes for your reviewer:

Release note:

Fixed a bug in detecting single member restoration scenario for the zeroth pod and when no storage provider for backups is configured.