Merge pull request #49475 from dkarczmarski/fix-typo-leases-md
fix: typo in leases.mdpull/49481/head
commit
12cdc71014
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue