kubernetes_asyncio icon indicating copy to clipboard operation
kubernetes_asyncio copied to clipboard

Provide a leader election module

Open multani opened this issue 1 year ago • 1 comments

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?

multani avatar Jan 08 '24 21:01 multani

Thanks for spotting this, this library should provide this feature.

tomplus avatar Jan 10 '24 07:01 tomplus