Skip to content

Commit 340125a

Browse files
committed
fix typo and its related en doc sync
1 parent 40f055c commit 340125a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/zh/docs/tasks/extend-kubernetes/configure-aggregation-layer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Kubernetes API 的一部分。
2727
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
2828

2929
<!--
30-
There are a few setup requirements for getting the aggregation layer working in your environment to support mutual TLS auth between the proxy and extension apiservers. Kubernetes and the kube-apiserver have multiple CAs, so make sure that the proxy is signed by the aggregation layer CA and not by something else, like the master CA.
30+
There are a few setup requirements for getting the aggregation layer working in your environment to support mutual TLS auth between the proxy and extension apiservers. Kubernetes and the kube-apiserver have multiple CAs, so make sure that the proxy is signed by the aggregation layer CA and not by something else, like the Kubernetes general CA.
3131
-->
3232
{{< note >}}
3333
要使聚合层在你的环境中正常工作以支持代理服务器和扩展 apiserver 之间的相互 TLS 身份验证,
@@ -550,10 +550,10 @@ APIService 对象的名称必须是合法的
550550
<!--
551551
#### Contacting the extension apiserver
552552
553-
Once the Kubernetes apiserver has determined a request should be sent to a extension apiserver,
553+
Once the Kubernetes apiserver has determined a request should be sent to an extension apiserver,
554554
it needs to know how to contact it.
555555
556-
The `service` stanza is a reference to the service for a extension apiserver.
556+
The `service` stanza is a reference to the service for an extension apiserver.
557557
The service namespace and name are required. The port is optional and defaults to 443.
558558
The path is optional and defaults to "/".
559559

0 commit comments

Comments
 (0)