Commit Graph

5592 Commits (2e4f7a0345b6ad447bc0cf8c38565e3283bca050)

Author SHA1 Message Date
Max K 68f8dca51a Fixed counting of physical CPU cores
Gopsutil packae doesn't automatically return a count of CPU cores, have to use
the Counts function.
2019-09-02 13:04:27 -07:00
Max K ac49c96c9b Updated cpu check to handle none driver cpu check 2019-09-02 13:04:27 -07:00
Max K 5ec324e2d2 Added check to exit app and show error message if number of cpus
is less than the minimum required.
2019-09-02 13:04:27 -07:00
Deepika Pandhi 8067324dd6
Changed minikube config list to minikube config view
Changed minikube config list to minikube config view
2019-09-02 07:05:54 -07:00
bpopovschi 8b17253d22 Moved warning to minikube start command and print it to stderr 2019-09-02 11:39:38 +03:00
serhatcetinkaya 23cc018bbf start.go make err type usable for exit.withCodeT 2019-09-01 21:01:32 +03:00
serhatcetinkaya 14b1d84474 start.go rename exit.WithCode with exit.WithCodeT 2019-09-01 20:50:44 +03:00
serhatcetinkaya 0b829cc22d fix warnings 2019-09-01 20:46:44 +03:00
serhatcetinkaya 2230a52aa0 start: check force flag while comparing specified version 2019-09-01 20:30:07 +03:00
serhatcetinkaya 578e32559b Merge remote-tracking branch 'upstream/master' 2019-09-01 19:31:24 +03:00
Marcin Niemira 1a105f8995
additional refactor 2019-08-30 23:00:15 +10:00
Marcin Niemira 6aaa5d243f
refactor to use subtests 2019-08-30 22:18:41 +10:00
Marcin Niemira aa79d39625
improve test coverage for registry package 2019-08-30 22:11:02 +10:00
Thomas Strömberg b0204cd315
Merge pull request #5224 from tstromberg/filepath
Windows: Use path.Join for VM paths, fall-back to anon image downloads
2019-08-29 16:49:29 -07:00
Marcin Niemira fa9ddcd7f1
typofix in comment 2019-08-30 07:54:32 +10:00
Thomas Strömberg 9b69f5c61e
Merge pull request #5229 from AllenZMC/patch-6
cleanup: fix mis-spelling in kapi.go
2019-08-29 13:38:55 -07:00
Marcin Niemira f62fabce4c
Merge branch 'master' of https://github.com/kubernetes/minikube into improve-proxy-test-coverage 2019-08-30 00:23:12 +10:00
Marcin Niemira 6dac0467c7
improve function comment and move env var restoration to main test 2019-08-30 00:07:13 +10:00
Marcin Niemira 8a02235668
Improve subtests names 2019-08-30 00:02:23 +10:00
Marcin Niemira d4ac66eac5
fix variable name 2019-08-29 23:57:20 +10:00
AllenZMC a08e295d9f
cleanup: fix mis-spelling in kapi.go 2019-08-29 21:51:38 +08:00
Marcin Niemira ef912eaec3
Improve test coverage for proxy package 2019-08-29 23:27:16 +10:00
Thomas Strömberg 9177a4801a
Merge pull request #5220 from tstromberg/driverup2
Update driver install URL, adjust upgrade text
2019-08-28 16:01:31 -07:00
tstromberg cbbba12b6a Fix comparison 2019-08-28 14:56:48 -07:00
tstromberg 73d7526800 Add retrieveImage logging 2019-08-28 14:46:24 -07:00
tstromberg 79d7f8a737 Log caching errors 2019-08-28 14:17:03 -07:00
tstromberg 3b198d19d6 More logging to debug path issues 2019-08-28 13:47:26 -07:00
tstromberg 50f132be0a Remove path/filepath call 2019-08-28 13:16:12 -07:00
tstromberg b08de8e0f5 More filepath -> path 2019-08-28 13:13:52 -07:00
tstromberg f4db16ff6e Fix confusing log message which used the wrong filepath.Join 2019-08-28 13:03:59 -07:00
tstromberg 001c4fc7b0 Use path.Join instead of filepath.Join to avoid generating bad paths in Windows 2019-08-28 12:35:43 -07:00
Sharif Elgamal 627b4464b4
Merge pull request #4894 from medyagh/maintainers
Add @josedonizetti to OWNERS file as a reviewer
2019-08-28 10:29:53 -07:00
Thomas Strömberg fb50cf8621
Merge pull request #5218 from rajalokan/unwanted_var_wantreporterrorprompt
Removing undocumented MINIKUBE_WANTREPORTERRORPROMPT
2019-08-27 20:53:09 -07:00
Thomas Strömberg 095614000a
Merge pull request #5219 from tanjunchen/fix-up-md-word-mistake
fix-up md word mistake
2019-08-27 20:51:25 -07:00
Thomas Stromberg 2c533cf5f7 Update driver install URL, adjust upgrade text 2019-08-27 20:50:29 -07:00
Thomas Strömberg 539a6f6719
Merge pull request #5217 from tstromberg/kconfig
Makefile version bump to v1.4.0-beta.0
2019-08-27 20:45:40 -07:00
chentanjun a213c49228 fix-up md word mistake 2019-08-28 11:37:40 +08:00
Alok Kumar ee9c4a52db Removing undocumented MINIKUBE_WANTREPORTERRORPROMPT
Fixes #5037
2019-08-28 09:01:33 +05:30
Thomas Stromberg 7a158a3642 Version bump to v1.4.0-beta.0 2019-08-27 20:22:22 -07:00
Thomas Strömberg 2205bb85bf
Merge pull request #5212 from tstromberg/kconfig
Announce environmental overrides up front
2019-08-27 14:19:09 -07:00
Sharif Elgamal 291291338b
Merge pull request #5213 from sharifelgamal/gpu-docs
GPU documentation fixes
2019-08-27 10:53:11 -07:00
Sharif Elgamal 540d6944ba GPU documentation fixes 2019-08-27 10:37:13 -07:00
Sharif Elgamal 56ff3357f7
Merge pull request #5210 from olivierlemasle/fix5205
Fix doc typo
2019-08-27 10:15:05 -07:00
Thomas Stromberg de74ee1eb4 Announce environmental overrides up front 2019-08-27 09:42:16 -07:00
Thomas Strömberg b67b67d50f
Merge pull request #5208 from AllenZMC/patch-6
cleanup: fix mis-spelling in profile.go
2019-08-27 06:40:26 -07:00
Olivier Lemasle 5fdbfa3dfd Fix doc typo 2019-08-27 15:40:25 +02:00
Thomas Strömberg c1a74e3d53
Merge pull request #5202 from sharifelgamal/windows-cleanup
adding proper cleanup scripts for windows CI
2019-08-27 06:40:06 -07:00
AllenZMC e2e8d74205
cleanup: fix mis-spelling in profile.go 2019-08-27 20:50:06 +08:00
Sharif Elgamal 830be73615
adding proper cleanup scripts for windows CI 2019-08-26 17:41:10 -07:00
Thomas Strömberg d585196646
Merge pull request #5199 from sharifelgamal/help-text
Fix some help text grammar
2019-08-26 15:27:29 -07:00