Merge pull request #47949 from my-git9/pp-28210

[zh-cn]sync kms-provider kubelet-config-file storage-version-migration
pull/47952/head
Kubernetes Prow Robot 2024-09-16 08:51:14 +01:00 committed by GitHub
commit b0f6af3661
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View File

@ -619,10 +619,10 @@ Once all resources are encrypted, the `identity` provider should be removed to p
<!--
For details about the `EncryptionConfiguration` format, please check the
[API server encryption API reference](/docs/reference/config-api/apiserver-encryption.v1/).
[API server encryption API reference](/docs/reference/config-api/apiserver-config.v1/).
-->
有关 `EncryptionConfiguration` 格式的更多详细信息,请参阅
[kube-apiserver 加密 API 参考v1](/zh-cn/docs/reference/config-api/apiserver-encryption.v1/)。
[kube-apiserver 加密 API 参考v1](/zh-cn/docs/reference/config-api/apiserver-config.v1/)。
<!--
## Verifying that the data is encrypted

View File

@ -272,9 +272,9 @@ they can follow these steps to inspect the kubelet configuration:
他们可以按照以下步骤检查 kubelet 配置:
<!--
1. Start a proxy server using [`kubectl proxy`](/docs/reference/kubectl/generated/kubectl-commands#proxy) in your terminal.
1. Start a proxy server using [`kubectl proxy`](/docs/reference/kubectl/generated/kubectl_proxy/) in your terminal.
-->
1. 在终端中使用 [`kubectl proxy`](/docs/reference/kubectl/generated/kubectl-commands#proxy) 启动代理服务器。
1. 在终端中使用 [`kubectl proxy`](/zh-cn/docs/reference/kubectl/generated/kubectl_proxy/) 启动代理服务器。
```bash
kubectl proxy

View File

@ -127,7 +127,7 @@ read [enable or disable a Kubernetes API](/docs/tasks/administer-cluster/enable-
```
<!--
- To ensure that previously created secret `my-secert` is re-encrypted
- To ensure that previously created secret `my-secret` is re-encrypted
with new key `key2`, you will use _Storage Version Migration_.
- Create a StorageVersionMigration manifest named `migrate-secret.yaml` as follows: