Getting this message:
Failed to pull image....Error response from daemon: pull access denied for {private_repo}, the repository does not exist or may require 'docker login'
After deploying new helm chart using AWS ECR BUT
- Full private repo path is correct and image exists in ECR, in ReplicationController: private_repo/serviceXYZ:latest-develop
- Other pods using the SAME repo but different paths ARE working, ex: private_repo/serviceABC (their latest local images are several months old and we did deploy them recently which tells me we don't pull them locally but straight from ECR)
~/.docker/config.json
shows that it's logged in- There is NO secret in other services (no imagePullSecrets) which are pulled successfully
Any thoughts appreciated.