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.
1 parent 641ea80 commit 5381a2eCopy full SHA for 5381a2e
content/en/docs/concepts/architecture/leases.md
@@ -49,7 +49,7 @@ Existence of kube-apiserver leases enables future capabilities that may require
49
each kube-apiserver.
50
51
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`:
+with the name `apiserver-<sha256-hash>`. Alternatively you can use the label selector `apiserver.kubernetes.io/identity=kube-apiserver`:
53
54
```shell
55
kubectl -n kube-system get lease -l apiserver.kubernetes.io/identity=kube-apiserver
0 commit comments