-
Notifications
You must be signed in to change notification settings - Fork 719
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 old readiness probe related ENVs #8009
Add old readiness probe related ENVs #8009
Conversation
Tested with the following manifest successfully
I see the proper env vars set on the sts:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM as a straight-forward fix
This comment was marked as off-topic.
This comment was marked as off-topic.
@ibalat can you open a thread in https://discuss.elastic.co/c/orchestration/eck/79 and we can discuss there. Let's reserve this PR for the discussion of the actual PR |
Closing this, as we don't want to reintroduce these ENVs again, we have updated the documentation on the new readiness probe |
* add readiness probe credentials unconditionally (cherry picked from commit 41cae15)
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
We are seeing issues with upgrading to 2.14.0 when there are overrides present for the readiness probe, adding the ENVs that have the credentials for the old readiness probe to run successfully should fix that issues
fixes: #8006