cluster-api-provider-vsphere
cluster-api-provider-vsphere copied to clipboard
/kind bug We have 1 management cluster with 7 workload clusters. Each workload cluster has ~25 worker nodes. Sometimes during the reconciliation of all workload clusters, CAPV stops reconciling without...
As far as I can tell the following variables are not used: * infraServer * credsSecretName I would suggest to drop them from the ClusterClass and the corresponding template.
CAPI v1.7.0-beta.0 has been released and is ready for testing. Looking forward to your feedback before v1.7.0 release! ## For quick reference - [CAPI v1.7.0-beta.0 release notes](https://github.com/kubernetes-sigs/cluster-api/releases/tag/v1.7.0-beta.0) - [Shortcut to...
**What this PR does / why we need it**: Allow multiple vcenter in a single cluster **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will...
/kind feature **Describe the solution you'd like** Currently the upgrade tests for CAPV only consider upgrading the k8s parts. In CAPI we also upgrade coredns and etcd (when the default...
/kind feature **Describe the solution you'd like** Currently, CAPV only supports SHA-1 thumbprints when creating VSphereClusters. We would like to see support for SHA-256 thumbprints as well. **Anything else you...
In CAPV we only bump the go directive in go.mod files on the main branch. While we bump the Go minor version that we build release branches with we never...
**What this PR does / why we need it**: Add validating and mutating webhook for supervisor mode: - Refactor supervisor config folder and generate webhook config and manifest. - Enable...
/kind bug **What steps did you take and what happened:** We upgraded CAPV to 1.9.0 from 1.6.1 Connection to vCenter fails after 24hours (86400s) the only hint we can find...
/kind bug **What steps did you take and what happened:** [A clear and concise description of what the bug is.] Revisit the unit test and setup separate context for different...