mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-26 03:15:11 +00:00
add cloud-controller-manager as the first step in breaking controller-manager
This commit is contained in:
@@ -90,6 +90,11 @@ func InitCloudProvider(name string, configFilePath string) (Interface, error) {
|
||||
var cloud Interface
|
||||
var err error
|
||||
|
||||
if name == "external" {
|
||||
glog.Info("cloud provider external specified.")
|
||||
return nil, nil
|
||||
}
|
||||
|
||||
if name == "" {
|
||||
glog.Info("No cloud provider specified.")
|
||||
return nil, nil
|
||||
|
||||
Reference in New Issue
Block a user