You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
Currently k8s.io/kubernetes/... packages have internal conflicts with official Go CLI. Upon the merge I expect much easier integration of leaderelection mechanism.
in order to make the daemons HA we could deploy multiple copies of it. though, only one of them should be active at any point in time.
each instance could try to grab a lock in etcd (or use config maps?) in order to elect a leader.
this is also how kubernetes' controller manager and scheduler work.
The text was updated successfully, but these errors were encountered: