v2.27.0: manual external_cloud_provider support #11878
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
What would you like to be added
Since v2.27.0 release and especially this MR kubespray tries to install the external cloud-provider if we specify
cloud_provider: external
.We'd like the possibility to add
cloud_provider: external
&external_cloud_provider: manual
to install those manually if we want to.Why is this needed
We are on openstack and already handle openstack-ccm externally but we need to specifiy external cloud_provider to have this option in kubelet and other things but without kubespray ccm installation.
For now we specifiy
cloud_provider: external
&external_cloud_provider: openstack
but werm -rf /kubespray/roles/kubernetes-apps/external_cloud_controller/openstack/*
to make it workThe text was updated successfully, but these errors were encountered: