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
Sometimes, the plane frontend pod starts crashlooping, because the liveness probe does not succeed.
Unfortunately we do not know what causes this, but it can be mitigated by adding an initialDelaySeconds to the liveness and readiness probes. The optimal value for this still has to be determined. 20s works, but less would be ideal as the initial delay prevents the pod from being accessible through the service.
The text was updated successfully, but these errors were encountered:
Sometimes, the plane frontend pod starts crashlooping, because the liveness probe does not succeed.
Unfortunately we do not know what causes this, but it can be mitigated by adding an
initialDelaySeconds
to the liveness and readiness probes. The optimal value for this still has to be determined.20s
works, but less would be ideal as the initial delay prevents the pod from being accessible through the service.The text was updated successfully, but these errors were encountered: