Commit Graph

9281 Commits (b791cdcd08756e7bd856b819012c7addb81658ba)

Author SHA1 Message Date
Thomas Stromberg b791cdcd08 Make tests noise-free again by default 2020-04-09 22:12:36 -07:00
Thomas Strömberg 670d805990
Merge pull request #7554 from tstromberg/unable-cache
Add error to 'Unable to load cached images' message
2020-04-09 21:47:32 -07:00
Thomas Strömberg 1621508d92
Merge pull request #7551 from tstromberg/longer-docker-wait3
Double docker driver timeout, use version instead of info
2020-04-09 21:46:43 -07:00
Medya Ghazizadeh 817daa7dc2
Merge pull request #7564 from remraz/master
contrib docs: Mention Github's markdown editor
2020-04-09 17:41:52 -07:00
Thomas Stromberg 0b4e5e3655 Merge conflict 2020-04-09 17:34:30 -07:00
Thomas Strömberg bab824a830
Merge pull request #7559 from tstromberg/cert-err2
make CommandRunner.Copy/Remove consistent across runners
2020-04-09 17:31:37 -07:00
remraz 0f325f069d
Use Github's GUI for quick contributions
Refers to Github's repositories and integrated markdown editor that already exists in Kubernetes's general guidelines.
2020-04-10 02:24:59 +02:00
Medya Ghazizadeh c66e573c16
Merge pull request #7562 from medyagh/README_fix
fix broken screenshot link on the README
2020-04-09 17:08:49 -07:00
Medya Gh 897af043f9 fix broken screenshot link on the README 2020-04-09 17:08:02 -07:00
Medya Ghazizadeh c37fb2f9d5
Merge pull request #7546 from radeksm/bugfix/7543
Remove obsoleted docs/ directory
2020-04-09 17:04:11 -07:00
Medya Ghazizadeh a604a8270c
Merge pull request #7553 from govargo/fix-delete-nodename
Fix `minikube delete` output nodename missing with KIC driver
2020-04-09 17:02:57 -07:00
Thomas Stromberg bf784d8bf3 Refactor CommandRunner.Copy functions for consistency 2020-04-09 13:24:14 -07:00
Sharif Elgamal 527bbcd4e6
Merge pull request #7389 from sharifelgamal/driver-fallback
fallback to alternate drivers on failure
2020-04-09 12:59:01 -07:00
Sharif Elgamal 534b355640
Merge pull request #7502 from sharifelgamal/multinode-walkthru
add experimental multi-node walkthrough to docs
2020-04-09 12:24:53 -07:00
Sharif Elgamal 793a267780 code comments 2020-04-09 12:15:50 -07:00
Sharif Elgamal 20b86a4e46 Merge branch 'master' of github.com:kubernetes/minikube into multinode-walkthru 2020-04-09 12:14:33 -07:00
Sharif Elgamal 35f1a095ce
Merge pull request #7557 from sharifelgamal/fr-translations
updating some french translations for minikube start
2020-04-09 11:55:26 -07:00
Sharif Elgamal 9027bbcf69
Merge pull request #7556 from priyawadhwa/spelling
Fix spelling
2020-04-09 11:42:37 -07:00
Sharif Elgamal 35ef02b4fb updating some french translations for minikube start 2020-04-09 11:39:39 -07:00
Sharif Elgamal 322b5d52f6 fix build errors for realsies this time 2020-04-09 11:05:31 -07:00
Sharif Elgamal 98532748df fix build failure 2020-04-09 11:02:08 -07:00
Sharif Elgamal e4b4a5ac8d Merge branch 'master' of github.com:kubernetes/minikube into driver-fallback 2020-04-09 10:53:47 -07:00
Thomas Strömberg 10f2f0ac1f
Merge pull request #7525 from tstromberg/parr-boot
start: Parallelize mount, cache push, and addon enablement
2020-04-09 10:51:33 -07:00
Priya Wadhwa 3a12fbd1f5 Fix spelling 2020-04-09 10:50:20 -07:00
Sharif Elgamal 198247d9f1 make alternate driver text more clear 2020-04-09 10:32:25 -07:00
Thomas Stromberg fca0b50f9a Add error to 'Unable to load cached images' message 2020-04-09 10:25:41 -07:00
Sharif Elgamal d2dbf539ab fix node name regression 2020-04-09 09:32:05 -07:00
Thomas Strömberg aee3c1d4b8
Merge branch 'master' into driver-fallback 2020-04-09 08:24:06 -07:00
Kenta Iso 903fe744b1 Add output deleteingHost using KIC driver 2020-04-10 00:15:20 +09:00
Thomas Strömberg 7fd834e62b
Merge pull request #7523 from tstromberg/int-logs
integration tests: post-mortem disk usage and pod describe
2020-04-09 06:11:23 -07:00
Radoslaw Smigielski bb6e25f8d9 Remove unused docs/ directory
docs/ directory became obsoleted since massive reorganization
made in commit 7559952
2020-04-09 14:01:42 +01:00
Thomas Stromberg 069d919b93 Double docker driver timeout, use version instead of info 2020-04-09 05:53:23 -07:00
Thomas Stromberg 8733f07e44 Higher vis 2020-04-09 05:21:05 -07:00
Thomas Stromberg 4d24e651a4 Remove field selector 2020-04-09 05:17:28 -07:00
Thomas Strömberg bef505a117
Merge pull request #7500 from nestoralonso/patch-1
Update error message for the user UI in start.go
2020-04-09 05:10:19 -07:00
Thomas Strömberg 83391c05a8
Merge pull request #7483 from gorbondiga/fix-community-links
Fix broken community links
2020-04-09 05:09:22 -07:00
Thomas Strömberg 6d05265a2e
Merge pull request #7539 from tstromberg/openrc
none: Add support for OpenRC init (Google CloudShell)
2020-04-09 04:55:57 -07:00
Thomas Strömberg a37ec2ecd7
Merge pull request #7189 from Hellcatlk/UnitTest
add unit test for pkg/drivers/hyperkit/iso.go
2020-04-09 04:22:58 -07:00
Thomas Strömberg 92d9bb420e
Merge pull request #6580 from alonyb/add-windows-ci-workflow
Add docker on windows integration tests on github actions
2020-04-09 04:11:57 -07:00
Thomas Strömberg 3adff714c2
Merge pull request #7550 from govargo/fix-translate-doc
Doc fix: use LC_ALL which has priority for system locale instead of LANG
2020-04-09 04:07:53 -07:00
Kenta Iso af87f3ddcb Doc fix: use LC_ALL which has priority for system locale instead of LANG 2020-04-09 19:26:18 +09:00
Medya Ghazizadeh f122483b1d
Merge pull request #7490 from priyawadhwa/smarter-extract
Extract preloaded tarball as soon as minikube volume is created (2.5s speedup)
2020-04-09 00:38:34 -07:00
Medya Ghazizadeh ba623dd0f6
Merge pull request #7498 from medyagh/no_docker_msg
improve driver failure message with link to driver docs
2020-04-09 00:33:09 -07:00
Radoslaw Smigielski 25743dd198 Remove reference to not existing section on Minikube sigs
The only content of docs/networking.md is an URL to non-existing page
https://minikube.sigs.k8s.io/docs/reference/networking/
2020-04-09 07:54:11 +01:00
Medya Gh aba681ac30 improve suggestions 2020-04-08 22:08:10 -07:00
Medya Gh 3057b02384 add doc links correctly 2020-04-08 21:50:11 -07:00
Medya Gh 34ce512474 address code review 2020-04-08 21:50:11 -07:00
Medya Gh ef0c1aea8b add driver docs url to failure 2020-04-08 21:50:11 -07:00
Medya Gh 030228406c add better doc link 2020-04-08 21:50:11 -07:00
Medya Gh 0109af5b77 revert handling 2020-04-08 21:50:11 -07:00