You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the load-balancer.hetzner.cloud/uses-proxyprotocol: "true" annotation on a loadbalancer service, the "Proxy protocol" checkmark is correctly set on a loadbalancer.
However, removing that same annotation does not unset the checkmark. The loadbalancer remains with the proxyprotocol feature enabled.
Expected behavior
The cloud controller should disable the "Proxy protocol" feature, since that is the default, and the annotation is no longer specified.
Observed behavior
The cloud controller leaves the "Proxy protocol" feature enabled.