Skip to content

Commit 643f797

Browse files
authored
Merge pull request #34983 from Monokaix/fix-extension-apiserver-translation
[zh-cn]Fix wrong translation of authentication for extension apiserver
2 parents 29a4d24 + 92d5011 commit 643f797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ The Kubernetes apiserver will use the files indicated by `--proxy-client-*-file`
289289
1. The connection must be made using a client certificate that is signed by the CA whose certificate is in `--requestheader-client-ca-file`.
290290
2. The connection must be made using a client certificate whose CN is one of those listed in `--requestheader-allowed-names`. **Note:** You can set this option to blank as `--requestheader-allowed-names=""`. This will indicate to an extension apiserver that _any_ CN is acceptable.
291291
-->
292-
Kubernetes apiserver 将使用由 `--proxy-client-*-file` 指示的文件来验证扩展 apiserver
292+
Kubernetes apiserver 将使用由 `--proxy-client-*-file` 指示的文件来向扩展 apiserver认证
293293
为了使合规的扩展 apiserver 能够将该请求视为有效,必须满足以下条件:
294294

295295
1. 连接必须使用由 CA 签署的客户端证书,该证书的证书位于 `--requestheader-client-ca-file` 中。

0 commit comments

Comments
 (0)