Merge pull request #47949 from my-git9/pp-28210
[zh-cn]sync kms-provider kubelet-config-file storage-version-migrationpull/47952/head
commit
b0f6af3661
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue