[zh-cn] sync decrypt-data
Signed-off-by: xin.li <xin.li@daocloud.io>
This commit is contained in:
parent
0e5ef2d0f6
commit
702992cbc5
|
|
@ -103,7 +103,7 @@ control how Kubernetes API data is encrypted in etcd.
|
||||||
If it is not specified, you do not have encryption at rest enabled.
|
If it is not specified, you do not have encryption at rest enabled.
|
||||||
|
|
||||||
The format of that configuration file is YAML, representing a configuration API kind named
|
The format of that configuration file is YAML, representing a configuration API kind named
|
||||||
[`EncryptionConfiguration`](/docs/reference/config-api/apiserver-encryption.v1/).
|
[`EncryptionConfiguration`](/docs/reference/config-api/apiserver-config.v1/).
|
||||||
You can see an example configuration
|
You can see an example configuration
|
||||||
in [Encryption at rest configuration](/docs/tasks/administer-cluster/encrypt-data/#understanding-the-encryption-at-rest-configuration).
|
in [Encryption at rest configuration](/docs/tasks/administer-cluster/encrypt-data/#understanding-the-encryption-at-rest-configuration).
|
||||||
-->
|
-->
|
||||||
|
|
@ -112,7 +112,7 @@ in [Encryption at rest configuration](/docs/tasks/administer-cluster/encrypt-dat
|
||||||
如果未指定,则表示你未启用静态加密。
|
如果未指定,则表示你未启用静态加密。
|
||||||
|
|
||||||
该配置文件的格式是 YAML,表示名为
|
该配置文件的格式是 YAML,表示名为
|
||||||
[`EncryptionConfiguration`](/zh-cn/docs/reference/config-api/apiserver-encryption.v1/) 的配置 API 类别。
|
[`EncryptionConfiguration`](/zh-cn/docs/reference/config-api/apiserver-config.v1/) 的配置 API 类别。
|
||||||
你可以在[静态加密配置](/zh-cn/docs/tasks/administer-cluster/encrypt-data/#understanding-the-encryption-at-rest-configuration)中查看示例配置。
|
你可以在[静态加密配置](/zh-cn/docs/tasks/administer-cluster/encrypt-data/#understanding-the-encryption-at-rest-configuration)中查看示例配置。
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue