Skip to content

Commit a368f55

Browse files
Jefftreetengqm
andauthored
KEP 4355 - CoordinatedLeaderElection to Beta Docs (#49950)
* CLE to beta * Update content/en/docs/reference/command-line-tools-reference/feature-gates/CoordinatedLeaderElection.md Co-authored-by: Qiming Teng <[email protected]> --------- Co-authored-by: Qiming Teng <[email protected]>
1 parent 74406c8 commit a368f55

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

‎content/en/docs/concepts/cluster-administration/coordinated-leader-election.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ weight: 200
1010

1111
{{< feature-state feature_gate_name="CoordinatedLeaderElection" >}}
1212

13-
Kubernetes {{< skew currentVersion >}} includes an alpha feature that allows {{<
13+
Kubernetes {{< skew currentVersion >}} includes a beta feature that allows {{<
1414
glossary_tooltip text="control plane" term_id="control-plane" >}} components to
1515
deterministically select a leader via _coordinated leader election_.
1616
This is useful to satisfy Kubernetes version skew constraints during cluster upgrades.
@@ -23,15 +23,16 @@ version, followed by creation timestamp.
2323
Ensure that `CoordinatedLeaderElection` [feature
2424
gate](/docs/reference/command-line-tools-reference/feature-gates/) is enabled
2525
when you start the {{< glossary_tooltip text="API Server"
26-
term_id="kube-apiserver" >}}: and that the `coordination.k8s.io/v1alpha1` API group is
26+
term_id="kube-apiserver" >}}: and that the `coordination.k8s.io/v1beta1` API group is
2727
enabled.
2828

2929
This can be done by setting flags `--feature-gates="CoordinatedLeaderElection=true"` and
30-
`--runtime-config="coordination.k8s.io/v1alpha1=true"`.
30+
`--runtime-config="coordination.k8s.io/v1beta1=true"`.
3131

3232
## Component configuration
33+
3334
Provided that you have enabled the `CoordinatedLeaderElection` feature gate _and_
34-
have the `coordination.k8s.io/v1alpha1` API group enabled, compatible control plane
35+
have the `coordination.k8s.io/v1beta1` API group enabled, compatible control plane
3536
components automatically use the LeaseCandidate and Lease APIs to elect a leader
3637
as needed.
3738

‎content/en/docs/reference/command-line-tools-reference/feature-gates/CoordinatedLeaderElection.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.31"
12+
toVersion: "1.32"
13+
- stage: beta
14+
defaultValue: false
15+
fromVersion: "1.33"
1216
---
1317
Enables the behaviors supporting the LeaseCandidate API, and also enables
1418
coordinated leader election for the Kubernetes control plane, deterministically.

0 commit comments

Comments
 (0)