cluster-api-provider-vsphere icon indicating copy to clipboard operation
cluster-api-provider-vsphere copied to clipboard

Results 258 cluster-api-provider-vsphere issues
Sort by recently updated
recently updated
newest added
trafficstars

/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/feature
lifecycle/frozen
kind/design
area/govmomi

/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
help wanted
lifecycle/frozen
area/govmomi

/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/bug
lifecycle/frozen

/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
help wanted
lifecycle/frozen
priority/important-longterm

/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
lifecycle/frozen
priority/important-soon

/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
lifecycle/stale

/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...

kind/feature
help wanted
good first issue

**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/feature
help wanted
good first issue
lifecycle/stale

/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...

kind/bug

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...