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
On the listener, create a L7 policy (not extended L7 policy!) with action REDIRECT_TO_POOL, redirecting to the pool
Delete the pool, using the GUI
Expected behavior
Pool doesn't disappear from GUI, some kind of error message is shown, indicating that the L7 policy must be deleted first. The load balancer remains in state ACTIVE.
Observed behavior
Pool disappears from GUI, because pool entry in DB has provisioning_statusDELETED, load balancer enters ERROR state.
Proposed fix
At pool delete requests, check whether there is a L7 policy connected to the pool and if it is, answer the request with an error.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
REDIRECT_TO_POOL
, redirecting to the poolExpected behavior
Pool doesn't disappear from GUI, some kind of error message is shown, indicating that the L7 policy must be deleted first. The load balancer remains in state
ACTIVE
.Observed behavior
Pool disappears from GUI, because pool entry in DB has
provisioning_status
DELETED
, load balancer entersERROR
state.Proposed fix
At pool delete requests, check whether there is a L7 policy connected to the pool and if it is, answer the request with an error.
The text was updated successfully, but these errors were encountered: