Medya Ghazizadeh
87c36a2710
Fix typo in integration test readme
2019-10-25 14:55:54 -07:00
tstromberg
9632748e52
Use GVISOR_IMAGE_VERSION instead of latest
2019-10-25 14:51:16 -07:00
tstromberg
9dfa1bfe6c
Pull a specific version instead of latest, to avoid compatibility issues between addon and pushed images
2019-10-25 14:48:45 -07:00
tstromberg
6f93e3fa9c
Revert flag.Parse() addition
2019-10-25 14:48:15 -07:00
tstromberg
9b2ce99723
Use chroot instead of LD_LIBRARY_PATH for containerd restart
2019-10-25 14:03:01 -07:00
Thomas Strömberg
991d84e9f5
Merge pull request #5732 from tstromberg/config-avail
...
Hide innocuous viper ConfigFileNotFoundError
2019-10-25 12:45:20 -07:00
Thomas Strömberg
80f0262dfe
Merge pull request #5731 from tstromberg/v1.16.2
...
Update default Kubernetes version to v1.16.2
2019-10-25 12:45:11 -07:00
Thomas Strömberg
be1c2f6bfc
Merge pull request #5700 from tstromberg/drv-select2
...
Default to best-available local hypervisor rather than VirtualBox
2019-10-25 12:44:06 -07:00
tstromberg
e46502cfed
Add automatic selection message even when there is only one choice
2019-10-25 10:53:20 -07:00
tstromberg
416f132ebb
Pass --expected-default-driver to the test rather than minikube
...
Improve VBoxManage detection on Windows
Add missing install_test
2019-10-25 10:43:30 -07:00
tstromberg
a7a692d717
Hide viper ConfigFileNotFoundError
2019-10-25 10:37:33 -07:00
tstromberg
d83b4e6f6c
Update default Kubernetes version to v1.16.2
2019-10-25 10:21:12 -07:00
tstromberg
d3618fb94c
Merge branch 'drv-select2' of github.com:tstromberg/minikube into drv-select2
2019-10-25 09:58:07 -07:00
tstromberg
04acb598f5
Use virsh domcapabilites instead of virt-host-validate as it behaves more appropriately
2019-10-25 09:57:58 -07:00
Thomas Stromberg
c50a849349
Add more debug logs
2019-10-24 20:34:38 -07:00
Thomas Stromberg
c153919a56
Mark none driver as Linux only
2019-10-24 20:34:29 -07:00
Thomas Stromberg
33ef4e1103
Add comment explaining why EXPECTED_DEFAULT_DRIVER=hyperkit
2019-10-24 15:26:34 -07:00
Thomas Stromberg
fda1abaabb
Merge branch 'drv-select2' of github.com:tstromberg/minikube into drv-select2
2019-10-24 15:23:50 -07:00
Thomas Stromberg
c2fd3c6504
Move expected driver check to its own subtest
2019-10-24 15:23:39 -07:00
Thomas Strömberg
8f75f8a843
Merge pull request #5725 from tstromberg/badgerbadgerbadger2
...
CI: Use print preserve whitespace between interface names
2019-10-24 14:53:31 -07:00
tstromberg
586f3008d1
Merge
2019-10-24 13:23:57 -07:00
tstromberg
f9b0c77de1
Include output in the error message
2019-10-24 13:16:59 -07:00
Thomas Stromberg
32c3ccd486
Use print instead of printf to preserve whitespace
2019-10-24 13:01:52 -07:00
Thomas Strömberg
0cef1a26d8
Merge pull request #5721 from govargo/fix-goimports-lint
...
Fix lint error: File is not `goimports` -ed
2019-10-24 12:57:44 -07:00
tstromberg
82cb5a1728
Fix extra comma
2019-10-24 10:57:07 -07:00
tstromberg
d94fc65ff6
Merge branch 'master' into drv-select2
2019-10-24 10:55:44 -07:00
tstromberg
b0045275a9
Merge branch 'drv-select2' of github.com:tstromberg/minikube into drv-select2
2019-10-24 10:55:40 -07:00
Thomas Stromberg
8920a884c3
Minor improvements to the clarity of hypervisor errors
2019-10-24 07:45:40 -07:00
Kenta Iso
01f56844ed
Fix lint error: File is not `goimports` -ed
2019-10-24 21:32:41 +09:00
Thomas Stromberg
c925f65629
Warn about driver status, add more logging
2019-10-23 22:33:05 -07:00
tstromberg
bdd0f3831f
Merge branch 'drv-select2' of github.com:tstromberg/minikube into drv-select2
2019-10-23 22:15:27 -07:00
Thomas Stromberg
bdd937d360
Adjust -expected-default-driver invocation
2019-10-23 22:06:48 -07:00
Thomas Stromberg
dcdac36e98
Add integration tests
2019-10-23 21:45:23 -07:00
Thomas Stromberg
c4fc450ad4
Add unit tests for driver
2019-10-23 20:24:03 -07:00
Thomas Stromberg
90ac694356
Add tests for new registry methods, split package into two files
2019-10-23 18:13:37 -07:00
Thomas Strömberg
5ba4a7d66c
Merge pull request #5712 from tstromberg/ohlint
...
Upgrade to golangci-lint v1.21, add dogsled check
2019-10-23 17:44:51 -07:00
Thomas Stromberg
118783cced
Remove dependency between minikube and kvm driver
2019-10-23 14:48:07 -07:00
Thomas Stromberg
908fec467e
Upgrade to golangci-lint v1.21, add dogsled check
2019-10-23 14:37:47 -07:00
Medya Ghazizadeh
99a2eb48a5
Merge pull request #5711 from nanikjava/f-fix-boilerplate-cd-issue
...
fix make test broke by boilerplate
2019-10-23 14:37:38 -07:00
Sharif Elgamal
3a1c81505f
Merge pull request #5710 from medyagh/travis_go_ver
...
pin go version for boilerplate
2019-10-23 14:31:14 -07:00
Nanik T
83b52b1d08
Previous boilerplate fix break make test
...
The fix change to boilerplate directory but did not change back
to the original directory.
Use pushd and popd to store the directory within the context of
the boilerplate script
2019-10-24 08:29:15 +11:00
tstromberg
5d4bf0848f
Merge branch 'master' into drv-select2
2019-10-23 14:09:03 -07:00
Thomas Stromberg
4b63c0d973
Update hyperv driver for recent changes
2019-10-23 13:59:19 -07:00
Medya Gh
659d6c3cc7
pin go version for boilerplate
2019-10-23 13:50:30 -07:00
Thomas Strömberg
989dc02ec3
Merge pull request #5544 from duohedron/boilerplate
...
Get rid of python scripts in build process
2019-10-23 11:58:25 -07:00
Thomas Strömberg
98b3aefcac
Merge pull request #5520 from theVDude/config-cleaup
...
Remove duplicate setting field in config
2019-10-23 11:44:53 -07:00
Thomas Stromberg
86315878ae
Merge branch 'master' into drv-select2
2019-10-23 10:59:51 -07:00
Thomas Strömberg
74c384bfa8
Merge pull request #5646 from marekschwarz/DOCS_FOR_DELETE_ALL
...
Added docs for delete --all command
2019-10-23 10:46:33 -07:00
Medya Ghazizadeh
49d799d8be
Merge pull request #5705 from Jarvis-Zhou/fix-golint-failures
...
Fix comment for go lint
2019-10-23 10:28:21 -07:00
Thomas Stromberg
443ae74719
Make unit tests pass again
2019-10-23 09:34:32 -07:00