Skip to content

Commit 2f4a570

Browse files
authored
Merge pull request #27573 from dancnfoo/patch-1
Update custom-resource-definition-versioning.md
2 parents 5582a91 + a385312 commit 2f4a570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Removing an old version:
8080
If this occurs, switch back to using `served:true` on the old version, migrate the
8181
remaining clients to the new version and repeat this step.
8282
1. Ensure the [upgrade of existing objects to the new stored version](#upgrade-existing-objects-to-a-new-stored-version) step has been completed.
83-
1. Verify that the `stored` is set to `true` for the new version in the `spec.versions` list in the CustomResourceDefinition.
83+
1. Verify that the `storage` is set to `true` for the new version in the `spec.versions` list in the CustomResourceDefinition.
8484
1. Verify that the old version is no longer listed in the CustomResourceDefinition `status.storedVersions`.
8585
1. Remove the old version from the CustomResourceDefinition `spec.versions` list.
8686
1. Drop conversion support for the old version in conversion webhooks.

0 commit comments

Comments
 (0)