mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/kube-vip/kube-vip.git
synced 2026-09-20 08:03:47 +08:00
This adds a new leader election mode that instead of using the kube api server to obtain a lease, it relies solely on etcd. By removing the dependency on the api server, we can use it even before the api server is up, before cluster creation. In an external etcd topology, this way we can make the api server point to the VIPs instead of to the etcd machines IPs. This configuration isolates the CP configuration from the etcd machine IPS. It's is super convenient to avoid having to roll new control plane nodes when the etcd nodes change. Signed-off-by: Guillermo Gaston <gaslor@amazon.com>
8 lines
87 B
Plaintext
8 lines
87 B
Plaintext
.idea
|
|
kube-vip
|
|
.vscode
|
|
bin
|
|
testing/e2e/etcd/certs
|
|
pkg/etcd/etcd.pid
|
|
pkg/etcd/etcd-data
|