Merge pull request #47932 from my-git9/pp-14789

[zh-cn] sync decrypt-data
pull/47952/head
Kubernetes Prow Robot 2024-09-16 08:55:14 +01:00 committed by GitHub
commit ef89a35c5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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.
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
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表示名为
[`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)中查看示例配置。
<!--