mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-02 22:59:04 +00:00
Before this fix, a Service with a loadBalancerSourceRange value that included a space would cause kube-proxy to crashloop. This updates kube-proxy to trim any space from that field.