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

Moved readiness probe as startup probe. Reverted readiness probe to check only Kibana status #40

Merged
merged 2 commits into from
Sep 2, 2021

Conversation

nutellinoit
Copy link
Member

Hi team, we found that the new readinessProbe creates some flapping on kibana pod, usually when someone is using Kibana.

I changed the probe that installs index patterns as a startupProbe and replaced the readinessProbe with the old one.

startupProbe is beta from 1.18, and graduated to GA in 1.20

@angelbarrera92
Copy link
Contributor

I don't see any problem here :)
As every change... I suggest writing down the change in the docs/unreleased.md file to track all the non-released changes.

Copy link
Contributor

@angelbarrera92 angelbarrera92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see any problem here :)
As every change... I suggest writing down the change in the docs/unreleased.md file to track all the non-released changes.

Copy link
Contributor

@nandajavarma nandajavarma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@nutellinoit
Copy link
Member Author

Added change to unreleased.md

@nandajavarma nandajavarma merged commit 73538c5 into master Sep 2, 2021
@nandajavarma nandajavarma deleted the improve-kibana-healtcheck branch September 2, 2021 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants