You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setuo our private registry to work on minikube.
After minikube is started I to configure registry-creds addon
$ 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:
$ 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
The text was updated successfully, but these errors were encountered:
adrianovieira
changed the title
ERROR creating registry-creds-dpr secret
ERROR creating registry-creds-dpr secret minikube addon
Nov 19, 2019
I'm trying to setuo our private registry to work on minikube.
After minikube is started I to configure registry-creds addon
$ minikube addons configure registry-creds
niether:
$ minikube addons configure registry-creds
The text was updated successfully, but these errors were encountered: