Merge pull request #35513 from kinzhi/kinzhi190

[zh-cn]Update content/zh-cn/docs/tasks/configmap-secret/managing-secret-using-kubectl.md
pull/35527/head
Kubernetes Prow Robot 2022-07-28 20:05:10 -07:00 committed by GitHub
commit 6d02b3964c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -159,6 +159,11 @@ accidentally, or from being stored in a terminal log.
`kubectl get``kubectl describe` 命令默认不显示 `Secret` 的内容。
这是为了防止 `Secret` 被意外暴露或存储在终端日志中。
<!--
To check the actual content of the encoded data, refer to [Decoding the Secret](#decoding-secret).
-->
查看编码数据的实际内容,请参考[解码 Secret](#decoding-secret)。
<!-- ## Decoding the Secret {#decoding-secret} -->
## 解码 Secret {#decoding-secret}