Skip to content

Commit 12cdc71

Browse files
authored
Merge pull request #49475 from dkarczmarski/fix-typo-leases-md
fix: typo in leases.md
2 parents 1bab757 + 5381a2e commit 12cdc71

File tree

1 file changed

+1
-1
lines changed
  • content/en/docs/concepts/architecture

1 file changed

+1
-1
lines changed

content/en/docs/concepts/architecture/leases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Existence of kube-apiserver leases enables future capabilities that may require
4949
each kube-apiserver.
5050

5151
You can inspect Leases owned by each kube-apiserver by checking for lease objects in the `kube-system` namespace
52-
with the name `kube-apiserver-<sha256-hash>`. Alternatively you can use the label selector `apiserver.kubernetes.io/identity=kube-apiserver`:
52+
with the name `apiserver-<sha256-hash>`. Alternatively you can use the label selector `apiserver.kubernetes.io/identity=kube-apiserver`:
5353

5454
```shell
5555
kubectl -n kube-system get lease -l apiserver.kubernetes.io/identity=kube-apiserver

0 commit comments

Comments
 (0)