You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -353,6 +353,36 @@ spec:
353
353
{{< /tabs >}}
354
354
355
355
356
+
### Version removal
357
+
358
+
An API version can be removed if there is a newer API version served and stored in the API server for at least 3 Kubernetes releases.
359
+
The older API version cannot be dropped from the CRD manifest until data has been migrated to the newer API version for all clusters that served the older version of the CRD and cleared the older version from status.storedVersions.
0 commit comments