• Michael Taufen's avatar
    Kubelet flags take precedence over config from files/ConfigMaps · cbebb614
    Michael Taufen authored
    Changes the Kubelet configuration flag precedence order so that flags
    take precedence over config from files/ConfigMaps.
    
    See issue #56171 for more details.
    
    Also modifies e2e node test suite to transform all relevant Kubelet
    flags into a config file before starting tests when the
    KubeletConfigFile feature gate is true, and turns on the
    KubeletConfigFile gate for all e2e node tests. This allows the alpha
    dynamic Kubelet config feature to continue to work in tests after
    the precedence change.
    cbebb614
test.sh 15.1 KB