vmware-archive / kops

Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
Apache License 2.0
3 stars 3 forks source link

Make ETCD volumes re-attachable for vSphere. #62

Open prashima opened 7 years ago

prashima commented 7 years ago

AWS and GCE cloud providers have volumes that are independent of VM instances. In case VM instance dies, volumes still exists and can be attached to newly created VM. This feature is used in kops for HA purpose.

In case of vSphere, VMDKs are not that readily available as independent entities. This issues is about addressing this gap and make changes in vSphere kops code to allow attaching VMDK of a crashed master instance with newly created master instance.

fabulous-gopher commented 7 years ago

This issue was moved to kubernetes/kops#2736