-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Switch --vm-driver paramter to --driver #6888
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sharifelgamal 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 |
/ok-to-test |
All Times minikube: [ 87.741876 89.119282 90.187295] Average Minikube (PR 6888): 89.687249 Averages Time Per Log
|
All Times minikube: [ 90.880241 93.644633 88.886440] Average minikube: 91.137104 Averages Time Per Log
|
Codecov Report
@@ Coverage Diff @@
## master #6888 +/- ##
==========================================
- Coverage 38.24% 38.23% -0.02%
==========================================
Files 142 142
Lines 8753 8770 +17
==========================================
+ Hits 3348 3353 +5
- Misses 4984 4996 +12
Partials 421 421
|
All Times minikube: [ 90.004690 90.031304 91.506289] Average minikube: 90.514094 Averages Time Per Log
|
/ok-to-test |
All Times minikube: [ 92.412958 90.028679 93.589648] Average minikube: 92.010428 Averages Time Per Log
|
$ minikube start --help ... --vm-driver='': DEPRECATED, use `driver` instead. ... 'vm-driver' option is deprecated at minikube v1.8.0, we should really start using 'driver' Related: kubernetes/minikube#6888 Signed-off-by: Prasanna Kumar Kalever <[email protected]>
$ minikube start --help ... --vm-driver='': DEPRECATED, use `driver` instead. ... 'vm-driver' option is deprecated at minikube v1.8.0, we should really start using 'driver' Related: kubernetes/minikube#6888 Signed-off-by: Prasanna Kumar Kalever <[email protected]>
$ minikube start --help ... --vm-driver='': DEPRECATED, use `driver` instead. ... 'vm-driver' option is deprecated at minikube v1.8.0, we should really start using 'driver' Related: kubernetes/minikube#6888 Signed-off-by: Prasanna Kumar Kalever <[email protected]>
Fixes #6620
Anywhere where
--vm-driver
was accepted (minikube start
andminikube config
most notably), now--driver
will be accepted.--vm-driver
is still supported but deprecated and will be removed sometime in the future.