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

Ensure that pod observer never acts on stale watch events #1328

Merged
merged 2 commits into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. Ensure that pod observer never acts on stale watch events.

    When doing a watch with no minimum resource version, we can see stale events and falsely conclude that a pod is running which is already terminating.
    
    Fixes NSL-4184
    n-g committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    07a4b46 View commit details
    Browse the repository at this point in the history
  2. back to debug

    n-g committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d11ff99 View commit details
    Browse the repository at this point in the history