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.
2 parents 57bb39b + f6ddeb6 commit e5b34d3Copy full SHA for e5b34d3
content/en/docs/concepts/architecture/leases.md
@@ -6,7 +6,7 @@ weight: 30
6
7
<!-- overview -->
8
9
-Distrbuted systems often have a need for "leases", which provides a mechanism to lock shared resources and coordinate activity between nodes.
+Distributed systems often have a need for "leases", which provides a mechanism to lock shared resources and coordinate activity between nodes.
10
In Kubernetes, the "lease" concept is represented by `Lease` objects in the `coordination.k8s.io` API group, which are used for system-critical
11
capabilities like node heart beats and component-level leader election.
12
0 commit comments