cluster-api-provider-vsphere
cluster-api-provider-vsphere copied to clipboard
Please see the corresponding sections in [release-tasks.md](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/docs/release/release-tasks.md) for documentation of individual tasks. ## Tasks Early in the cycle: * [x] [Prepare main branch for development of the new release](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/blob/main/docs/release/release-tasks.md#prepare-main-branch-for-development-of-the-new-release) *...
/kind bug **What steps did you take and what happened:** When trying to update the vCenter Certificate Thumbprint in our environments, we discovered that changing the Thumbprint only in the...
We're in the process of setting up community owned infra for CI. After completion we should cleanup everything related to the old VMC environment. - [ ] hack/e2e.sh : if's...
**What this PR does / why we need it**: It's incorrect to always set ExternalIP type for all machine IP addresses. Need to fix that. **Which issue(s) this PR fixes**...
/kind feature **Describe the solution you'd like** corev1.Endpoints is deprecated in v1.33+. xref: https://kubernetes.io/blog/2025/04/24/endpoints-deprecation/ We make use of corev1.Endpoints and corev1.EndpointSubset in the Servicediscovery controller to create endpoints for the...
**What this PR does / why we need it**: Add support for zone placement group label, see https://github.com/vmware-tanzu/vm-operator/pull/909
/kind feature **Describe the solution you'd like** Currently the provider uses the `default` k8s `ServiceAccount`. Please create a specific one, and: - use it in the Deployment - use it...
## Background About two weeks ago, `gaurav-nelson/github-action-markdown-link-check` was marked as **deprecated**: cf. https://github.com/gaurav-nelson/github-action-markdown-link-check > This repository is now ⛔️ deprecated and is no longer actively maintained. > For support and...