dlorenc
5bc95b8df9
Merge pull request #776 from jimmidyson/fix-dashboard-url
...
Fix dashboard command and integration test
2016-10-29 10:50:06 -07:00
Gustavo Carneiro
5a61602871
Makefile: export GOPATH, fixes build on Linux #778
2016-10-29 17:54:48 +01:00
Jimmi Dyson
09a28e16cc
Update dashboard integration test wrong port error message
2016-10-29 09:34:00 +01:00
Jimmi Dyson
b64ad5c457
Add dashboard command integration test
2016-10-29 09:33:59 +01:00
Jimmi Dyson
a8a22c0212
Fix vet printf errors
2016-10-29 09:29:45 +01:00
Jimmi Dyson
0bbcce5786
Fix dashboard command by adding service format template
2016-10-29 09:00:16 +01:00
Rod Cloutier
67bdba011d
Fixed Windows installer replacing path ( #704 ) by defering to a script since nsis truncates on path too long
2016-10-28 23:10:36 -04:00
Matt Rickard
7323fa0421
Merge pull request #773 from dlorenc/netip
...
Add support for net.IP to the configurator.
2016-10-29 02:31:06 +00:00
Matt Rickard
620b2d493a
Merge pull request #772 from r2d4/update-readmez
...
Update minikube-alpha.iso to v0.0.6, update readmes
2016-10-29 00:19:22 +00:00
Matt Rickard
bb9bd00e41
Update minikube-alpha.iso to v0.0.6, update readmes
2016-10-28 16:49:20 -07:00
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