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

connectivity test: check for deleted cilium agent pod in health probe #2146

Merged

Commits on Dec 4, 2023

  1. connectivity test: check for deleted cilium agent pod in health probe

    Currently, the health probe connectivity test fails forever if an
    Cilium Agent Pod that existed when starting the connectivity tests no
    longer exists.
    
    The reason is that the health probes uses the list of Cilium Agent pods
    that got fetched at the beginning of the connectivity test run.
    
    Therefore, this commit adds a check whether the Pod still exists. If not,
    the health probe check fails.
    
    The underlying reason is often that a underlying K8s node has been deleted
    in the meantime (since starting the tests).
    
    Signed-off-by: Marco Hofstetter <[email protected]>
    mhofstetter committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    72577c3 View commit details
    Browse the repository at this point in the history