• Kubernetes Submit Queue's avatar
    Merge pull request #63409 from mtaufen/kc-validation-feature-gates · 6d510f52
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 63881, 64046, 63409, 63402, 63221). 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>.
    
    Kubelet config: Validate new config against future feature gates
    
    This fixes an issue with KubeletConfiguration validation, where the             
    feature gates set by the new config were not taken into account.                
                                                                                    
    Also fixes a validation issue with dynamic Kubelet config, where flag           
    precedence was not enforced prior to dynamic config validation in the           
    controller; this prevented rejection of dynamic configs that don't merge        
    well with values set via legacy flags. 
    
    Fixes #63305 
    
    ```release-note
    NONE
    ```
    6d510f52
Name
Last commit
Last update
..
src/k8s.io Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
README.md Loading commit data...