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
I installed the app using aks-store-all-in-one.yaml config but the mongodb pod goes into CrashLoopBackOff because its liveness probe fails. Liveness check is failing with the following error:
pets 0s Warning Unhealthy pod/mongodb-0 Liveness probe failed: OCI runtime exec failed: exec failed: unable to start container process: exec: "mongosh": executable file not found in $PATH: unknown
Describe the bug
I installed the app using aks-store-all-in-one.yaml config but the mongodb pod goes into
CrashLoopBackOff
because its liveness probe fails. Liveness check is failing with the following error:pets 0s Warning Unhealthy pod/mongodb-0 Liveness probe failed: OCI runtime exec failed: exec failed: unable to start container process: exec: "mongosh": executable file not found in $PATH: unknown
To Reproduce
Steps to reproduce the behavior:
mongodb-0
pod keeps restarting:Expected behavior
Pod should pass the liveness probe.
Source of the error
aks-store-demo/aks-store-all-in-one.yaml
Lines 32 to 36 in 5712ff5
The text was updated successfully, but these errors were encountered: