Link to docs about LeaseCandidate

pull/47322/head
Tim Bannister 2024-07-30 21:14:28 +01:00
parent ace0f356a1
commit 44d591d782
1 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,10 @@ This is used by control plane components like `kube-controller-manager` and `kub
HA configurations, where only one instance of the component should be actively running while the other HA configurations, where only one instance of the component should be actively running while the other
instances are on stand-by. instances are on stand-by.
Read [coordinated leader election](/docs/concepts/cluster-administration/coordinated-leader-election)
to learn about how Kubernetes builds on the Lease API to select which component instance
acts as leader.
## API server identity ## API server identity
{{< feature-state feature_gate_name="APIServerIdentity" >}} {{< feature-state feature_gate_name="APIServerIdentity" >}}