[zh-cn]Update content/zh-cn/docs/tasks/configmap-secret/managing-secret-using-kubectl.md

pull/35513/head
Kinzhi 2022-07-29 01:20:11 +08:00
parent 550f3e5b99
commit 3f28bb4289
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}