diff --git a/content/zh-cn/docs/tasks/administer-cluster/decrypt-data.md b/content/zh-cn/docs/tasks/administer-cluster/decrypt-data.md index 8bbfb94e98..c4562746d2 100644 --- a/content/zh-cn/docs/tasks/administer-cluster/decrypt-data.md +++ b/content/zh-cn/docs/tasks/administer-cluster/decrypt-data.md @@ -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)中查看示例配置。