File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
content/en/docs/tasks/manage-kubernetes-objects Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,15 @@ Install [`kubectl`](/docs/tasks/tools/#kubectl).
2626
2727{{< include "task-tutorial-prereqs.md" >}} {{< version-check >}}
2828
29+ Ensure that your cluster has the ` StorageVersionMigrator ` and ` InformerResourceVersion `
30+ [ feature gates] ( /docs/reference/command-line-tools-reference/feature-gates/ )
31+ enabled. You will need control plane administrator access to make that change.
32+
33+ Enable storage version migration REST api by setting runtime config
34+ ` storagemigration.k8s.io/v1alpha1 ` to ` true ` for the API server. For more information on
35+ how to do that,
36+ read [ enable or disable a Kubernetes API] ( /docs/tasks/administer-cluster/enable-disable-api/ ) .
37+
2938<!-- steps -->
3039
3140## Re-encrypt Kubernetes secrets using storage version migration
You can’t perform that action at this time.
0 commit comments