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

WIP: some fixes for non-HA autonomous cluster. #764

Open ishan16696 opened 2 weeks ago

ishan16696 commented 2 weeks ago

What this PR does / why we need it: This PR moves the creation of kubernetes clientSet to multi-node cluster only. kubernetes clientSet won't be created for nonHA etcd cluster

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Release note:

None