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

Increase initialDelaySeconds for MOFED POD liveness probe #166

Closed

Commits on Apr 12, 2021

  1. Increase initialDelaySeconds for MOFED POD liveness probe

    Before version 1.21, Kubernetes used startupProbe for "fresh" POD
    starts and restarts (caused by liveness check failed as an example).
    Starting from v1.21, startupProbe applied to "fresh" starts only.
    To prevent a crash loop after MOFED POD restarts, we should grant
    enough time to POD to fully boot before we start liveness checking.
    
    Signed-off-by: Yury Kulazhenkov <ykulazhenkov@nvidia.com>
    ykulazhenkov committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    1b143d0 View commit details
    Browse the repository at this point in the history