cluster-api-provider-vsphere
cluster-api-provider-vsphere copied to clipboard
/kind feature **Describe the solution you'd like** Validate the VM creation/update inputs before beginning the VM cloning process. Currently, we do not have any validation on the fields used for...
/kind bug **What steps did you take and what happened:** if you have created a cluster on resources that you dont have permissions for you are not able to delete...
/kind bug **What steps did you take and what happened:** I have a largely stock configuration and the `vsphere-csi-controller` is in CrashLoopBackOff. Reviewing the logs I am seeing this: ```...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] Whereever any controller returns an error, adopt the convention of logging the...
/kind feature **Describe the solution you'd like** After deploying a VM through Cluster API I would like to empty out the `guestinfo.userdata` as it contains sensitive information like private keys,...
/kind feature **Describe the solution you'd like** [A clear and concise description of what you want to happen.] **Anything else you would like to add:** [Miscellaneous information that will assist...
/kind feature **Describe the solution you'd like** CAPI uses the [kubernetes-sigs/kubebuilder-release-tools](https://github.com/kubernetes-sigs/kubebuilder-release-tools) action to enforce some standards in PR titles. These standards require emoji prefixes to PR titles, which make release...
**Describe the solution you'd like** Expose/log the error while creating/fetching sessions back from vCenter. **Anything else you would like to add:** Currently, CAPV swallows the error from vCenter while verifying...
/kind bug **What steps did you take and what happened:** We have a clusterAPI management cluster using capv, currently managing 5 clusters and approximately 50 machines. We used to follow...
All the fields defined in `types.go` should be of pointer type, unless it is very much necessary to keep it as is. This would help in better error handling. It...