kubernetes_asyncio
kubernetes_asyncio copied to clipboard
Provide a leader election module
It would be great if the library could provide an out of the box module to implement leader election.
The sync library has an implementation in https://github.com/kubernetes-client/python/blob/master/kubernetes/base/leaderelection/
Is it something that the asyncio library could provide?
Thanks for spotting this, this library should provide this feature.