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

Download ISO image before Docker images, as it's required first #4141

Merged
merged 2 commits into from
Apr 23, 2019

Conversation

tstromberg
Copy link
Contributor

@tstromberg tstromberg commented Apr 23, 2019

In minikube v1.0.0, we download Docker images before the ISO image.

It turns out that this isn't a very good use of our time, as the ISO image is required to start the VM.

This PR changes the behavior so that startup blocks until the ISO is downloaded, so that we can download Docker images while we wait for the VM to boot up.

This resolves #4035 and helps address an issue raised in #4039

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 23, 2019
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tstromberg

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 23, 2019
@tstromberg tstromberg merged commit 1924610 into kubernetes:master Apr 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hung downloading ISO (network contention with image pull)
3 participants