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

Add start option, to download only #3736

Closed
afbjorklund opened this issue Feb 22, 2019 · 0 comments
Closed

Add start option, to download only #3736

afbjorklund opened this issue Feb 22, 2019 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence.

Comments

@afbjorklund
Copy link
Collaborator

Make it possible to download files ahead-of-time, without actually install and loading them.

$ .minikube start --cache-images --download-only
😄  minikube v0.34.1 on linux (amd64)
🤹  Caching images in the background ...
💿  Downloading Minikube ISO ...
 184.30 MB / 184.30 MB [============================================] 100.00% 0s
💾  Downloading kubeadm v1.13.3
💾  Downloading kubelet v1.13.3
⌛  Waiting for image caching to complete ...
✔️  Download complete and in download only mode

This will save the files for later in the local minikube cache, before actually starting the host.

@afbjorklund afbjorklund added the kind/feature Categorizes issue or PR as related to a new feature. label Feb 22, 2019
@tstromberg tstromberg added the priority/backlog Higher priority than priority/awaiting-more-evidence. label Mar 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature. priority/backlog Higher priority than priority/awaiting-more-evidence.
Projects
None yet
Development

No branches or pull requests

2 participants