Update leases.md

fix spelling mistake
pull/38410/head
Maximilian Ralser 2022-12-12 02:22:53 +01:00 committed by GitHub
parent 5c9e45e8ce
commit f6ddeb6ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ weight: 30
<!-- overview --> <!-- 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 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. capabilities like node heart beats and component-level leader election.