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 #9468

Merged
merged 1 commit into from Jan 4, 2022

Commits on Dec 21, 2021

  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>
    BlaineEXE committed Dec 21, 2021
    Copy the full SHA
    c07d89d View commit details
    Browse the repository at this point in the history