Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Added a possibility to configure readinessProbe timeouts for operator deployment #362

Merged
merged 2 commits into from
Sep 15, 2021

Conversation

ajoskowski
Copy link
Contributor

Q A
Bug fix? []
New feature? [YES]
API breaks? []
Deprecations? []
Related tickets fixes #360
License Apache 2.0

What's in this PR?

Added a possibility to configure readinessProbe timeouts for operator deployment via values.yaml file.

Why?

We encountered on a problem that after upgrade of operator its deployment object cannot be marked as "ready".
There is a workaround: we have to increase "failureThreshold" timeout to value higher than 1s and everything works correctly

Checklist

  • Implementation tested

Copy link
Contributor

@PERES-Richard PERES-Richard left a comment

Choose a reason for hiding this comment

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

@PERES-Richard PERES-Richard changed the base branch from master to test-pull-362 September 14, 2021 15:00
@PERES-Richard PERES-Richard changed the base branch from test-pull-362 to master September 14, 2021 15:09
@ajoskowski
Copy link
Contributor Author

Hi, can you also update the documentation as well please.

=> https://github.com/Orange-OpenSource/casskop/blob/master/website/docs/3_configuration_deployment/1_customizable_install_with_helm.md

@cscetbon What do you think ?

Updated docs

@PERES-Richard PERES-Richard merged commit d71eee0 into Orange-OpenSource:master Sep 15, 2021
@cscetbon cscetbon mentioned this pull request Sep 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Readiness probe timeouts for operator should be customizable via values.yaml
2 participants