Every now and again I have issues starting a pod as it fails to pull from AWS ECR. Nothing in my setup changes.
error pulling image: Error response from daemon: Head "https://<AWS_ACCOUNT>.dkr.ecr.<region>.amazonaws.com/v2/<repo>/manifests/<container>": no basic auth credentials
error creating container: container: create: container create: Error response from daemon: No such image: <AWS_ACCOUNT>.dkr.ecr.<region>.amazonaws.com/<repo>:<container>
error creating container: container: create: container create: Error response from daemon: No such image: <aws_account>.dkr.ecr.<region>.amazonaws.com/<repo>:<container>
error pulling image: Error response from daemon: Head "https://<AWS_ACCOUNT>.dkr.ecr.<region>.amazonaws.com/v2/<repo>/manifests/<container>": no basic auth credentials
error creating container: container: create: container create: Error response from daemon: No such image: <AWS_ACCOUNT>.dkr.ecr.<region>.amazonaws.com/<repo>:<container>
error creating container: container: create: container create: Error response from daemon: No such image: <aws_account>.dkr.ecr.<region>.amazonaws.com/<repo>:<container>
Hey all, I'm attempting to create a network volume and mount it to /home inside the pod, attempting to create a user home dir. However, I am unable to change the owner away from root.