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 caching images #3042

Closed
afbjorklund opened this issue Aug 3, 2018 · 1 comment
Closed

Error caching images #3042

afbjorklund opened this issue Aug 3, 2018 · 1 comment

Comments

@afbjorklund
Copy link
Collaborator

Is this a BUG REPORT or FEATURE REQUEST? (choose one):

BUG REPORT

Please provide the following details:

Environment:

minikube version: v0.28.2
OS: Ubuntu 16.04.5 LTS
VM driver: virtualbox
ISO version: minikube-v0.28.1.iso

What happened:

Error caching images

What you expected to happen:

Success caching images

How to reproduce it (as minimally and precisely as possible):

minikube start --cache-images

Output of minikube logs (if applicable):

start.go:251] Error caching images:  Caching images for kubeadm: caching images: caching image /home/anders/.minikube/cache/images/k8s.gcr.io/kube-addon-manager_v8.6: fetching remote image: Get https://k8s.gcr.io/v2/token?scope=repository%3Akube-addon-manager%3Apull&service=k8s.gcr.io: exit status 1

Anything else do we need to know:

Seems to have been broken since the since the switch from github.com/containers/image to github.com/google/go-containerregistry (in 4b060b2) - reverting that makes it work again.

@afbjorklund
Copy link
Collaborator Author

Seems to have done the trick, thanks!

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