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
65
65
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
66
66
configured to use a hostname that is unique within the cluster. New instances of kube-apiserver that use the same hostname
67
67
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:
69
69
70
70
``` shell
71
71
kubectl -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
95
95
handling, discussed below. Another way is to disable Priority and
96
96
Fairness on server B entirely, using the techniques discussed above. A
97
97
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
99
99
disabled in the code.
100
100
101
101
## Concepts
You can’t perform that action at this time.
0 commit comments