[zh] Sync storage-version-migration.md
This commit is contained in:
parent
d14b586aa7
commit
0ac5ef9b1c
|
|
@ -40,6 +40,23 @@ Install [`kubectl`](/docs/tasks/tools/#kubectl).
|
|||
|
||||
{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
|
||||
|
||||
<!--
|
||||
Ensure that your cluster has the `StorageVersionMigrator` and `InformerResourceVersion`
|
||||
[feature gates](/docs/reference/command-line-tools-reference/feature-gates/)
|
||||
enabled. You will need control plane administrator access to make that change.
|
||||
|
||||
Enable storage version migration REST api by setting runtime config
|
||||
`storagemigration.k8s.io/v1alpha1` to `true` for the API server. For more information on
|
||||
how to do that,
|
||||
read [enable or disable a Kubernetes API](/docs/tasks/administer-cluster/enable-disable-api/).
|
||||
-->
|
||||
确保你的集群启用了 `StorageVersionMigrator` 和 `InformerResourceVersion`
|
||||
[特性门控](/zh-cn/docs/reference/command-line-tools-reference/feature-gates/)。
|
||||
你需要有控制平面管理员权限才能执行此项变更。
|
||||
|
||||
在 API 服务器上将运行时配置 `storagemigration.k8s.io/v1alpha1` 设为 `true`,启用存储版本迁移 REST API。
|
||||
有关如何执行此操作的更多信息,请阅读[启用或禁用 Kubernetes API](/zh-cn/docs/tasks/administer-cluster/enable-disable-api/)。
|
||||
|
||||
<!-- steps -->
|
||||
|
||||
<!--
|
||||
|
|
|
|||
Loading…
Reference in New Issue