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

fix: quick fail after pod termination #1865

Merged
merged 5 commits into from
Dec 20, 2019
Merged

Commits on Dec 20, 2019

  1. fix: quick fail after pod termination

    When a k8s node where the POD runs has an issue, the POD will go
    to "terminating" state - which is actually "running" phase but
    with "DeletionTimestamp", and stuck there. This fix quick fails it
    when this kind of situation is detected.
    whynowy committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    c3ef649 View commit details
    Browse the repository at this point in the history
  2. Add test cases

    whynowy committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    f3a2a50 View commit details
    Browse the repository at this point in the history
  3. Remove redundant log

    whynowy committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    d84a95c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7228c8e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    11473f9 View commit details
    Browse the repository at this point in the history