cluster-api-provider-vsphere
cluster-api-provider-vsphere copied to clipboard
/kind documentation **Describe the solution you'd like** It would be good to have a documentation around the permissions required for: - user for running `controller-manager` - user for creating clusters....
/kind bug This issue is to list out the files which are required to be tested in pkg/util ``` sigs.k8s.io/cluster-api-provider-vsphere/pkg/util/kubeclient.go:33: NewKubeClient 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/util/machines.go:40: GetMachinesInCluster 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/util/machines.go:65: GetVSphereMachinesInCluster 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/util/machines.go:88: GetVSphereMachine...
/kind bug This issue is to list out the files which are required to be tested in pkg/manager ``` sigs.k8s.io/cluster-api-provider-vsphere/pkg/manager/manager.go:51: New 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/manager/manager.go:117: GetContext 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/manager/network.go:33: GetNetworkProvider 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/manager/options.go:92: defaults...
/kind bug Improving test coverage in pkg/services ``` sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/rule.go:35: IsMandatory 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/rule.go:39: Disabled 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/rule.go:46: negate 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/rule.go:50: VerifyAffinityRule 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/rule.go:67: listRules 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/service.go:34: ListHostsFromGroup 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/vmgroup.go:27: FindVMGroup 0.0% sigs.k8s.io/cluster-api-provider-vsphere/pkg/services/govmomi/cluster/vmgroup.go:54:...
/kind feature CAPZ has a concise aggregation of development steps inside the [Makefile](https://github.com/kubernetes-sigs/cluster-api-provider-azure/blob/bfec0748880c9f1332efdcc6bc29559d25a7fef6/Makefile#L238-L300). This will bring more clarity to CAPV development. The steps we can add are - [ ]...
/kind feature **Describe the solution you'd like** Almost always a VM will have an address internal to the datacenter. In the case where we don't know if an address is...
/kind feature **Describe the solution you'd like** Currently all clusters created by CAPV have the vsphere-cloud-controller-manager installed, even if i strip out all other CSI components. Without vsphere-cloud-controller-manager nodes dont...
/kind feature **Describe the solution you'd like** Currently if a user provides a `DatastoreCluster` in the `Datastore` field, CAPV will fail with a not-found error. ~~This issue is a request...
/kind feature **Describe the solution you'd like** `VSphereMachine` kind only allows to set storage policy globally. It is recommended to store etcd data on a disk with low latency (see...
/kind feature **Describe the solution you'd like** As a cluster admin I'd like to distribute k8s CP nodes across different hosts within the same cluster. Referring to this proposal: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/master/docs/proposal/20201103-failure-domain.md#for-user-story-1...