mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-13 14:41:42 +00:00
Automatic merge from submit-queue (batch tested with PRs 54902, 56831, 56702, 56287, 56878). 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 the kubelet's `--cloud-provider=auto-detect` feature **What this PR does / why we need it**: Set no cloud provider as the default in kubelet, remove deprecated explain and variable. This PR covers step 3: `v1.10 - completely remove the option to use auto-detect` For more details [https://github.com/kubernetes/kubernetes/issues/50986](https://github.com/kubernetes/kubernetes/issues/50986) **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes [https://github.com/kubernetes/kubernetes/issues/50986](https://github.com/kubernetes/kubernetes/issues/50986) **Special notes for your reviewer**: **Release note**: ```release-note [action required] Remove the kubelet's `--cloud-provider=auto-detect` feature ```