Skip to content

question: Vsphere intree vs out-of-tree #1984

@appiepollo14

Description

@appiepollo14

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/rottenDenotes an issue or PR that has aged beyond stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions