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

start: Remove create/delete retry loop #6129

Merged
merged 1 commit into from
Dec 20, 2019

Conversation

tstromberg
Copy link
Contributor

@tstromberg tstromberg commented Dec 20, 2019

It caused more problems than it solved. It rarely helped, and users did not like that it automatically deleted the VM over transient issues.

Fixes #5941

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 20, 2019
@tstromberg
Copy link
Contributor Author

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Dec 20, 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 Dec 20, 2019
@tstromberg tstromberg changed the title Disable StartHost retry. It caused more problems than it solved Disable StartHost retry Dec 20, 2019
@tstromberg tstromberg changed the title Disable StartHost retry Only try to start the host once: don't delete it and try again Dec 20, 2019
@tstromberg tstromberg changed the title Only try to start the host once: don't delete it and try again start: Remove create/delete retry loop Dec 20, 2019
@tstromberg tstromberg merged commit d24c802 into kubernetes:master Dec 20, 2019
@codecov-io
Copy link

Codecov Report

Merging #6129 into master will increase coverage by 0.03%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6129      +/-   ##
==========================================
+ Coverage   36.73%   36.76%   +0.03%     
==========================================
  Files         113      113              
  Lines        8361     8354       -7     
==========================================
  Hits         3071     3071              
+ Misses       4887     4880       -7     
  Partials      403      403
Impacted Files Coverage Δ
cmd/minikube/cmd/start.go 22.93% <0%> (+0.23%) ⬆️

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. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. 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.

hyperv: bad retry behavior: config.json: The system cannot find the file specified
4 participants