fix: typo in leases.md

pull/49475/head
dkarczmarski 2025-01-17 15:54:56 +01:00
parent 641ea80f3c
commit 5381a2eeb6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Existence of kube-apiserver leases enables future capabilities that may require
each kube-apiserver.
You can inspect Leases owned by each kube-apiserver by checking for lease objects in the `kube-system` namespace
with the name `kube-apiserver-<sha256-hash>`. Alternatively you can use the label selector `apiserver.kubernetes.io/identity=kube-apiserver`:
with the name `apiserver-<sha256-hash>`. Alternatively you can use the label selector `apiserver.kubernetes.io/identity=kube-apiserver`:
```shell
kubectl -n kube-system get lease -l apiserver.kubernetes.io/identity=kube-apiserver