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 |
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 |
Sharif Elgamal
|
0357c89ee5
|
add issue to todo comment
|
2020-04-01 17:35:41 -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 |
Sharif Elgamal
|
4df145518a
|
Merge branch 'master' of github.com:kubernetes/minikube into delete-on-failure
|
2020-04-01 15:24:38 -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
|
5306702515
|
Merge pull request #7363 from tstromberg/stop-harder
Extend maximum stop retry from 30s to 120s
|
2020-04-01 14:43:14 -07:00 |
Thomas Strömberg
|
428e6bd285
|
Merge pull request #7325 from afbjorklund/version-options
Implement options for the minikube version command
|
2020-04-01 14:41:00 -07:00 |
Thomas Strömberg
|
64bd8dee8b
|
Merge pull request #7299 from afbjorklund/dashboard-kubectl
Run dashboard with internal kubectl if not in path
|
2020-04-01 14:40:23 -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
|
b71126356f
|
Extend maximum stop retry from 30s to 120s
|
2020-04-01 14:24:53 -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 |
Medya Ghazizadeh
|
a24ae23024
|
Merge pull request #7356 from afbjorklund/kubectl-version
Use kubectl version --short if --output=json fails
|
2020-04-01 14:17:52 -07:00 |
Medya Ghazizadeh
|
5f9e516dcc
|
Merge pull request #7361 from tstromberg/translation-update
Run 'make extract' to update translation samples
|
2020-04-01 14:14:49 -07:00 |
Thomas Stromberg
|
edd3cf5bc4
|
Run 'make extract' to update translation samples
|
2020-04-01 14:05:24 -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 |
Anders F Björklund
|
227fec14ae
|
Use kubectl version --short if --output=json fails
Really old kubernetes clients did not have the --output parameter
Show a friendly reminder to upgrade, instead of an error message.
|
2020-04-01 17:19:14 +02:00 |
Thomas Strömberg
|
28ec78a5cb
|
lint - add newline after stdlib imports
|
2020-04-01 05:54:23 -07:00 |
Thomas Strömberg
|
f5d428e555
|
Merge pull request #7341 from jlaswell/minikube-env-var-doc-additions
additional documentation context for MINIKUBE env vars vs Kubernetes tools
|
2020-04-01 05:50:16 -07:00 |
Thomas Strömberg
|
c6c96934fc
|
Merge pull request #7355 from remraz/master
Contributing to the documentation : suggest using latest go version
|
2020-04-01 05:46:16 -07:00 |
re;i
|
1d28fae2b1
|
use latest go version
|
2020-04-01 12:28:14 +00: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 |
John Laswell
|
85e7df860a
|
add documentation context for MINIKUBE env vars
|
2020-03-31 13:45:37 -04: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 |
Sharif Elgamal
|
13a6bcbf83
|
Merge pull request #7326 from sharifelgamal/pretty
clean up minikube start output
|
2020-03-31 10:01:04 -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 |
Medya Ghazizadeh
|
77ec80f966
|
Merge pull request #7330 from anencore94/test
Update Korean translation
|
2020-03-31 03:50:35 -07:00 |
Medya Ghazizadeh
|
9fadd2060e
|
Merge pull request #7328 from priyawadhwa/update-ebpf
Update ebpf tools doc
|
2020-03-31 03:49:40 -07:00 |
anencore94
|
1504265020
|
Update Korean translation
Signed-off-by: anencore94 <anencore94@kaist.ac.kr>
|
2020-03-31 17:15:21 +09:00 |
Thomas Strömberg
|
3112a35600
|
Merge pull request #7281 from remraz/master
new FAQ section
|
2020-03-30 21:14:57 -07:00 |
Thomas Strömberg
|
ea5e399b48
|
Merge pull request #7324 from tstromberg/update-hugo
docs: Update hugo version used by netlify
|
2020-03-30 19:39:41 -07:00 |
Thomas Stromberg
|
3c727c4bbb
|
Bring back shouldDelayActive
|
2020-03-30 19:37:37 -07:00 |
Thomas Stromberg
|
f956f6a69a
|
Cleaner diff
|
2020-03-30 19:36:12 -07:00 |
Thomas Stromberg
|
9d64dfdfe0
|
Make site mostly compatible with hugo v0.69.0 through criminal hacks
|
2020-03-30 19:31:17 -07:00 |
Priya Wadhwa
|
4b49fb9a81
|
Update ebpf tools doc
|
2020-03-30 17:56:55 -07: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 |
Anders F Björklund
|
a1cc3188bb
|
Implement options for the minikube version command
Add --short and --output options, just like kubectl
|
2020-03-30 22:19:39 +02:00 |
Thomas Stromberg
|
d1769f6c31
|
docs: Update hugo version used by netlify
|
2020-03-30 11:57:21 -07:00 |
Anders F Björklund
|
5f9515040d
|
Run dashboard with internal kubectl if not in path
If "kubectl" is not in the PATH, then use the same cached binary
as with the "minikube kubectl" command (version matching cluster).
|
2020-03-30 18:34:20 +02:00 |
Thomas Strömberg
|
0696e90acd
|
Fix HTML comments
|
2020-03-30 09:02:49 -07:00 |
Thomas Strömberg
|
cc731bb010
|
Add badges for downloads & most recent version
|
2020-03-29 14:16:01 -07:00 |