cluster-api-provider-vsphere
cluster-api-provider-vsphere copied to clipboard
**What this PR does / why we need it**: For control plane nodes, we need etcd to be using a faster storage policy. Mid-term, other fields could be added to...
/kind bug **What steps did you take and what happened:** Checking the log output for the capv manager pod, we see these entries ```log I0719 18:34:52.688028 1 vspheremachine_controller.go:159] capv-controller-manager/vspheremachine-controller "msg"="Waiting...
/kind feature **Describe the solution you'd like** We have recently received a couple of bugs around sessions not being cleaned up and a large number of sessions lying around causing...
/kind feature **Describe the solution you'd like** Currently, the template generation code for `kibe-vip ` based templates generates a ClusterResourceSet which installs the CPI/CSI on the workload cluster. The names...
/kind feature **Describe the solution you'd like** Currently, the cluster templates generated by CAPV do not deploy any CNI resources by default. This becomes a manual step when using the...
/kind feature CAPV should run a Kubernetes job in e2e with the open source [kubescape](https://github.com/armosec/kubescape) security scanner and logs the results to stdout. Inspired by https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/1793 Above should be followed...
**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...
If your vCenter-account doesn't have enough access to "Sessions" you might end up with a lot of idle connections in vCenter, eventually causing service-outage. Please add a link to the...
/kind feature **Describe the solution you'd like** Once the new CAPI version is released, we should update the dependency in CAPV as well. **Environment:** - Cluster-api-provider-vsphere version: `main` /hold /lifecycle...
**What this PR does / why we need it**: - [x] Break up `findVM()` into smaller methods. - [x] Add tests for `findVM()` and child methods. **Which issue(s) this PR...