Open sftim opened 1 year ago
/triage accepted
This issue has not been updated in over 1 year, and should be re-triaged.
You can:
/triage accepted
(org members only)/close
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/
/remove-triage accepted
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
/remove-lifecycle stale
This is a Feature Request
What would you like to be added Change https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/ to mention:
if you wanted to move the stored version from v1. This is nice because no client-side processing is needed at all for that case. You still need to have the processing happen somewhere if conversion is needed. (I'm not sure if sending an empty request would have the same effect; something to check perhaps?) See https://github.com/kubernetes/website/pull/37267/files#r1053390383 for some context.
status.storedVersions
field to assert that a version is not stored, when in fact it still is stored and in use, Kubernetes [will|will not]† reject that edit †(delete as applicable)Why is this needed https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/#upgrade-existing-objects-to-a-new-stored-version is not clear on those two points.
Comments /language en /sig api-machinery