You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #666 we added support for a livenessProbe in the sidecar. before cutting the 1.0.0 release we want to remove the readinessProbe for the sidecar since we don't get any benefits of it (we always call directly the sidecar).
The text was updated successfully, but these errors were encountered:
I think the smoothest way to handle this transition is:
Introduce a new setting to enable the readiness probe, defaulting to true
In the next major release, default that to false and deprecate it
In the major release after that, remove the setting
This means we would need to go through two major releases to fully remove the code, but it means that there is no risk of a change to people's pod specs coming in a minor release.
In #666 we added support for a livenessProbe in the sidecar. before cutting the 1.0.0 release we want to remove the readinessProbe for the sidecar since we don't get any benefits of it (we always call directly the sidecar).
The text was updated successfully, but these errors were encountered: