mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 02:38:12 +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. ```