Skip to content

Commit 0c952f7

Browse files
committed
chore: fix small typo in documentation
Signed-off-by: ductnn <[email protected]>
1 parent d85210d commit 0c952f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ apiserver-1dfef752bcb36637d2763d1868 apiserver-1dfef752bcb36637d2763d1868
6565
The SHA256 hash used in the lease name is based on the OS hostname as seen by that API server. Each kube-apiserver should be
6666
configured to use a hostname that is unique within the cluster. New instances of kube-apiserver that use the same hostname
6767
will take over existing Leases using a new holder identity, as opposed to instantiating new Lease objects. You can check the
68-
hostname used by kube-apisever by checking the value of the `kubernetes.io/hostname` label:
68+
hostname used by kube-apiserver by checking the value of the `kubernetes.io/hostname` label:
6969

7070
```shell
7171
kubectl -n kube-system get lease apiserver-07a5ea9b9b072c4a5f3d1c3702 -o yaml

content/en/docs/concepts/cluster-administration/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ way to do that is with the objects that configure classification and
9595
handling, discussed below. Another way is to disable Priority and
9696
Fairness on server B entirely, using the techniques discussed above. A
9797
third way, which is the simplest to use when server B is not
98-
`kube-apisever`, is to build server B with Priority and Fairness
98+
`kube-apiserver`, is to build server B with Priority and Fairness
9999
disabled in the code.
100100

101101
## Concepts

0 commit comments

Comments
 (0)