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

Add readinessProbe config for tidb #3438

Merged
merged 6 commits into from
Oct 30, 2020
Merged

Commits on Oct 28, 2020

  1. Add readinessProbe config for tidb

    ref pingcap/tidb#20649
    Add this config support like this:
    ```
    tidb:
      readinessProbe:
      statusAPI: {}
    ```
    This will make tidb pod use Exec handle to run curl probe the url 127.0.0.1:10080/status
    Default still use TCPPPort(4000) for compatibility
    july2993 committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    b4ac7cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6a6d52 View commit details
    Browse the repository at this point in the history
  3. Change config format

    as:
    ```
    config:
      readinessProbe:
        type: "command"
    ```
    july2993 committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    222f708 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    1f21361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39cbe3b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    3b2db10 View commit details
    Browse the repository at this point in the history