-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.
Description
Function:
func IntreeCloudProviderImplementationSupported(cloudProvider CloudProvider) (inTree bool) {
if cloudProvider == CloudProviderAzure || cloudProvider == CloudProviderVsphere || cloudProvider == CloudProviderGoogle {
return true
}
return false
}
In sdk/providerconfig/types.go states Vsphere as in-tree. However, when using KubeOne, I believe Vsphere CPI (CCM) is installed as out-of-tree. I'm not sure wether this would make a difference but should Vsphere in the meantime be out-of-tree?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.Denotes an issue or PR has remained open with no activity and has become stale.