We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace0f35 commit 44d591dCopy full SHA for 44d591d
content/en/docs/concepts/architecture/leases.md
@@ -34,6 +34,10 @@ This is used by control plane components like `kube-controller-manager` and `kub
34
HA configurations, where only one instance of the component should be actively running while the other
35
instances are on stand-by.
36
37
+Read [coordinated leader election](/docs/concepts/cluster-administration/coordinated-leader-election)
38
+to learn about how Kubernetes builds on the Lease API to select which component instance
39
+acts as leader.
40
+
41
## API server identity
42
43
{{< feature-state feature_gate_name="APIServerIdentity" >}}
0 commit comments