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
change line 7 to "start": "node pain.js", (this breaks the start command)
run garden deploy node-service
notice that the deployment is successful, also that garden get status returns state: ready for the node-service, even though kubectl get pods --namespace=garden--default--simple-project shows that the status for the pod is CrashLoopBackOff
The text was updated successfully, but these errors were encountered:
eysi09
changed the title
getContainerServiceStatus returns "state === ready" even though pod is unhealthy
getContainerServiceStatus returns state === ready even though pod is unhealthy
Nov 16, 2018
To reproduce:
simple-project
services/node-service/package.json
"start": "node pain.js", (this breaks the start command)
garden deploy node-service
garden get status
returnsstate: ready
for thenode-service
, even thoughkubectl get pods --namespace=garden--default--simple-project
shows that the status for the pod isCrashLoopBackOff
The text was updated successfully, but these errors were encountered: