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

Support minikube 1.13.0 and later with --vm-driver=none #4887

Merged

Conversation

briandealwis
Copy link
Member

Fixes: #4868

Description
Minikube 1.13.0 changed its exit codes, such that minikube docker-env for a profie with vm-driver=none now exits with 51 (ExDriverConflict), and not 64 (BadUsage) like before. Exit code 51 was unused prior to minikube 1.13.0, so we can just check minikube's exit code for both values.

@briandealwis briandealwis requested a review from a team as a code owner October 9, 2020 03:24
@google-cla google-cla bot added the cla: yes label Oct 9, 2020
@codecov
Copy link

codecov bot commented Oct 9, 2020

Codecov Report

Merging #4887 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #4887   +/-   ##
=======================================
  Coverage   71.86%   71.86%           
=======================================
  Files         356      356           
  Lines       12220    12220           
=======================================
  Hits         8782     8782           
  Misses       2786     2786           
  Partials      652      652           
Impacted Files Coverage Δ
pkg/skaffold/docker/client.go 81.70% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d7e1821...4b68d1c. Read the comment docs.

@gsquared94 gsquared94 merged commit c6260e8 into GoogleContainerTools:master Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vm-driver-none fallback detection
2 participants