cannot deploy customized docker image awx_web and awx_task to kubernetes cluster

4/10/2018

I have a Kubernetes cluster running on CoreOS platform. I would like to deploy AWX to it. After customizing the docker image for awx_web and awx_task, the deployment cannot find the local docker images for awx_web and awx_task. I then pushed the images to AWS ECR, and set the correct image path, but the pod still cannot run.

Here is the error message:

failed to "StartContainer" for "awx-web" with ImagePullBackOff: "Back-off pulling image \"123456789012.dkr.ecr.us-west-2.amazonaws.com/awx_web:1.0.4.113\"

-- Y. L.
docker
kubernetes

0 Answers