hcloud-cloud-controller-manager icon indicating copy to clipboard operation
hcloud-cloud-controller-manager copied to clipboard

feat: skip unsupported udp service ports for load balancers

Open lhp-nemlig opened this issue 1 year ago • 3 comments

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.

lhp-nemlig avatar Aug 26 '24 13:08 lhp-nemlig