cluster-api-provider-cloud-director icon indicating copy to clipboard operation
cluster-api-provider-cloud-director copied to clipboard

Cluster API Provider for VMware Cloud Director. The project is an open source implementation of K8s ClusterAPI project and allows customers to provision resources directly from VMware Cloud Director....

Results 28 cluster-api-provider-cloud-director issues
Sort by recently updated
recently updated
newest added

## Description Please provide a brief description of the changes proposed in this Pull Request - common-core sync and compilation ## Checklist - [X] tested locally - [ ] updated...

cla-not-required

## Description Update UPGRADES.md with the commands for missing CAPVCD versions - ## Checklist - [ ] tested locally - [ ] updated any relevant dependencies - [ ] updated...

cla-not-required

## Description Hi. I'm a maintainer of [Deckhouse Kubernets Platform](https://deckhouse.io/) As part of the platform, we have implemented support for vCloud Director. But we had to make a few changes....

cla-rejected

## Description Please provide a brief description of the changes proposed in this Pull Request - This stops updating the vAppMetadataUpdated field. The VCDResourceSet already contains the list of vApps...

cla-not-required

### Describe the bug https://github.com/vmware/cluster-api-provider-cloud-director/blob/1.2.z/docs/CLUSTERCTL.md This link is for CAPVCD version 1.2, however it shows examples with old CAPVCD and TKG versions. This documentation needs to be updated for all...

bug

## Description Please provide a brief description of the changes proposed in this Pull Request - The variable controlPlanePort is reset at default value at each loop. Use the vcdCluster.Spec.ControlPlaneEndpoint.Port...

### Describe the bug When you want to overload the controlPlaneEndpoint port, the default value 6443 is set back with the reconcile loop on VCDcluster object. ### Reproduction steps 1....

bug

### Describe the bug As of https://github.com/vmware/cluster-api-provider-cloud-director/commit/cdd179b5021a052c94a701dbccc9b2fdfa68790a, the Machine controller blocks delete when named disks are attached to the VM. This prevents Machine delete in the following cases: (a) The...

bug

### Is your feature request related to a problem? Please describe. We are trying to deploy a k8s cluster over multiple vDCs and the provider only has support for a...

enhancement

## Description A recent PR[1] updated the godoc comment that describes the VCDMachineSpec MachineAddress field, but the change was not reflected in the v1beta1 CRD. [1]: https://github.com/vmware/cluster-api-provider-cloud-director/pull/445 This PR does...