virtual-kubelet / virtual-kubelet

Virtual Kubelet is an open source Kubernetes kubelet implementation.
https://virtual-kubelet.io
Apache License 2.0
4.18k stars 622 forks source link

Should we support leaderelection? #875

Open LeoLiuYan opened 4 years ago

LeoLiuYan commented 4 years ago

When deploy a virtual-node which use the virtual-kubelet lib, we wish the virtual-node have HA traint to prevent the virtual-node down and then pods running in virtual-node migrate to other nodes. The virtual-node may be a cluster which many pods running in it. For example, in tensile-kube we treat a cluster as a virtual-node.

image

LeoLiuYan commented 4 years ago

cc @cwdsuzhou

PXZ-cecilie commented 9 months ago

Is leader election supported now?