Commit Graph

6462 Commits (8b24eafbedb9786d50586e890563a289a2c294cb)

Author SHA1 Message Date
Anders F Björklund 76a8df226f Remove duplication in make due to windows paths 2019-10-19 09:33:44 +02:00
Kenta Iso 73035dcec0 fix test case ok kubeadm to download linux kubeadm binary 2019-10-19 16:09:06 +09:00
Priya Wadhwa f2900c613e fix linting error 2019-10-18 17:07:56 -07:00
Priya Wadhwa 91b744095d Fix boilerplate 2019-10-18 17:06:06 -07:00
Priya Wadhwa 484a66e082 Add skeleton for mkcmp
This PR adds a skeleton for mkcmp, a binary to compare the performance
of two versions of minikube. It adds a Makefile rule out/mkcmp which
builds the binary.
2019-10-18 16:55:58 -07:00
Thomas Strömberg 56a23cab4a
Merge pull request #5654 from tstromberg/delete-anyways
Ensure that delete succeeds even if cluster is unavailable
2019-10-18 16:06:12 -07:00
Thomas Strömberg 2281b364c5
Merge pull request #5653 from tstromberg/enable-disable-offline
Add test to ensure addon state is mutable for stopped clusters
2019-10-18 16:03:58 -07:00
tstromberg 69e77d86d3 Fix logging strings 2019-10-18 15:50:04 -07:00
tstromberg 13cba07ec8 Fix broken cluster_test 2019-10-18 15:48:26 -07:00
tstromberg 440d0e85e6 Add driver registration back 2019-10-18 15:32:46 -07:00
tstromberg cedab9e0fb Revert delete_test.go changes, moving to another PR 2019-10-18 15:22:01 -07:00
tstromberg b9bd1ba8d6 Rewrite delete_test to run without side effects 2019-10-18 15:17:51 -07:00
tstromberg 7cb0cfdf79 Pass lint checks 2019-10-18 13:53:57 -07:00
tstromberg 15daa48ed7 Merge branch 'master' into drv-reorg 2019-10-18 13:01:10 -07:00
Thomas Stromberg 6d7d589a52 Consolidate driver-interaction code into pkg/minikube/driver 2019-10-18 13:00:07 -07:00
Thomas Strömberg 9db86d91fa
Merge pull request #5592 from tstromberg/sshcheck
Add networking validation to validateNetwork
2019-10-18 07:24:09 -07:00
duohedron f9110b2ff4 Regexes are made top-level var. 2019-10-18 08:35:17 +02:00
Thomas Stromberg 489713b6a8 run goimports 2019-10-17 16:56:38 -07:00
Thomas Stromberg b0109c094d comparing uints are complicated 2019-10-17 16:56:03 -07:00
Thomas Stromberg 235f94c7da Improve kubectl skew check logic 2019-10-17 16:29:15 -07:00
Thomas Stromberg 2180c1405b Ensure that delete succeeds even if cluster is unavailable 2019-10-17 16:23:21 -07:00
Thomas Strömberg 3161c4e866
Merge pull request #5619 from vishakhanihore/master
Site: Adding mailing list info and group info
2019-10-17 16:02:14 -07:00
Sharif Elgamal dc94405a34 Merge branch 'master' of github.com:kubernetes/minikube into auto-download-off 2019-10-17 15:32:09 -07:00
Thomas Strömberg a84b3a9c95
Merge pull request #5596 from nanikjava/f-fix-3329
Warn if incompatible kubectl version is in use
2019-10-17 15:23:13 -07:00
Thomas Strömberg 3f866515e9
Merge pull request #5563 from nanikjava/f-fix-5271
Make error message more human readable
2019-10-17 15:22:26 -07:00
Thomas Strömberg dd266c751f
Merge pull request #5554 from woodcockjosh/json-output-for-profile-lists
Add json output for profile list
2019-10-17 15:21:24 -07:00
Thomas Strömberg ce2b0a3b9a
Merge pull request #5471 from xichengliudui/redundantCode
remove the redundant code in util.go
2019-10-17 15:16:40 -07:00
Sharif Elgamal 3ebf6a5713 Merge branch 'master' of github.com:kubernetes/minikube into 1.5.0-beta.0 2019-10-17 15:09:45 -07:00
Thomas Strömberg 0cb5cafb59
Merge pull request #5639 from tstromberg/hyperkit-rnd
Speed up RNG initialization on new systemd
2019-10-17 14:54:12 -07:00
Thomas Strömberg f679efbb8a
Merge pull request #5512 from n0npax/improve-machine-test-coverage
Improve machine test coverage
2019-10-17 14:51:28 -07:00
Thomas Strömberg b89bfbe3d2
Merge pull request #5425 from n0npax/improve-translations-test-coverage
improve translations test coverage
2019-10-17 14:50:12 -07:00
Thomas Strömberg 5a75e97393
Merge pull request #5201 from BlackHole1/translation-chinese
optimizing Chinese translation
2019-10-17 14:49:33 -07:00
Thomas Stromberg 3cf2830705 Add test to ensure addon state is mutable for stopped clusters 2019-10-17 14:48:41 -07:00
Josh Woodcock b132b04809 Add json output for addons list 2019-10-17 16:47:43 -05:00
Thomas Strömberg 6d63e43caf
Merge pull request #5555 from woodcockjosh/fix-addons-output-format-option
Fix addons list output format option
2019-10-17 14:46:02 -07:00
Nanik T 824c911c42 Add validation checking for minikube profile
Fixes : #4883

