Skip to main content

Deploy failed with signal SIGABRT

If your deployment failed with this error message it means the pod got SIGABRT signal from the k8s cluster it runs on - It usually indicates a crash due to memory limitation. In this case, define requests and limits for the pod size as described in Custom/optional configuration.

Next steps