Thomas Strömberg
f3392f4034
Merge pull request #7386 from tstromberg/none-advice
...
"Point 'none' users toward the more user-friendly 'docker' driver
2020-04-02 12:32:07 -07:00
Thomas Strömberg
e937a60ab0
Merge pull request #7379 from tstromberg/driver-msg
...
Add rejection reason to 'unable to find driver' error
2020-04-02 12:25:15 -07:00
Thomas Stromberg
a3d729db6b
Point 'none' users toward the more user-friendly 'docker' driver
2020-04-02 11:44:44 -07:00
Thomas Strömberg
bf0bb60b59
Merge pull request #7364 from medyagh/disk_pressure
...
add missing kubelet eviction for v1beta2
2020-04-02 06:48:34 -07:00
Thomas Stromberg
8f3ef2d69e
Update tests
2020-04-02 06:28:21 -07:00
Thomas Stromberg
e09a1221bb
Add rejection reason to 'unable to find driver' error
2020-04-02 06:20:35 -07:00
Medya Gh
9b2176298c
get rid of evicition soft
2020-04-01 18:21:20 -07:00
Sharif Elgamal
5806bb01f2
Merge pull request #7345 from sharifelgamal/delete-on-failure
...
add delete-on-failure flag
2020-04-01 17:53:46 -07:00
Medya Gh
071b2c11a4
disable disk resource management by default
2020-04-01 17:44:19 -07:00
Medya Ghazizadeh
e66cc3c68b
Merge pull request #7362 from tstromberg/cache-add-race
...
Make live cache pushes non-fatal in case of stop/delete race
2020-04-01 17:07:36 -07:00
Medya Gh
72cc9cb7c1
fix v1.19 unit test
2020-04-01 16:36:08 -07:00
Medya Gh
8bcda5c7ee
fix v1.18 unit test
2020-04-01 16:33:27 -07:00
Medya Gh
2af012fbe3
fix v1.17 unit test
2020-04-01 16:31:12 -07:00
Medya Gh
84d469ab84
fix unit test _v1.16
2020-04-01 16:26:38 -07:00
Medya Gh
d4853b0d9d
fix v1.15 unit tests
2020-04-01 16:24:37 -07:00
Medya Gh
5505ad8858
fix v.1.14 unit tst
2020-04-01 15:55:45 -07:00
Medya Gh
6af355c08e
fix unit test for v1.13
2020-04-01 15:53:56 -07:00
Medya Gh
8350674c40
fix v12 tests
2020-04-01 15:47:03 -07:00
Medya Gh
44e7338489
fix some unit tests
2020-04-01 15:28:44 -07:00
Sharif Elgamal
4df145518a
Merge branch 'master' of github.com:kubernetes/minikube into delete-on-failure
2020-04-01 15:24:38 -07:00
Medya Gh
0f3b1d5da0
lowercase
2020-04-01 14:53:18 -07:00
Medya Gh
2e19e9902a
remove duplicate paste
2020-04-01 14:52:07 -07:00
Medya Gh
7af6adfefd
adjust eviction hard and soft for both v1beta1 and v1beta2
2020-04-01 14:48:43 -07:00
Thomas Strömberg
2207974d87
Merge pull request #7294 from n0npax/improve-localpath-test-coverage
...
Improve localpath test coverage
2020-04-01 14:46:28 -07:00
Thomas Stromberg
478de7b4a9
Fix lint error
2020-04-01 14:44:57 -07:00
Thomas Strömberg
62adc6761d
Merge pull request #7279 from tstromberg/unable-err
...
Improve display of host startup errors
2020-04-01 14:29:52 -07:00
Thomas Stromberg
af8fdc650a
Make live cache pushes non-fatal in case of stop/delete race
2020-04-01 14:18:39 -07:00
Sharif Elgamal
d8151730f4
retry anytime node.Start fails, not just in minikube start
2020-04-01 11:00:39 -07:00
Thomas Strömberg
592bb2e9eb
Merge pull request #7310 from tstromberg/wrong-url
...
mustload: Replace DriverIP with Forwarded(IP|Port)
2020-04-01 08:29:12 -07:00
Sharif Elgamal
673922c8d3
code comments
2020-03-31 15:38:59 -07:00
Thomas Strömberg
8dbd08a7c9
Merge pull request #7340 from tstromberg/faster-lookup-fail
...
Make tryRegistry non-blocking, remove tryLookup, add timeout
2020-03-31 15:11:02 -07:00
Sharif Elgamal
fcb5c462f4
add delete-on-failure flag
2020-03-31 15:06:16 -07:00
Thomas Stromberg
f7f94982d8
Merge and address test breakage
2020-03-31 13:08:19 -07:00
Thomas Strömberg
4f891d515c
Merge pull request #7309 from linkvt/fix-embed-certs
...
Fix embed certs by updating kubeconfig after certs are populated
2020-03-31 12:55:32 -07:00
priyawadhwa
ca8b4ccddb
Merge pull request #7338 from dlorenc/rm
...
Remove unused code.
2020-03-31 10:45:01 -07:00
Thomas Stromberg
b23bddb242
Make tryRegistry non-blocking, remove tryLookup, add timeout
2020-03-31 10:44:32 -07:00
Dan Lorenc
d8db21478c
Remove unused code.
...
I was looking for an example of reflect and noticed that this code was unused.
2020-03-31 10:37:04 -05:00
Sharif Elgamal
2b68cb72d8
glorb
2020-03-30 15:36:11 -07:00
Sharif Elgamal
fd3e0f505a
clean up minikube start output
2020-03-30 15:31:17 -07:00
Thomas Stromberg
7f5f12c5f4
Get rid of DriverIP attr to prevent future misuse
2020-03-29 11:44:25 -07:00
Thomas Stromberg
063077c712
mustload: Check apiserver status using forwarded IP/port
2020-03-29 11:34:21 -07:00
Vincent Link
7debdacf5b
Write the kubeconfig after generating certs
...
The content of the kubeconfig is defined before certs are generated by
the bootstrapper. When certs are embedded via --embed-certs writing the
kubeconfig fails if the certificates are not generated so it must run
after the bootstrap process which generates them.
2020-03-29 20:29:06 +02:00
Marcin Niemira
417081aeb6
move defer outside of for loop
2020-03-29 15:08:30 +11:00
Anders F Björklund
73dd9914f6
Fix gofmt and golint on master, after merges
2020-03-28 12:25:32 +01:00
Marcin Niemira
546b26e695
implement CR suggestions
2020-03-28 20:16:48 +11:00
Medya Ghazizadeh
356e203ed4
Merge pull request #7270 from tstromberg/cerrt-err
...
Add more debugging for certificate issues
2020-03-27 22:16:48 -07:00
Medya Ghazizadeh
29e2f73842
Merge pull request #7275 from tstromberg/freebsd
...
Add files missing for FreeBSD compilation
2020-03-27 22:14:54 -07:00
Medya Ghazizadeh
da1d411e30
Merge pull request #6879 from prasadkatti/populate_target_port_in_svc_list
...
service list: populate target port
2020-03-27 22:12:18 -07:00
Marcin Niemira
93d6829905
typofix
2020-03-28 13:49:39 +11:00
Marcin Niemira
83504badbb
Merge branch 'master' of github.com:kubernetes/minikube into improve-localpath-test-coverage
2020-03-28 13:46:40 +11:00