Merge pull request #22771 from xieyanker/fix_note

fix empty note
This commit is contained in:
Kubernetes Prow Robot 2020-07-27 00:12:16 -07:00 committed by GitHub
commit f2ff9c02ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -167,10 +167,10 @@ This is to protect the secret from being exposed accidentally to an onlooker,
or from being stored in a terminal log.
-->
{{< /note >}}
默认情况下,`kubectl get` 和 `kubectl describe` 避免显示密码的内容。 这是为了防止机密被意外地暴露给旁观者或存储在终端日志中。
{{< /note >}}
<!--
See [decoding a secret](#decoding-a-secret) for how to see the contents of a secret.
-->