cluster-api-provider-vsphere
cluster-api-provider-vsphere copied to clipboard
/kind feature **Describe the solution you'd like** CAPV 1.3.0 introduced support fort PCI devices. While re-reviewing the API types, we realized that the introduced [types](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/52f1e81a193b947b67f8861f5d2ab64fb08f9e51/apis/v1beta1/types.go#L217-L227) ```golang type PCIDeviceSpec struct {...
This issue is to track the incorporation of CAPI's refactored e2e framework once [this](https://github.com/kubernetes-sigs/cluster-api/issues/6345) issue is addressed. This would help us write e2e upgrade tests for [this](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/issues/1482) bug.
/kind feature This issue focuses on brainstorming ideas to enable E2E testing for GPU specific use cases. Where are we right now? The E2E infrastructure is currently running as VMC...
**What this PR does / why we need it**: DHCP servers can provide DNS servers. This behavior is not always desired. With this setting a user can choose to have...
/area testing Add tests for below scenarios in vimmachine.go: 1. Successfully reconcile vim machine with following checks: - Check if VSphereMachine status is Ready. - Check if VsphereMachine status contains...
We can reduce the execution time of the e2e tests by at least 30 seconds by allowing Docker to cache: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/3d8074ba7a46a82ccfa2fbd96e6de6e1308e6799/Makefile#L122-L124 The `e2e-image` Make target is executed every time `make...
/kind bug - feel free to close this issue, it might not be actionable but i wanted to write it up... - were seeing VMs on some hardware coming online...
/kind feature **Describe the solution you'd like** As a user, I would like to toggle a setting (`ignoreDHCPNameservers`) that will cause nodes to ignore the nameservers that DHCP assigns, so...
Umbrella issue for all tasks required to implement IPAM support for CAPV This issue will be updated over time - [ ] IPAM Contract implementation - https://github.com/kubernetes-sigs/cluster-api/pull/6313
/kind feature **Describe the solution you'd like** A helm chart to manage the created clusters, to simplify the usage of the cluster api and capv CRDs **Anything else you would...