Document compatibility versions #48171
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
language/en
Issues or PRs related to English language
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
sig/api-machinery
Categorizes an issue or PR as relevant to SIG API Machinery.
sig/architecture
Categorizes an issue or PR as relevant to SIG Architecture.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
This is a Feature Request
What would you like to be added
We're enhancing Kubernetes to be able to run in a mode that is compatible with older releases. For example, if you have a Helm chart that says it only works with Kubernetes v1.31, you might be able to use Kubernetes v1.33 emulating v1.31
Document this.
Why is this needed
https://kubernetes.io/releases/ mentions support for versions. Now there are two versions to consider: the version label on the release, and the range of releases that can pretend to be an older version for strict API compatibility.
If you are running v1.33, you might want to refer to the v1.31 docs for some details because that happens to be the version you happen to be emulating.
If we don't document this detail clearly, including the limitations, we risk confusing users.
Comments
/sig architecture
/sig api-machinery
/kind feature
/language en
/priority important-longterm
/triage accepted
The text was updated successfully, but these errors were encountered: