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
Adds fix to update Services if loadbalancer-extra-annotations config option is set (#451)
## Issue
[450](#450)
Configuring `loadbalancer-extra-annotations` doesn't update the
Kubernetes Service
## Solution
Updates the check for recreating the LoadBalancer service to verify if
the current annotations match the value set inside
`loadbalancer-extra-annotations` config option. If they don't match, it
will update the service inside K8s
0 commit comments