Skip to content

Commit d4d6d21

Browse files
authored
Update certificates.md
typo fix 'DSN' -> 'DNS'
1 parent e4de30f commit d4d6d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tasks/administer-cluster/certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Finally, add the same parameters into the API server start parameters.
291291
-->
292292
1. 创建一个 JSON 配置文件,用来为 API 服务器生成秘钥和证书,例如:`server-csr.json`
293293
确认用你需要的值替换掉尖括号中的值。`MASTER_CLUSTER_IP` 是为 API 服务器 指定的服务集群 IP,就像前面小节描述的那样。
294-
以下示例假定你的默认 DSN 域名为`cluster.local`
294+
以下示例假定你的默认 DNS 域名为`cluster.local`
295295

296296
{
297297
"CN": "kubernetes",

0 commit comments

Comments
 (0)