I have tried all suggestions I can found on the internet however none of them worked. Moreover, if I try to login to gitlab.registry.com through Kubernetes cloud shell then below error message comes up:
if the secret is created correctly (in the same namespace as the container you are pulling)
the secret is correctly referenced in the imagePullSecrets
Then it will work, if it is simple still pulling from v2 API it sounds like it isn’t even using the secret at all, and it’s assuming the registry will work, and using the URL directly from the image.
Has anyone been able to resolve this? I am running into the same issue, tried created the K8s secret using with /v1/ in the docker-server with no luck!
Similar issue here, odly most of the time just after deployment it works. But when a pod dies and sometimes directly after deployment, I get this issue.