Merge pull request from mmralser/patch-1

Update leases.md
pull/38598/head
Kubernetes Prow Robot 2022-12-22 05:39:27 -08:00 committed by GitHub
commit e5b34d34be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
content/en/docs/concepts/architecture

View File

@ -6,7 +6,7 @@ weight: 30
<!-- overview -->
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.
In Kubernetes, the "lease" concept is represented by `Lease` objects in the `coordination.k8s.io` API group, which are used for system-critical
capabilities like node heart beats and component-level leader election.