cluster-api-provider-vsphere
cluster-api-provider-vsphere copied to clipboard
/kind feature vspheredeploymentzones are clusterscoped resources a vspherecluster picks up all vspheredeploymentzones that have same server as the vspherecluster now we have a use case where we launch other vsphere...
**Describe the solution you'd like** [VSphereMachineTemplate ](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/master/config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachinetemplates.yaml) and [VSphereMachine ](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/master/config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachines.yaml) both seem to support providing static IP adresses. From older issues reported here it seems like a list of IPs...
/kind bug **What steps did you take and what happened:** Currently, all CAPI related E2E tests are written in different files. The idea is to consolidate all the CAPI related...
/kind feature **Describe the solution you'd like** When a Management cluster cannot reach a Workload Cluster it may be necessary to pause reconciliation of that cluster until a time when...
/kind feature **Describe the solution you'd like** CAPV should support NSX-T for: * Load balancers for deploying multi-node control plane, HA clusters * Related to https://github.com/kubernetes-sigs/cluster-api/issues/1250 * Ability to configure...
/kind feature **Describe the solution you'd like**: given that today CAPI doesn't scale/create machines gradually, CAPV should rate-limit the creation of tasks, to avoid overloading vcenter. This is especially true...
/kind feature **Describe the solution you'd like** As CPI runs some of k/k controllers, we need to match the CPI image tag with the KUBERNETES_VERSION. the patch version might be...
/kind feature **Describe the solution you'd like** Now that there is the VMware ESXi on ARM fling, it would be great to have the images for CAPV to be multi-arch....
/kind feature **Describe the solution you'd like** If bootstrapping doesn't succeed, set VSphereMachine.Status.FailureReason and FailureMessage to indicate there was an error. **Anything else you would like to add:** More information...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Adopt image promoter and release notes process as is done for CAPA,...