Commit Graph

1982 Commits (9c33e0b10f2c29ee995003c1695dbecf95db0086)

Author SHA1 Message Date
Thomas Strömberg 80f0262dfe
Merge pull request from tstromberg/v1.16.2
Update default Kubernetes version to v1.16.2
2019-10-25 12:45:11 -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 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
tstromberg f9b0c77de1 Include output in the error message 2019-10-24 13:16:59 -07:00
tstromberg 82cb5a1728 Fix extra comma 2019-10-24 10:57:07 -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
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 Stromberg 118783cced Remove dependency between minikube and kvm driver 2019-10-23 14:48:07 -07:00
Thomas Stromberg 4b63c0d973 Update hyperv driver for recent changes 2019-10-23 13:59:19 -07:00
Thomas Stromberg 86315878ae Merge branch 'master' into drv-select2 2019-10-23 10:59:51 -07:00
Thomas Stromberg 443ae74719 Make unit tests pass again 2019-10-23 09:34:32 -07:00
Javis Zhou 68533aeccb
Fix golint failures 2019-10-23 21:15:04 +08:00
Thomas Stromberg 680b542823 Rename package files appropriately 2019-10-22 20:45:41 -07:00
Thomas Stromberg 1fc11f56f1 Add logic for picking the default driver on a host 2019-10-22 20:38:30 -07:00
tstromberg 7581cf3e0c Address merge conflicts 2019-10-21 11:12:06 -07:00
Thomas Strömberg cd9a6526d3
Merge pull request from blueelvis/5358-purge-flag-for-delete
Added flags to purge configuration with minikube delete
2019-10-21 10:26:36 -07:00
Thomas Strömberg c8833827c1
Merge pull request from nanikjava/f-fix-4883
Add validation checking for minikube profile
2019-10-21 10:17:26 -07:00
Thomas Strömberg 523db2099c
Merge pull request from sharifelgamal/auto-download-off
add ability to override autoupdating drivers
2019-10-21 10:16:49 -07:00
tstromberg 35f7c9f38a Merge branch 'master' into drv-reorg 2019-10-21 09:50:08 -07:00
tstromberg 27a23c5755 Add missing driver import 2019-10-21 09:49:09 -07:00
Thomas Strömberg a9ca2a35cf
Merge pull request from govargo/fix-test-cache-binary-kubeadm
fix test case TestCacheBinary/ok_kubeadm to download linux kubeadm binary
2019-10-21 09:45:04 -07:00
Thomas Strömberg 967ce4867d
Merge pull request from afbjorklund/lint-again
Pick some lint from the recent master commits
2019-10-21 09:44:14 -07:00
Thomas Strömberg dbe977d879
Merge pull request from cueo/sonar-code-smell
Reduce code smell reported by SonarCloud
2019-10-21 09:42:25 -07:00
Anders F Björklund a41ac45fcc Add missing dash before the image arch
This character (-) was removed by mistake, in 5fa6714

It is supposed to be "" for amd64, "-arm64" for arm64.
2019-10-20 16:07:06 +02:00
cueo 6533d9f2e8 Rename methods to match the convention 2019-10-20 19:11:31 +05:30
Pranav Jituri b3ccd9ae46
Refactored Delete and fixed linting issues 2019-10-20 13:13:35 +05:30
Pranav Jituri 88fd869a81
Merge branch 'master' into 5358-purge-flag-for-delete
# Conflicts:
#	cmd/minikube/cmd/delete.go
#	pkg/minikube/cluster/cluster.go
2019-10-20 12:14:44 +05:30
Pranav Jituri 2ba9cb4c1a
refactoring for delete 2019-10-20 02:19:18 +05:30
Anders F Björklund 96c39bf050 Pick some lint from the recent master commits 2019-10-19 09:37:20 +02:00
Kenta Iso 73035dcec0 fix test case ok kubeadm to download linux kubeadm binary 2019-10-19 16:09:06 +09:00
Thomas Strömberg 56a23cab4a
Merge pull request from tstromberg/delete-anyways
Ensure that delete succeeds even if cluster is unavailable
2019-10-18 16:06:12 -07:00
tstromberg 69e77d86d3 Fix logging strings 2019-10-18 15:50:04 -07:00
tstromberg 13cba07ec8 Fix broken cluster_test 2019-10-18 15:48:26 -07:00
tstromberg 440d0e85e6 Add driver registration back 2019-10-18 15:32:46 -07:00
tstromberg 7cb0cfdf79 Pass lint checks 2019-10-18 13:53:57 -07:00
tstromberg 15daa48ed7 Merge branch 'master' into drv-reorg 2019-10-18 13:01:10 -07:00
Thomas Stromberg 6d7d589a52 Consolidate driver-interaction code into pkg/minikube/driver 2019-10-18 13:00:07 -07:00
Thomas Strömberg 9db86d91fa
Merge pull request from tstromberg/sshcheck
Add networking validation to validateNetwork
2019-10-18 07:24:09 -07:00
Thomas Stromberg 2180c1405b Ensure that delete succeeds even if cluster is unavailable 2019-10-17 16:23:21 -07:00
Sharif Elgamal dc94405a34 Merge branch 'master' of github.com:kubernetes/minikube into auto-download-off 2019-10-17 15:32:09 -07:00
Thomas Strömberg 3f866515e9
Merge pull request from nanikjava/f-fix-5271
Make error message more human readable
2019-10-17 15:22:26 -07:00
Thomas Strömberg ce2b0a3b9a
Merge pull request from xichengliudui/redundantCode
remove the redundant code in util.go
2019-10-17 15:16:40 -07:00
Thomas Strömberg 0cb5cafb59
Merge pull request from tstromberg/hyperkit-rnd
Speed up RNG initialization on new systemd
2019-10-17 14:54:12 -07:00