Kubernetes Cloud Provider for VMware Cloud Director 1.3 | 18 JUL 2023 Check for additions and updates to these release notes. |
Kubernetes Cloud Provider for VMware Cloud Director 1.3 | 18 JUL 2023 Check for additions and updates to these release notes. |
To access the full set of product documentation, go to Kubernetes Cloud Provider for VMware Cloud Director Documentation.
An IP address is not obtained for LoadBalancer Service if Edge Gateway has IP Spaces.
Kubernetes Cloud Provider for VMware Cloud Director cannot get a free IP address for a LoadBalancer service if it has IP spaces.
Workaround:
Users can specify an IP address to use in spec.loadBalancerIP
for the LoadBalancer service.
LoadBalancer Services with the same name in different namespaces can be bound to the same IP address.
This issue occurs in LoadBalancer service names are not unique, for example by including the namespace in the name.
Workaround:
Create a unique name or add the namespace to the LoadBalancer Service name.
Updating service from LoadBalancer to ClusterIP does not clean up all LoadBalancer service CCM resources.
If a DNAT rule is in operation, this can get cleaned up, but the virtual service and pools may remain.
Workaround:
Delete the LoadBalancer service and recreate the service.