Update golang Operator docs for "Advanced Topics - Leader Election - Leader-with-lease" #6700
Labels
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
kind/documentation
Categorizes issue or PR as related to documentation.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Milestone
The docs for building golang operators have a section describing how to configure leader election. Under the default leader-with-lease option, the docs mention:
But rather than using ConfigMap as a lock, the current version of the SDK seems to be using Kubernetes leases. I can update the docs to mentioned that, if I'm understanding things correctly.
I looked through the other issues related to Leader Election briefly, and it seemed like they were all about changing behavior or updating the Docs for Leader-for-life.
The text was updated successfully, but these errors were encountered: