File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
content/zh/docs/tasks/administer-cluster Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ To create a new secret perform the following steps:
206
206
{{< caution >}}
207
207
你的配置文件包含可以解密 etcd 内容的密钥,因此你必须正确限制主控节点的访问权限,
208
208
以便只有能运行 kube-apiserver 的用户才能读取它。
209
- {{< caution >}}
209
+ {{< / caution >}}
210
210
211
211
<!--
212
212
## Verifying that data is encrypted
@@ -232,9 +232,8 @@ program to retrieve the contents of your secret.
232
232
2. Using the etcdctl commandline, read that secret out of etcd:
233
233
-->
234
234
2 . 使用 etcdctl 命令行,从 etcd 中读取 secret:
235
-
236
235
``` shell
237
- ETCDCTL_API=3 etcdctl get /registry/secrets/default/secret1 [...] | hexdump -C
236
+ ETCDCTL_API=3 etcdctl get /registry/secrets/default/secret1 [...] | hexdump -C
238
237
```
239
238
240
239
<!--
You can’t perform that action at this time.
0 commit comments