Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[elasticsearch] Fix issue with readinessProbe causing outages #638

Merged
merged 2 commits into from
May 28, 2020

Commits on May 20, 2020

  1. [elasticsearch] Fix issue with readinessProbe causing outages

    The `readinessProbe` was updated in elastic#586, however this appears to have
    introduced a bug which can cause the pod to report as ready before it
    actually is, due to a lack of quoting around the URL query params,
    combined with the use of '&'.
    
    This commit reworks the `readinessProbe` to correctly quote things.
    
    Reintroduced the `http` function, and added support for passing `args`
    in addition to the `path`.
    Also borrowed the `set --` pattern from the Kibana chart.
    Gavin Williams committed May 20, 2020
    Configuration menu
    Copy the full SHA
    19c0904 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Add a 'known issue' entry against '7.7.0' changelog entry

    Gavin Williams committed May 27, 2020
    Configuration menu
    Copy the full SHA
    4e9c897 View commit details
    Browse the repository at this point in the history