Skip to content

Commit 3e5bbd4

Browse files
committed
[zh-cn]sync configure-upgrade-etcd.md
Signed-off-by: xin.li <[email protected]>
1 parent f9d1ec1 commit 3e5bbd4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/zh-cn/docs/tasks/administer-cluster/configure-upgrade-etcd.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,12 @@ the URL schema.
296296

297297
<!--
298298
Similarly, to configure etcd with secure client communication, specify flags
299-
`--key-file=k8sclient.key` and `--cert-file=k8sclient.cert`, and use HTTPS as
299+
`--key=k8sclient.key` and `--cert=k8sclient.cert`, and use HTTPS as
300300
the URL schema. Here is an example on a client command that uses secure
301301
communication:
302302
-->
303-
类似地,要使用安全客户端通信对 etcd 进行配置,请指定参数 `--key-file=k8sclient.key`
304-
`--cert-file=k8sclient.cert`,并使用 HTTPS 作为 URL 模式。
303+
类似地,要使用安全客户端通信对 etcd 进行配置,请指定参数 `--key=k8sclient.key`
304+
`--cert=k8sclient.cert`,并使用 HTTPS 作为 URL 模式。
305305
使用安全通信的客户端命令的示例:
306306

307307
```
@@ -343,7 +343,8 @@ flags `--etcd-certfile=k8sclient.cert`, `--etcd-keyfile=k8sclient.key` and
343343
`--etcd-cafile=ca.cert`.
344344
-->
345345
一旦正确配置了 etcd,只有具有有效证书的客户端才能访问它。要让 Kubernetes API 服务器访问,
346-
可以使用参数 `--etcd-certfile=k8sclient.cert``--etcd-keyfile=k8sclient.key``--etcd-cafile=ca.cert` 配置。
346+
可以使用参数 `--etcd-certfile=k8sclient.cert``--etcd-keyfile=k8sclient.key`
347+
`--etcd-cafile=ca.cert` 配置。
347348

348349
{{< note >}}
349350
<!--

0 commit comments

Comments
 (0)