mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-01 17:44:30 +00:00
Automatic merge from submit-queue [Kubelet] Optionally consume configuration from <node-name> named config maps This extends the Kubelet to check the API server for new node-specific config, and exit when it finds said new config. /cc @kubernetes/sig-node @mikedanese @timstclair @vishh **Release note**: ``` Extends Kubelet with Alpha Dynamic Kubelet Configuration. Please note that this alpha feature does not currently work with cloud provider auto-detection. ```