Commit Graph

1732 Commits (dec0742f87d4a4444b019ce7e80dfb453803f81c)

Author SHA1 Message Date
Dan Lorenc e8d8cc0ba3 Add support for net.IP to the configurator. 2016-10-28 14:33:36 -07:00
Jimmi Dyson 61db77de8c Merge pull request #769 from r2d4/update-releases
Update releases for v0.12.1
2016-10-28 18:06:43 +01:00
Matt Rickard c388377ecd Merge pull request #766 from kad/fix-err-wrap
fix usage of errors.Wrap()
2016-10-28 16:44:56 +00:00
Matt Rickard 5cf47cbab3 Update releases for v0.12.1 2016-10-28 09:23:46 -07:00
Matt Rickard 26b6e16010 Merge pull request #768 from r2d4/v0.12.1
Cut v0.12.1 Release
2016-10-28 16:09:39 +00:00
Matt Rickard 8f67b49168 Cut v0.12.1 Release 2016-10-28 08:30:23 -07:00
Alexander Kanevskiy 2e12253a11 fix usage of errors.Wrap()
Format strings are not supported by errors.Wrap, so cleanup
them from error output where it is not needed.
2016-10-28 15:13:06 +03:00
Jimmi Dyson d80b108313 Merge pull request #765 from dlorenc/buildrootenv
Add docker-env options to the buildroot provisioner.
2016-10-28 10:09:58 +01:00
dlorenc d23a7a53a8 Add docker-env options to the buildroot provisioner. 2016-10-27 15:07:34 -07:00
dlorenc 0bc4730588 Merge pull request #729 from aaron-prindle/expose-all-ports-via-service
Added functionality to read/open multiple ports via service cmd
2016-10-27 13:45:32 -07:00
Jimmi Dyson 1ac192cda9
Update generated docs 2016-10-27 19:24:49 +01:00
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