Open
Description
/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 service pointing to supervisor.
We should start creating corev1.EndpointSubset's instead.
Anything else you would like to add:
[Miscellaneous information that will assist in solving the issue.]
Environment:
- Cluster-api-provider-vsphere version:
- Kubernetes version: (use
kubectl version
): - OS (e.g. from
/etc/os-release
):