hcloud-cloud-controller-manager
hcloud-cloud-controller-manager copied to clipboard
feat: skip unsupported udp service ports for load balancers
If a loadbalancer svc includes both tcp and udp for the same port, for example 53/tcp and 53/udp for dns, the CCM will currently fail to create the loadbalancer due to duplicate ports, but the CCM should ignore the UDP port as loadbalancers do not support udp.