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

OCPBUGS-42940: Fix egress gateway pod cleanup for remote zone pods. #2316

Open
wants to merge 2 commits into
base: release-4.17
Choose a base branch
from

Commits on Oct 9, 2024

  1. Add egress gateway e2e test option to delete gateway pod instead of

    re-labeling gateway pod. It uses different handlers for update and
    delete pod internally.
    Remove external.gateway from the dual-stack exclusion, as it is
    supported for ipv6.
    
    Signed-off-by: Nadia Pinaeva <[email protected]>
    (cherry picked from commit 4b9c42b)
    npinaeva committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    645deca View commit details
    Browse the repository at this point in the history
  2. Cleanup gateway pod for remote zone.

    For local zone pods, deleteLogicalPort cleans this up, but before IC
    this function was called for all non-host-network pods, hence this
    logic. After IC, deleteLogicalPort won't be called for all remote zone
    pods, so condition is not needed.
    
    Signed-off-by: Nadia Pinaeva <[email protected]>
    (cherry picked from commit 839842b)
    npinaeva committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ad665cc View commit details
    Browse the repository at this point in the history