Commit Graph

5471 Commits (8447df45b56f76fdec60c94a10a3effdd7fee98c)

Author SHA1 Message Date
Jimmi Dyson c057dede1f
Refactor multiple service ports handling after service list command added 2016-10-27 16:39:03 +01:00
Jimmi Dyson b8cdbd28f5
Remove unused interface 2016-10-27 16:38:33 +01:00
Aaron Prindle bc1f5db71a Added functionality to read/open multiple ports via service cmd. Also
updated tests and help text for multiple ports.  Also updated docs.
2016-10-26 15:14:18 -07:00
dlorenc 55fd539300 Merge pull request #728 from jimmidyson/service-list
Add service list subcommand
2016-10-26 13:10:43 -07:00
Matt Rickard 80905d7fbd Merge pull request #738 from r2d4/dns
Remove vendored kube2sky, Add kube-dns as cluster addon
2016-10-26 10:16:12 -07:00
Jimmi Dyson b0428b2ec7 Merge pull request #756 from jimmidyson/cache-close
Switch to go-download lib
2016-10-26 17:21:16 +01:00
Jimmi Dyson 741cca0fcc
Add doc for service list 2016-10-26 15:15:10 +01:00
Jimmi Dyson 90c0ea8ca6
Extra log when things are being downloaded 2016-10-26 15:01:05 +01:00
Jimmi Dyson badf04b4d2
Add service list subcommand 2016-10-26 14:43:08 +01:00
Jimmi Dyson 46619e68f3
Add progress bars for downloads 2016-10-26 14:16:37 +01:00
Jimmi Dyson 2d45e57cf5
Switch to go-download for downloading 2016-10-26 14:04:37 +01:00
Matt Rickard 0321cbc281 Merge pull request #755 from raeesbhatti/patch-1
Add hyperv as a supported driver in README
2016-10-25 22:01:01 -07:00
Raees Bhatti 301ecdd6c5 Add hyperv as a support driver in README
Minikube has support for Hyper-V as VM driver on Windows but it was not listed in supported drivers in the list of drivers in README. This change fixes that.
2016-10-26 08:51:20 +05:00
Aaron Prindle f478292cd2 Merge pull request #722 from aaron-prindle/validate-service-cmd
Validate the service for the minikube service cmd
2016-10-25 14:40:44 -07:00
Matt Rickard 91b1155a3b Remove unused vendored packages
These were referenced by kube2sky and our dns implementation
2016-10-25 14:00:51 -07:00
Matt Rickard 7560384fc8 Remove vendored kube2sky, Add DNS as cluster addon
Removes the vendored in kube2sky built into the minikube binary and
replaces the dns solution with kube-dns cluster addon.  This will allow
users to swap out DNS implementations by simply turning off the
kube-dns addon.
2016-10-25 14:00:51 -07:00
Matt Rickard bdfaf1e83f Merge pull request #753 from r2d4/persistence-test
Increase retries for persistence test, add logging
2016-10-25 14:00:21 -07:00
Matt Rickard 3b2ac2fb48 Merge pull request #752 from r2d4/update-iso-location
Move minikube-iso location to google storage
2016-10-25 13:47:07 -07:00
Aaron Prindle 8b5d027fd3 Validate the service for the minikube service cmd. 2016-10-25 13:45:26 -07:00
Matt Rickard 05ea00cf3d Increase retries for persistence test, add logging 2016-10-25 13:39:17 -07:00
Matt Rickard 630fbbf1ba Move minikube-iso location to google storage 2016-10-25 11:20:44 -07:00
dlorenc b7c3648b36 Merge pull request #750 from r2d4/pull-policy
ImagePullyPolicy IfNotPresent for addon-manager
2016-10-24 15:49:16 -07:00
Aaron Prindle 0db5cf7903 Merge pull request #749 from r2d4/releasing
Update RELEASING.md to include updating k8s docs
2016-10-24 14:44:43 -07:00
Matt Rickard 105e652e3a Update RELEASING.md to include updating k8s docs 2016-10-24 13:40:17 -07:00
Matt Rickard 19f6fc018d ImagePullyPolicy IfNotPresent for addon-manager 2016-10-24 13:27:30 -07:00
Matt Rickard c06537a49c Merge pull request #748 from dlorenc/bash
Fix travis.
2016-10-24 13:26:14 -07:00
dlorenc a4e5f4a4a2 Fix travis.
The make gendocs change went in at the same time as the network setting change.
2016-10-24 13:00:31 -07:00
dlorenc 19e44dcf33 Merge pull request #745 from borisroman/feature/kvm_network
Add option to specify network name for KVM.
2016-10-24 12:37:43 -07:00
dlorenc 1e5232f38b Merge pull request #746 from dlorenc/uuid
Remove static UUID
2016-10-24 12:23:31 -07:00
dlorenc 01a699b089 Remove static UUID 2016-10-24 09:15:25 -07:00
dlorenc 2a47032c9e Merge pull request #740 from r2d4/completion
Add simple bash completion for minikube
2016-10-24 09:08:21 -07:00
Boris Schrijver e717f5f84a Add option to specify network name for KVM. 2016-10-24 16:22:32 +02:00
dlorenc 76896c0260 Merge pull request #741 from r2d4/releases12
Update releases for v0.12.0
2016-10-21 17:27:47 -07:00
Matt Rickard 17efbaade8 Update releases for v0.12.0 2016-10-21 15:01:00 -07:00
Aaron Prindle a9f1321075 Merge pull request #739 from r2d4/v0.12.0
Cut v0.12.0 release
2016-10-21 14:43:30 -07:00
Matt Rickard 24bced3969 Add simple bash completion for minikube
Similar to `kubectl completion bash`.  Does not support more advanced
queries, just commands.  Added as part of `make gendocs`
2016-10-21 14:42:06 -07:00
Matt Rickard 0477f82204 Cut v0.12.0 release 2016-10-21 10:59:44 -07:00
dlorenc 129f565611 Merge pull request #719 from aaron-prindle/hyperv-switch-flag
Added hyperv virtual switch configuration flag for hyperv driver
2016-10-21 10:03:23 -07:00
Aaron Prindle 7c6c0cfe68 Merge pull request #736 from aaron-prindle/fix-addons-cmd
Removed checks that were causing addons cmd to fail after switching t…
2016-10-21 09:59:05 -07:00
dlorenc 3a61ad6ab2 Merge pull request #731 from dlorenc/env
Add support for the KUBECONFIG env var during 'minikube start'.
2016-10-21 09:50:10 -07:00
Aaron Prindle c2561c861a Removed checks that were causing addons cmd to fail after switching to validation/callback format 2016-10-21 09:19:24 -07:00
Aaron Prindle f2f53e946e Added hyperv virtual switch configuration flag for hyperv driver. Also
updated docs.
2016-10-20 17:11:31 -07:00
Matt Rickard 792ad7a79f Merge pull request #734 from r2d4/v1.4.2
Add v1.4.2 k8s release
2016-10-20 15:52:24 -07:00
Matt Rickard 914804c5a5 Add v1.4.2 k8s release 2016-10-20 15:09:31 -07:00
Aaron Prindle f950763cc7 Merge pull request #733 from dlorenc/it
Integration test cleanup.
2016-10-20 13:36:32 -07:00
Matt Rickard c9ac0c04fd Merge pull request #730 from r2d4/v1.4.3
Upgrade default k8s to v1.4.3
2016-10-20 13:25:00 -07:00
Aaron Prindle 516c37f5ce Merge pull request #732 from aaron-prindle/remove-reporting-from-user-error
Reduced the number of error reporting endpoints as some were user err…
2016-10-20 12:45:27 -07:00
dlorenc 483531164e Integration test cleanup.
Set logging to verbose, cleanup config before runs.
2016-10-20 12:32:59 -07:00
Aaron Prindle 365599ff29 Reduced the number of error reporting endpoints as some were user error and some did not give useful output that we could act on (example: ssh) 2016-10-20 12:07:01 -07:00
Matt Rickard 725fa82965 Add v1.4.3 to k8s releases 2016-10-20 11:46:49 -07:00