Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[occm] Allow deleting LBs in ERROR status #2037

Merged
merged 1 commit into from
Nov 22, 2022

Commits on Nov 17, 2022

  1. Allow deleting LBs in ERROR status

    In practice Octavia is quite an unreliable system. We should expect that
    load balancers will occasionally go into ERROR state for reasons as
    elaborate as race conditions and as simple as lack of resources to spawn
    a new Amphora VM.
    
    This commit makes sure that we allow deleting LBs in ERROR state, so
    that Services served by such LBs could be deleted and their creation
    retried.
    
    Obviously there's room for improvement, as we should probably detect LBs
    going into ERROR and attempt to delete and recreate them ourselves, but
    this patch is a low hanging fruit fix for the issue.
    dulek committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    21c8e7e View commit details
    Browse the repository at this point in the history