Skip to content

Commit dfde96c

Browse files
committed
Address comments
1 parent 7297621 commit dfde96c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/docs/concepts/architecture/coordinated-leader-election.md renamed to content/en/docs/concepts/cluster-administration/coordinated-leader-election.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ weight: 200
1111
{{< feature-state feature_gate_name="CoordinatedLeaderElection" >}}
1212

1313
Kubernetes {{< skew currentVersion >}} includes an alpha feature that allows
14-
components to deterministically select a leader via Coordinated Leader Election.
14+
{{< glossary_tooltip text="control plane" term_id="control-plane" >}} components to deterministically select a leader via _coordinated leader election.
1515
This is useful to satisfy Kubernetes version skew constraints during cluster upgrades.
1616
Currently, the only builtin selection strategy is `OldestEmulationVersion`,
1717
preferring the leader with the lowest emulation version, followed by binary
1818
version, followed by creation timestamp.
1919

20-
## Enabling Coordinated Leader Election
20+
## Enabling coordinated leader election
2121

2222
Ensure that `CoordinatedLeaderElection` [feature
2323
gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled

content/en/docs/reference/command-line-tools-reference/feature-gates/coordinated-leader-election.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ stages:
1010
defaultValue: false
1111
fromVersion: "1.31"
1212
---
13-
Enables coordinated leader election for leases, deterministically
14-
managing the leader in leader elected components.
13+
Enables the behaviors supporting the LeaseCandidate API, and also enables
14+
coordinated leader election for the Kubernetes control plane, deterministically.

0 commit comments

Comments
 (0)