Commit Graph

5562 Commits (79424baac934cd483ab556af5e0d41f4fedfe830)

Author SHA1 Message Date
Sharif Elgamal d6bd65f454
Merge pull request #5262 from sharifelgamal/windows-pathing
fix windows pathing in Makefile
2019-09-04 12:12:17 -07:00
Sharif Elgamal 57e0d00224
fix windows pathing in Makefile 2019-09-04 11:38:46 -07:00
Thomas Stromberg fe6527f8d5 Only call gsutil for non-alpha/beta releases, remove invalid GOPATH 2019-09-04 11:37:04 -07:00
Thomas Stromberg 964f11b85e Inline release notes into GitHub release page 2019-09-04 11:25:11 -07:00
Ian Lewis 1598a28dd5 Update gVisor tests to actually start a cluster. 2019-09-04 09:12:42 +00:00
Thomas Strömberg c74a59e6d6
Merge pull request #5228 from n0npax/improve-proxy-test-coverage
Improve test coverage for proxy package
2019-09-03 22:17:22 -07:00
Thomas Strömberg ec27e3a464
Merge pull request #5119 from blueelvis/3372-uninstallation-document
Added uninstallation procedures for minikube
2019-09-03 21:45:21 -07:00
Ian Lewis d8c380da85
Merge branch 'master' into gvisor-containerd-shim_v0.0.2 2019-09-03 22:20:12 -04:00
Sharif Elgamal a067ac510a
Merge pull request #5253 from sharifelgamal/windows-make
Get make builds working on Windows
2019-09-03 19:17:53 -07:00
Sharif Elgamal a440d28777 Get make builds working on Windows 2019-09-03 16:45:58 -07:00
Thomas Strömberg 9cf158d2a1
Merge pull request #5250 from tstromberg/v1.16.beta-default
Upgrade default Kubernetes version to v1.16.0-beta1
2019-09-03 16:17:03 -07:00
Thomas Strömberg 2635734849
Merge pull request #5249 from tstromberg/mologs
More logs: exited containers, controller manager, double line count
2019-09-03 16:16:38 -07:00
Sharif Elgamal 5c8afbb012
Merge pull request #5241 from Zyqsempai/5114-warning-to-stderr-on-minikube-start
Moved warning to minikube start command and print it to stderr
2019-09-03 12:28:54 -07:00
tstromberg cbf443c467 Upgrade default to v1.16.0-beta1 for more test coverage 2019-09-03 10:41:35 -07:00
tstromberg c32cb098b0 More logs: exited containers, controller manager, double line count 2019-09-03 10:34:44 -07:00
Deepika Pandhi 2648a892da
fixed as part of #5244
Changed minikube config list to minikube config #5244
2019-09-03 10:11:39 -07:00
Thomas Strömberg 3c0dc9d878
Merge pull request #5247 from xmnlab/fix-thrift-ref
Fix thrift ref
2019-09-03 10:08:24 -07:00
Deepika Pandhi 8447df45b5
changed - minikube config from minikube config list
changed to minikube config from minikube config list
2019-09-03 09:55:20 -07:00
Ivan Ogasawara c8f753c49d Fix thrift ref 2019-09-03 12:16:23 -04:00
Max K 4831b48b8f Fixed formatting issue 2019-09-02 13:17:59 -07:00
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