Skip to content

Commit 94d547d

Browse files
committed
[zn-cn] Fix typos in content/zh-cn/docs/concepts
1 parent 05afda1 commit 94d547d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/zh-cn/docs/concepts/architecture/leases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ apiserver-1dfef752bcb36637d2763d1868 apiserver-1dfef752bcb36637d2763d1868
113113
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
114114
configured to use a hostname that is unique within the cluster. New instances of kube-apiserver that use the same hostname
115115
will take over existing Leases using a new holder identity, as opposed to instantiating new Lease objects. You can check the
116-
hostname used by kube-apisever by checking the value of the `kubernetes.io/hostname` label:
116+
hostname used by kube-apiserver by checking the value of the `kubernetes.io/hostname` label:
117117
-->
118118
租约名称中使用的 SHA256 哈希基于 API 服务器所看到的操作系统主机名生成。
119119
每个 kube-apiserver 都应该被配置为使用集群中唯一的主机名。
120120
使用相同主机名的 kube-apiserver 新实例将使用新的持有者身份接管现有 Lease,而不是实例化新的 Lease 对象。
121-
你可以通过检查 `kubernetes.io/hostname` 标签的值来查看 kube-apisever 所使用的主机名:
121+
你可以通过检查 `kubernetes.io/hostname` 标签的值来查看 kube-apiserver 所使用的主机名:
122122

123123
```shell
124124
kubectl -n kube-system get lease apiserver-07a5ea9b9b072c4a5f3d1c3702 -o yaml

content/zh-cn/docs/concepts/cluster-administration/flow-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ way to do that is with the objects that configure classification and
163163
handling, discussed below. Another way is to disable Priority and
164164
Fairness on server B entirely, using the techniques discussed above. A
165165
third way, which is the simplest to use when server B is not
166-
`kube-apisever`, is to build server B with Priority and Fairness
166+
`kube-apiserver`, is to build server B with Priority and Fairness
167167
disabled in the code.
168168
-->
169169
当原始请求被确定为属于某个特定优先级别时,将辅助请求分类为更高的优先级别是一个可行的解决方案。

0 commit comments

Comments
 (0)