• Kubernetes Submit Queue's avatar
    Merge pull request #63165 from deads2k/api-08-kubeapiversion · dd5f030b
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Remove KUBE_API_VERSIONS
    
    Fixes https://github.com/kubernetes/kubernetes/issues/63102
    
    KUBE_API_VERSIONS is an attempt to control the available serialization of types. It pre-dates the idea that we'll have separate schemes, so it's not a thing that makes sense anymore.
    
    Server-side we've had a very clear message about breaks in the logs for a year "KUBE_API_VERSIONS is only for testing. Things will break.".
    
    Client-side it became progressively more broken as we moved to generic types for CRUD more than a year ago. What is registered doesn't matter when everything is unstructured.
    
    We should remove this piece of legacy since it doesn't behave predictable server-side or client-side.
    
    @smarterclayton @lavalamp
    @kubernetes/sig-api-machinery-bugs 
    
    ```release-note
    KUBE_API_VERSIONS is no longer respected.  It was used for testing, but runtime-config is the proper flag to set.
    ```
    dd5f030b
Name
Last commit
Last update
..
admit Loading commit data...
alwayspullimages Loading commit data...
antiaffinity Loading commit data...
defaulttolerationseconds Loading commit data...
deny Loading commit data...
eventratelimit Loading commit data...
exec Loading commit data...
extendedresourcetoleration Loading commit data...
gc Loading commit data...
imagepolicy Loading commit data...
limitranger Loading commit data...
namespace Loading commit data...
noderestriction Loading commit data...
podnodeselector Loading commit data...
podpreset Loading commit data...
podtolerationrestriction Loading commit data...
priority Loading commit data...
resourcequota Loading commit data...
security Loading commit data...
securitycontext/scdeny Loading commit data...
serviceaccount Loading commit data...
storage Loading commit data...
OWNERS Loading commit data...