glog.Fatalf("Cloud provider could not be initialized: %v",err)
}
ifcloud.HasClusterID()==false{
ifs.AllowUntaggedCloud==true{
glog.Warning("detected a cluster without a ClusterID. A ClusterID will be required in the future. Please tag your cluster to avoid any future issues")
}else{
glog.Fatalf("no ClusterID found. A ClusterID is required for the cloud provider to function properly. This check can be bypassed by setting the allow-untagged-cloud option")
glog.Fatalf("Cloud provider could not be initialized: %v",err)
}
ifcloud.HasClusterID()==false{
ifs.AllowUntaggedCloud==true{
glog.Warning("detected a cluster without a ClusterID. A ClusterID will be required in the future. Please tag your cluster to avoid any future issues")
}else{
glog.Fatalf("no ClusterID found. A ClusterID is required for the cloud provider to function properly. This check can be bypassed by setting the allow-untagged-cloud option")