New function ProfileNameInReservedKeywords(..) has been added inside
pkg/minikube/config/profile.go

The new function perform validation to make sure the profile name is not
in the list of keywords.

Following are the keywords that are used:

start, stop, status, delete, config, open, profile, addons, cache, logs

The checking is case insensitive to cover combo of upper and lower case
2019-10-18 08:40:18 +11:00
Thomas Strömberg f74ac2095c
Merge pull request #5565 from RickyRajinder/enable-addons-when-minikube-not-running
Allow addon enabling and disabling when minikube is not running
2019-10-17 14:38:36 -07:00
Thomas Strömberg c37616314a
Merge pull request #5612 from fiorix/master
Add docs for using registry on macOS
2019-10-17 14:37:21 -07:00
Thomas Strömberg 60ae033a6a
Merge pull request #5623 from corneliusweig/w/release-notes-helper
Delegate release notes generation to external tool
2019-10-17 14:36:36 -07:00
Thomas Strömberg acec7e5971
Merge pull request #5626 from govargo/fix-update-context
fix "minikube update-context" command fail
2019-10-17 14:29:07 -07:00
Thomas Strömberg fe93e7946c
Merge pull request #5651 from tstromberg/longer-gvisor-timeout
Allow more time for gvisor to complete on slower machines
2019-10-17 14:25:02 -07:00
Josh Woodcock d758672c8b Remove function exports for profile list output types 2019-10-17 16:15:15 -05:00
Josh Woodcock 4a4fa6567a Add tests for profile list command 2019-10-17 16:15:15 -05:00
Josh Woodcock 4b2f962f0c Add json output for profile list 2019-10-17 16:15:15 -05:00
Nanik T 789cc7a55a Restructure code based on PR comments.
* When nil is returned from function just return back
* Restructure the output so that it will make more sense
for the user
2019-10-18 08:07:09 +11:00
Thomas Stromberg e1f49c277b Allow more time for gvisor to complete on slower machines 2019-10-17 13:53:36 -07:00
Thomas Strömberg f52daf9834
Merge pull request #5647 from tstromberg/common_sh_again
common.sh tune-up: Add load warning, fix profile deletion, fix lint errors and noise
2019-10-17 13:45:42 -07:00
Thomas Strömberg 8c7fb26d61
Merge pull request #5649 from tstromberg/delete-wut
Move delete --all test so that it is run in serial
2019-10-17 13:45:07 -07:00
Thomas Strömberg f2ca6bea97
Merge pull request #5641 from tstromberg/gluster-sucks
Download gluster from OpenPKG while RH is having issues
2019-10-17 13:14:03 -07:00
Thomas Stromberg b5f071d67f Fix 'grep: invalid character range' error on macOS 2019-10-17 13:09:05 -07:00