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

core: rgw: allow specifying daemon startup probes (backport #9468) #9520

Merged
merged 1 commit into from
Jan 4, 2022

Commits on Jan 4, 2022

  1. core: rgw: allow specifying daemon startup probes

    Allow specifying daemon startup probes where we also allow configuring
    liveness probes. Startup probes allow Rook to tolerate when Ceph daemons
    occasionally take a long time to start up while not also making
    Kubernetes liveness probes slower to detect runtime failures of daemons.
    
    Startup probes are beta in Kubernetes 1.18, so we should not enable
    probes by default for earlier Kubernetes versions.
    
    Signed-off-by: Blaine Gardner <blaine.gardner@redhat.com>
    (cherry picked from commit c07d89d)
    BlaineEXE authored and mergify-bot committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    86c2301 View commit details
    Browse the repository at this point in the history