Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>

docs: adds feature gates and runtime config information
pull/46987/head
Nilekh Chaudhari 2024-06-26 11:20:02 -07:00
parent 5255ca6bfc
commit 4f6129ef0c
No known key found for this signature in database
GPG Key ID: FD57442272318A0A
1 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,15 @@ 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/).
<!-- steps -->
## Re-encrypt Kubernetes secrets using storage version migration