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

ERROR creating registry-creds-dpr secret minikube addon #80

Open
adrianovieira opened this issue Nov 19, 2019 · 0 comments
Open

ERROR creating registry-creds-dpr secret minikube addon #80

adrianovieira opened this issue Nov 19, 2019 · 0 comments

Comments

@adrianovieira
Copy link

I'm trying to setuo our private registry to work on minikube.

After minikube is started I to configure registry-creds addon

  1. $ minikube addons configure registry-creds
Do you want to enable AWS Elastic Container Registry? [y/n]: n

Do you want to enable Google Container Registry? [y/n]: n

Do you want to enable Docker Registry? [y/n]: y
-- Enter docker registry server url: https://registry.local
-- Enter docker registry username: adrianovieira
-- Enter docker registry password: 
❌  ERROR creating `registry-creds-ecr` secret: Temporary Error: secrets "registry-creds-ecr" not found
❌  ERROR creating `registry-creds-gcr` secret: Temporary Error: secrets "registry-creds-gcr" not found
⚠️  ERROR creating `registry-creds-dpr` secret
✅  registry-creds was successfully configured

niether:

  1. $ minikube addons configure registry-creds
Do you want to enable AWS Elastic Container Registry? [y/n]: n

Do you want to enable Google Container Registry? [y/n]: n

Do you want to enable Docker Registry? [y/n]: y
-- Enter docker registry server url: registry.local
-- Enter docker registry username: adrianovieira
-- Enter docker registry password: 
❌  ERROR creating `registry-creds-ecr` secret: Temporary Error: secrets "registry-creds-ecr" not found
❌  ERROR creating `registry-creds-gcr` secret: Temporary Error: secrets "registry-creds-gcr" not found
⚠️  ERROR creating `registry-creds-dpr` secret
✅  registry-creds was successfully configured
@adrianovieira adrianovieira changed the title ERROR creating registry-creds-dpr secret ERROR creating registry-creds-dpr secret minikube addon Nov 19, 2019
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

1 participant