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

Additional operator edge case fixes #2007

Merged
merged 4 commits into from
Aug 9, 2024
Merged

Additional operator edge case fixes #2007

merged 4 commits into from
Aug 9, 2024

Commits on Aug 8, 2024

  1. detect failed pods that are 'evicted' and restart them

    log when restarting evicted pods
    ease 'running' transition to allow switching from any other running/waiting state
    ikreymer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    254f5f4 View commit details
    Browse the repository at this point in the history
  2. don't preemptively consider ContainerCreating as running, as may stal…

    …l in that phase
    
    under certain conditions, wait until actually running
    ikreymer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8948725 View commit details
    Browse the repository at this point in the history
  3. simplify updating state in one place, either set to 'running', or one…

    … of other
    
    running states 'pending-wait', 'generate-wacz', 'uploading-wacz', if appropriate
    ikreymer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2bcc716 View commit details
    Browse the repository at this point in the history
  4. logging improvements:

    - return and print restart reason
    - don't print state transition if not actually changing states
    ikreymer committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    ea5f413 View commit details
    Browse the repository at this point in the history