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
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.
The text was updated successfully, but these errors were encountered:
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):Anything else do we need to know:
Seems to have been broken since the since the switch from
github.com/containers/image
togithub.com/google/go-containerregistry
(in 4b060b2) - reverting that makes it work again.The text was updated successfully, but these errors were encountered: