File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
keps/sig-api-machinery/4355-coordinated-leader-election Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -380,9 +380,11 @@ The `Strategy` field signals to the coordinated leader election controller the
380
380
appropriate algorithm to use when selecting leaders.
381
381
382
382
We will allow the Coordinated Leader Election controller to create a Lease
383
- without a holder. The `Lease` may be updated by a third party to the desired
384
- ` spec.Strategy` . The strategy will always default to
385
- ` MinimumCompatibilityVersion` .
383
+ without a holder. If there are no candidate objects, the `Strategy` field will remain
384
+ empty to indicate that the `Lease` is not managed by the CLE controller.
385
+ Otherwise the strategy will always default to `MinimumCompatibilityVersion`.
386
+ The `Lease` may also be updated by a third party to the desired
387
+ ` spec.Strategy` if an alternate strategy is preferred. This may be done either by the candidates, users, or additional controllers.
386
388
387
389
# ### Alternative for Strategy
388
390
You can’t perform that action at this time.
0 commit comments