cluster-api-provider-vsphere
cluster-api-provider-vsphere copied to clipboard
/kind feature **Describe the solution you'd like** - currently the webhook server in capv accepts TLSv1.0, TLSv1.1 and TLSv1.2. Using TLSv1.0 and TLSv1.1 is no longer recommended for security reasons....
**What this PR does / why we need it**: This PR adds the ability to configure DHCP overrides for vSphere machines. This is important for users who want to tweak...
/kind bug **What steps did you take and what happened:** Deployed a cluster class yaml to create a cluster. The cluster yaml manifest had incorrect values for failureDomain for each...
/kind bug **What steps did you take and what happened:** We found what appears to be a bug in the code (and test) here: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/pkg/util/machines.go#L154-L164 We were updating the test...
/kind bug **What steps did you take and what happened:** When creating linkedClone templates it doesn't seem to clone by linking even tho everything seems to point to it. We...
I just started to contact this project and want to build my own environment. In release, I found two deployed yaml files (infrastructure components supervisor. yaml And infrastructure-components.yaml )Where are...
/kind bug **What steps did you take and what happened:** The spec for cluster modules implies they are " generic " ``` 44 | that are to be grouped together...
/kind bug During cluster migration, the underlying VM(one of the worker nodes) somehow gets disconnected from its network at the VM level. **What did you expect to happen:** vm-operator controller...
**What this PR does / why we need it**: Maintain generated flavors in the repo. This allows generating workload clusters using the `--from` flag of `clusterctl generate` which is useful...
/kind bug (screenshot attached) tldr, - vspheremachine.status -> out of date WHEN vspheremachine template cloning fails and *never* gets fixed even *after* vspheremachinetemplate name is fixed ... - This results...