File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/concepts/configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -645,14 +645,14 @@ Kubernetes 所提供的内置类型 `kubernetes.io/ssh-auth` 用来存放 SSH
645
645
<!--
646
646
The SSH authentication Secret type is provided only for convenience.
647
647
You can create an `Opaque` type for credentials used for SSH authentication.
648
- However, using the defined and public Secret type (`kubernetes.io/ssh-auth `) helps other
648
+ However, using the defined and public Secret type (`kubernetes.io/tls `) helps other
649
649
people to understand the purpose of your Secret, and sets a convention for what key names
650
650
to expect.
651
651
The Kubernetes API verifies that the required keys are set for a Secret of this type.
652
652
-->
653
653
提供 SSH 身份认证类型的 Secret 仅仅是出于方便性考虑。
654
654
你可以使用 ` Opaque ` 类型来保存用于 SSH 身份认证的凭据。
655
- 不过,使用预定义的、公开的 Secret 类型(` kubernetes.io/ssh-auth ` )
655
+ 不过,使用预定义的、公开的 Secret 类型(` kubernetes.io/tls ` )
656
656
有助于其他人理解你的 Secret 的用途,也可以就其中包含的主键名形成约定。
657
657
Kubernetes API 会验证这种类型的 Secret 中是否设定了所需的主键。
658
658
You can’t perform that action at this time.
0 commit comments