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

rgw: change the way to livenessProbe and introduce readinessProbe #9080

Commits on Oct 31, 2021

  1. rgw: change the way to livenessProbe and introduce readinessProbe

    rgw doesn't respond `livenessProbe` if the number of connection reaches its
    limit (by default, 1000). Then rgw is out of service but still live.
    Hense the current `livenessProbe` logic is suitiable for `readinessProbe`.
    `tcpSocket` is enough for `livenessProbe`.
    
    Remove rgw-multisite-test related code because this test doesn't exist
    in release-1.7 branch.
    
    Closes: rook#8407
    
    Signed-off-by: Yuzuki Mimura <yuzuki725.m@gmail.com>
    Signed-off-by: Satoru Takeuchi <satoru.takeuchi@gmail.com>
    (cherry picked from commit 536b59e)
    YZ775 authored and satoru-takeuchi committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    c0af994 View commit details
    Browse the repository at this point in the history