Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Installation]: set private docker-registry when deploying, but an error that "Failed to pull image......repository does not exist or may require 'docker login': denied: requested access to the resource is denied" occurred running pipeline #4611

Open
1 task done
kuanghualuoye opened this issue Nov 21, 2023 · 1 comment

Comments

@kuanghualuoye
Copy link

Installation check

Installation OS

Linux

Installation Method

Kubernetes

Kubernetes Cluster Type

N/A - Docker

MLRun CE Version

1.2.1

Issue Description

when i installed mlrun CE, i set private docker-registry,and created the secret with my docker-ragistry named "registry-credentials", and accurately "helm --namespace mlrun install mlrun-ce --set global.registry.url= --set global.registry.secretName=registry-credentials --set global.externalHostAddress= mlrun-ce/mlrun-ce ", and succeed.

however, when i tried to run pipeline, an error occured "Failed to pull image "my docker-regiostry/mlrun/ml-pipeline.argoexec:v3.3.8-license-compliance": rpc error: code = Unknown desc = Error response from daemon: pull access denied for my docker-regiostry/ml-pipeline.argoexec, repository does not exist or may require 'docker login': denied: requested access to the resource is denied"

i ensure there is tha image in my docker-registry.
i guess that reason is not using registry-credentials when pull image , only push used. please help me configure the registry-credentials accurately when pulling image, thanks very much.

Installation Logs

image

Additional Information

No response

@sylphsang
Copy link

Any update on this? How did you resolve this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants