Commit Graph

1719 Commits (5ac676e7bb7ef92aaabc92a45eae72a5c1183e07)

Author SHA1 Message Date
Medya Ghazizadeh 35248a1f31
Merge pull request #7451 from loftkun/exit-when-driver-validation-failed
fix validateDriver() to exit() when it detects an error.
2020-04-08 15:30:02 -07:00
Medya Ghazizadeh aec3afec2d
Merge pull request #7513 from tomocy/fix-typo
Fix typo
2020-04-08 13:57:54 -07:00
Thomas Strömberg 4f704271d7
Merge pull request #7385 from priyawadhwa/generate-docs
Automatically generate commands docs and add unit test
2020-04-08 11:28:03 -07:00
tomocy ec10017443 Fix typo 2020-04-08 22:43:47 +09:00
Medya Ghazizadeh e098a3c4ca
Merge pull request #7449 from medyagh/fix_soft_start_nondocker
Behavior change: start with no arguments uses existing cluster config
2020-04-07 17:12:52 -07:00
Priya Wadhwa 09dd0acb9b Update docs contents 2020-04-07 15:15:08 -07:00
Priya Wadhwa 8ee163c846 Rebased on master 2020-04-07 15:13:06 -07:00
Thomas Strömberg 668144124e
Merge pull request #7482 from tstromberg/dry-run
Disable update check for (--interactive|--dry-run), make non-blocking
2020-04-07 13:58:35 -07:00
Medya Gh 65e1ff3be4 remove duplicate checking existing driver flag 2020-04-07 13:55:21 -07:00
Thomas Stromberg b6d66f16b4 Disable update check for (--interactive|--dry-run), make non-blocking 2020-04-07 09:38:33 -07:00
Kenta Iso 30f68e09ef fix node name of `minikube status` to match worker node name 2020-04-07 22:55:11 +09:00
Medya Gh dfd9f7a9d1 handle Port 0 in configs 2020-04-07 03:06:44 -07:00
Medya Gh e683dd315b warn if changed memory cpu of an exiting cluster 2020-04-07 01:53:50 -07:00
Medya Gh 26c999a811 fix select default cni 2020-04-07 01:29:50 -07:00
Medya Gh c4f5f4dded fix 2020-04-06 22:53:44 -07:00
Medya Gh 84693eaf0a add wait flag to updateExistingConfigFromFlags 2020-04-06 18:58:42 -07:00
Medya Gh ee1f8fffb3 remove duplicate setDockerProxy 2020-04-06 18:58:42 -07:00
Medya Gh 2c037b42f2 fix unit test 2020-04-06 18:58:42 -07:00
Medya Gh 1d892a2e0b fix it 2020-04-06 18:58:42 -07:00
Medya Gh b777d97d76 refactor more 2020-04-06 18:58:42 -07:00
Medya Gh bee681559b save profile 2020-04-06 18:58:42 -07:00
Medya Gh a35006507b add new func updateExistingConfigFromFlags 2020-04-06 18:58:42 -07:00
Medya Gh 792ca63179 respect the user existing config 2020-04-06 18:58:42 -07:00
Priya Wadhwa 7d1d965faa Merge branch 'master' of https://github.com/kubernetes/minikube into generate-docs 2020-04-06 10:26:19 -07:00
loftkun fb2c3ed4b7 fix validateDriver() to exit when detects an error 2020-04-06 23:45:54 +09:00
Medya Gh 77d1da04a2 change log level for err 2020-04-03 18:48:39 -07:00
Medya Gh 4221e63e13 add logs for wait components 2020-04-03 18:43:37 -07:00
Medya Gh 74551841cc address review comments 2020-04-02 23:41:45 -07:00
Medya Gh 62ca22a662 refactor and rebase 2020-04-02 18:58:51 -07:00
Medya Gh 9fc36a6d4e typo 2020-04-02 17:55:15 -07:00
Medya Gh d6b3cc6109 lint 2020-04-02 17:55:15 -07:00
Medya Gh 4c8f79d823 add wait logic to kubeadm 2020-04-02 17:55:15 -07:00
Medya Gh 3b39b271ac fix interpret wait 2020-04-02 17:54:14 -07:00
Medya Gh e4eae47e86 interpret wait flags 2020-04-02 17:54:14 -07:00
Thomas Strömberg 37a98106c4
Merge pull request #7382 from tstromberg/stderr-fix3
Move errors and warnings to output to stderr
2020-04-02 14:36:16 -07:00
Thomas Strömberg 78ecf53d40
Merge pull request #7360 from tstromberg/wrong-url
Correct assumptions for forwarded hostname & IP handling
2020-04-02 14:33:48 -07:00
Thomas Stromberg 5b3834ec63 Merge to master 2020-04-02 12:39:32 -07:00
Priya Wadhwa 7004c398b0 Don't generate documentation for hidden commands 2020-04-02 12:05:27 -07:00
Priya Wadhwa cd81888a22 Merge branch 'master' of https://github.com/kubernetes/minikube into generate-docs 2020-04-02 11:09:56 -07:00
Priya Wadhwa 7988704bed fixups 2020-04-02 11:01:26 -07:00
Priya Wadhwa d578626079 delete unneeded files 2020-04-02 10:50:14 -07:00
Priya Wadhwa 6fdecf2ebf Add unit test to check that docs are up to date
This requires the following changes:

1. We need to pass in -ldflags to `go test`, since we need to know the curren iso version to correctly generate the description for --iso-url

2. We need to rewrite the description of the --driver flag on `minikube start` because it is operating system specific, which doesn't make sense for our documentation
2020-04-02 10:48:47 -07:00
Thomas Stromberg 5307145802 Move errors and warnings to output to stderr 2020-04-02 09:58:13 -07:00
Thomas Stromberg a71edc3920 Merge branch 'master' into wrong-url 2020-04-02 08:32:54 -07:00
Thomas Stromberg e09a1221bb Add rejection reason to 'unable to find driver' error 2020-04-02 06:20:35 -07:00
Sharif Elgamal 0357c89ee5 add issue to todo comment 2020-04-01 17:35:41 -07:00
Priya Wadhwa c409c4c91c Add unit tests to make sure docs are up to date 2020-04-01 16:13:54 -07:00
Priya Wadhwa a9dcfe82fe Update generate-docs command
Now, generate-docs will compile all subcommands for one command into one document instead of creating a document per subcommand.

For example, instead of creating:

minikbue_addons_enable.md
minikbue_addons_disable.md

it will now create

addons.md

which will include subsections for `minikube addons enable` and `minikube addons disable`.
2020-04-01 15:59:33 -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 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