Commit Graph

954 Commits (3aece1262af03c438dca3b3ed15fbd2bf0b766c1)

Author SHA1 Message Date
Thomas Strömberg 8e138a7eea
Merge pull request #5441 from hwdef/fix-typo
Fix a variety of spelling mistakes and typos
2019-09-24 06:42:36 -07:00
Thomas Strömberg b75d4abc16
Merge pull request #5363 from woodcockjosh/add-helm-addon
Add helm-tiller addon
2019-09-24 06:37:29 -07:00
hwdef bfc26bbdf0 fix spelling mistake 2019-09-24 11:18:53 +08:00
Josh Woodcock dba30af5e6 Rename helm addon to helm-tiller 2019-09-23 13:15:38 -05:00
Thomas Strömberg 213f93d6b6
Merge pull request #4980 from blueelvis/4459-delete-even-if-vm-doesnt-exist
Fix crash when deleting the cluster but it doesn't exist
2019-09-23 11:05:38 -07:00
Pranav Jituri b14d83feaa
Fixed build error
Gofmt
2019-09-22 01:58:48 +05:30
Thomas Strömberg 35f45d1930
Merge pull request #5356 from n0npax/improve-storageclass-test-coverage
Improve storageclass test coverage
2019-09-20 15:29:00 -07:00
Marcin Niemira 6008ee6c88
Merge branch 'master' of https://github.com/kubernetes/minikube into improve-storageclass-test-coverage 2019-09-20 22:19:42 +10:00
Marcin Niemira c2b81476ed
update cmd due to interface change 2019-09-20 22:19:18 +10:00
serhatcetinkaya f2d028c239 resolve circular import problem 2019-09-19 23:34:28 +03:00
serhatcetinkaya f539ce991e resolve conflicts in start.go by accepting current changes 2019-09-19 23:34:21 +03:00
serhatcetinkaya 20a439de02 replaced constants.GetMinipath() with localpath.MiniPath() 2019-09-19 23:28:20 +03:00
Thomas Strömberg 91f2a0ae7d
Merge pull request #5407 from tstromberg/delete-retry
Delete host before retrying creation
2019-09-19 10:21:37 -07:00
Thomas Strömberg 67be861579
Merge pull request #5401 from tstromberg/not-found3
Remove duplicate handling of driver conflict, handle driver not-found…
2019-09-19 09:53:49 -07:00
Thomas Strömberg e19592282b
Merge pull request #5403 from tstromberg/dashboard-v1.16.0
Upgrade dashboard to 2.0.0b4
2019-09-19 09:53:43 -07:00
Thomas Stromberg 9c3b9eb076 Reword retry message 2019-09-19 07:00:07 -07:00
Thomas Stromberg e68ef68fc4 Delete host before retrying creation 2019-09-19 06:56:19 -07:00
Thomas Stromberg 4c5bc881f7 Address start lint error 2019-09-18 17:39:57 -07:00
Thomas Stromberg 6bd89789c0 Upgrade dashboard to 2.0.0b4 2019-09-18 17:23:42 -07:00
Thomas Stromberg eca5c996a4 Remove duplicate handling of driver conflict, handle driver not-found case 2019-09-18 15:29:27 -07:00
Thomas Stromberg 197039c23d Fix tests 2019-09-18 13:46:10 -07:00
Thomas Stromberg 846dd306f3 Merge branch 'master' into interactive 2019-09-18 13:39:59 -07:00
Thomas Stromberg c0874e2a7e Add --interactive flag support 2019-09-18 13:18:15 -07:00
Thomas Stromberg dd4005fe3a Retry Start only 3 times: 5 is excessive 2019-09-18 06:54:25 -07:00
Thomas Strömberg 97ebe91c68
Merge pull request #5383 from tstromberg/root-err
Provide actionable feedback when running an incompatible driver with root
2019-09-18 06:09:21 -07:00
Josh Woodcock d81e8e943b Add helm addon 2019-09-18 06:55:54 -05:00
chentanjun 576fe6d615 fix-up typo 2019-09-18 14:52:10 +08:00
tstromberg a2a48a22fb Improve root error 2019-09-17 17:22:08 -07:00
tstromberg ca2a2b1ad9 Merge 2019-09-17 17:10:48 -07:00
tstromberg 39253bb573 Provide actionable feedback for root error 2019-09-17 17:08:09 -07:00
Thomas Strömberg 978d05b11e
Merge pull request #5382 from tstromberg/too-much-logs
Redirect machine driver logs to glog, reduce log spam elsewhere
2019-09-17 10:47:11 -07:00
Thomas Stromberg c9bf5a162a Redirect machine driver logs to glog 2019-09-17 09:54:48 -07:00
Thomas Strömberg f97b2c5462
Merge branch 'master' into driver-dl 2019-09-16 19:15:41 -07:00
Thomas Stromberg c4a4f53b45 Download version appropriate driver, add sha256 checksum check 2019-09-16 15:38:58 -07:00
Thomas Stromberg 8fb4ed5a5a Re-use last driver by default, clarify driver conflict message, move it to occur before driver download 2019-09-16 15:04:17 -07:00
josedonizetti 6da3f24416 Fix golint 2019-09-15 19:26:15 -03:00
josedonizetti 6b74e5fc2f Fix typos 2019-09-15 19:23:10 -03:00
Pranav Jituri bb2d0a05d9
Fix merge conflict 2019-09-15 19:27:38 +05:30
Jose Donizetti fb43666d7d Add installOrUpdate hyperkit support 2019-09-14 00:37:08 -03:00
Thomas Stromberg b6d878c417 Move update notification out of PersistentPreRun, improve update UI 2019-09-13 09:53:04 -07:00
Thomas Stromberg e3d23d89f1 kube-proxy/WaitCluster fix: don't bootstrap from a stale context 2019-09-12 09:43:34 -07:00
Thomas Stromberg 2362025efd Merge branch 'master' into norunner2 2019-09-11 20:28:17 -07:00
Thomas Stromberg f7b8525aeb Add error if a non-default profile name is used with the none driver 2019-09-11 16:07:10 -07:00
Thomas Stromberg 7a5042793b Merge branch 'master' into norunner2 2019-09-11 11:54:24 -07:00
Thomas Stromberg 79424baac9 start: extend core service timeout to decrease flakes 2019-09-11 09:56:23 -07:00
Thomas Stromberg 41a312c24a dashboard: extend startup timeout to decrease flakes 2019-09-11 09:56:05 -07:00
Thomas Stromberg 46550dbf0d config: improve usage error messages 2019-09-11 09:55:46 -07:00
josedonizetti e5cc21cb02 Remove old test 2019-09-11 11:44:27 -03:00
josedonizetti 0cf4921c14 Add drivers.InstallOrUpdate acceptance tests 2019-09-11 11:34:29 -03:00
josedonizetti 30e75c3c39 Download kvm2 driver 2019-09-11 11:34:29 -03:00