File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ apiserver-1dfef752bcb36637d2763d1868 apiserver-1dfef752bcb36637d2763d1868
6565The SHA256 hash used in the lease name is based on the OS hostname as seen by that API server. Each kube-apiserver should be
6666configured to use a hostname that is unique within the cluster. New instances of kube-apiserver that use the same hostname
6767will 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
7171kubectl -n kube-system get lease apiserver-07a5ea9b9b072c4a5f3d1c3702 -o yaml
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ way to do that is with the objects that configure classification and
9595handling, discussed below. Another way is to disable Priority and
9696Fairness on server B entirely, using the techniques discussed above. A
9797third 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
9999disabled in the code.
100100
101101## Concepts
You can’t perform that action at this time.
0 commit comments