Skip to content

Commit e7a843f

Browse files
authored
Merge pull request #46987 from nilekhc/update-svm-docs
[Storage Version Migrator] docs: adds feature gates and runtime config information
2 parents 4b62f6c + 4f6129e commit e7a843f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/en/docs/tasks/manage-kubernetes-objects/storage-version-migration.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)