Skip to content

Commit 2984c45

Browse files
committed
Update to CLE KEP for additional details on Strategy
1 parent dbd726b commit 2984c45

File tree

1 file changed

+5
-3
lines changed
  • keps/sig-api-machinery/4355-coordinated-leader-election

1 file changed

+5
-3
lines changed

keps/sig-api-machinery/4355-coordinated-leader-election/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,11 @@ The `Strategy` field signals to the coordinated leader election controller the
380380
appropriate algorithm to use when selecting leaders.
381381

382382
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.
386388

387389
#### Alternative for Strategy
388390

0 commit comments

Comments
 (0)