mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Merge pull request #58259 from dims/support-external-cloud-providers
Automatic merge from submit-queue (batch tested with PRs 58259, 58664). 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>. Support out-of-tree / external cloud providers **What this PR does / why we need it**: Currently kubeadm fails in preflight check. We should allow external cloud providers ``` [preflight] Starting the kubelet service cloudprovider: Invalid value: "external": cloudprovider not supported ``` **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 # **Special notes for your reviewer**: **Release note**: ```release-note Added support for external cloud providers in kubeadm ```
This commit is contained in:
commit
7687b11771
@ -53,6 +53,7 @@ var cloudproviders = []string{
|
||||
"azure",
|
||||
"cloudstack",
|
||||
"gce",
|
||||
"external", // Support for out-of-tree cloud providers
|
||||
"openstack",
|
||||
"ovirt",
|
||||
"photon",
|
||||
|
Loading…
Reference in New Issue
Block a user