Commit Graph

6403 Commits (cd9e413852bbac80e1f49b7fa169b5a808b504aa)

Author SHA1 Message Date
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
Thomas Stromberg e008688239 Fix comments 2019-10-17 12:55:56 -07:00
Thomas Stromberg 21aeec60ea Remove obsolete comment 2019-10-17 12:41:27 -07:00
Thomas Stromberg f75c26e31e Rename serial tests file 2019-10-17 12:40:52 -07:00
Thomas Stromberg a0a5b685f9 Move delete --all test so that it is run in serial 2019-10-17 12:38:02 -07:00
Nanik T 10ff44e582 Modify output text to make it more readable as per PR comment 2019-10-18 06:28:24 +11:00
Thomas Stromberg 554f553c9e Include top output with load warning 2019-10-17 11:54:52 -07:00
Thomas Stromberg 23e94a3257 Use full paths consistently in cleanup 2019-10-17 11:37:14 -07:00
Thomas Stromberg 53136c8bb6 Add load warning, fix profile deletion, make vbox iface cleanup less noisy 2019-10-17 11:23:55 -07:00
Marek Schwarz 3e589c42b9 Added docs for delete --all command 2019-10-17 20:16:06 +02:00