This document contains a collection of troubleshooting tips and workarounds.
This error could happen when running aws-do-pm on Docker Desktop and the configured version of docker-compose does not match the running version on your system. To resolve the error, execute docker-compose --version
to find out if you are running compose v1 or v2. Then execute ./config.sh
and ensure DOCKER_COMPOSE_VERSION
is set correctly.
Such errors could happen when Kubernetes does not have enough resources or pods take too long to come up. Try increasing the number of nodes in your cluster.