Aaron Prindle
21ecf747de
Merge pull request #842 from ccl0326/clchen_dev
...
fix msg format
2016-11-23 16:02:17 -08:00
dlorenc
611b8aec69
Merge pull request #847 from dlorenc/type
...
Fix the type referenced for PortRange.
2016-11-23 09:29:41 -08:00
Dan Lorenc
bd0acdf480
Fix the type referenced for PortRange.
2016-11-23 09:04:38 -08:00
clchen
539886eeda
fix msg format
2016-11-23 10:28:23 +08:00
dlorenc
06f380aa7a
Merge pull request #841 from dklyle/fix-log-reference
...
Update logs pkg reference
2016-11-22 16:28:03 -08:00
David Lyle
3a3b3f6a32
Update logs pkg reference
2016-11-22 16:15:35 -07:00
Matt Rickard
73a466d98e
Make virtualbox optional for arch linux installer
2016-11-22 12:25:01 -08:00
Aaron Prindle
8e132b0c1e
Merge pull request #834 from aaron-prindle/addons-readme
...
Added documentation for addons cmd and how to add an addon
2016-11-22 10:40:57 -08:00
dlorenc
1868bafeb0
Merge pull request #837 from dlorenc/pr
...
Add PortRange to the extra-config parser.
2016-11-22 10:39:12 -08:00
dlorenc
f72dadbe03
Add PortRange to the extra-config parser.
2016-11-22 09:56:55 -08:00
Aaron Prindle
faa6d609d5
Added documentation for addons cmd and how to add an addon
2016-11-21 15:30:15 -08:00
Matt Rickard
452a1e52c2
Merge pull request #833 from r2d4/retry
...
Retry for configureAuth on minikube start
2016-11-21 14:09:45 -08:00
Aaron Prindle
41998bdad0
Merge pull request #818 from aaron-prindle/heapster-addon
...
Added heapster to set of addons
2016-11-21 13:49:44 -08:00
Matt Rickard
b72efef48d
Retry for configureAuth on minikube start
...
Sometimes the docker daemon isn't ready and on a restart and libmachine
times out while trying to reach it. This retries when it isn't ready.
This fixes timeout problems in our virtualbox integration tests.
2016-11-21 13:32:34 -08:00
dlorenc
dd5bd7bd18
Merge pull request #832 from dlorenc/machine
...
Update docker-machine.
2016-11-21 13:30:33 -08:00
dlorenc
7758108e7a
Update docker-machine.
2016-11-21 10:21:57 -08:00
Aaron Prindle
3fe4ef3e83
Added heapster to set of addons. Need to add test and repackage things to remove duplicated code.
2016-11-18 17:36:54 -08:00
dlorenc
8c64068aad
Merge pull request #827 from rothgar/fedora-kvm-driver
...
Added info for using KVM driver on Fedora
2016-11-18 08:19:10 -08:00
Justin Garrison
1ef1bf2312
Added info for using KVM driver on Fedora 🎩
2016-11-17 22:13:33 -08:00
Aaron Prindle
8588b43fe1
Merge pull request #825 from aaron-prindle/windows-integration-cleanup
...
Cleaned up windows integration, modified jenkins to run Windows tests…
2016-11-17 14:55:48 -08:00
Aaron Prindle
13e512448c
Cleaned up windows integration, modified jenkins to run Windows tests from Github
2016-11-17 11:26:52 -08:00
dlorenc
0d87323ec9
Merge pull request #824 from dlorenc/etcdocker
...
Add an empty /etc/docker directory to the ISO
2016-11-17 10:11:35 -08:00
dlorenc
22d13e74a5
Add an empty /etc/docker directory to the ISO.
2016-11-17 10:09:17 -08:00
Matt Rickard
4706228c37
Merge pull request #823 from cedricziel/patch-1
...
Use correct binary name in .deb package
2016-11-17 09:50:25 -08:00
Cedric Ziel
817e9ea31e
Use correct binary name in .deb package
...
Before this change, the binary was named `minikube-linux-amd64`,
which is the platform specific artifact name.
When installed through the .deb package, a user expects to have
the `minikube` directly on the `$PATH`.
This change populates the binary as `minikube` in the resulting .deb file.
2016-11-17 13:55:29 +01:00
dlorenc
50d99e6878
Merge pull request #819 from dlorenc/iso
...
Add a jenkins script to build/publish the ISO.
2016-11-11 08:49:08 -08:00
dlorenc
e1bf3fdac8
Add a jenkins script to build/publish the ISO.
2016-11-10 13:37:23 -08:00
Aaron Prindle
4652447d1e
Merge pull request #801 from aaron-prindle/windows-integration-tests
...
Fixing windows integration tests. Tests are being run properly now f…
2016-11-10 13:33:08 -08:00
Aaron Prindle
0e3a3749a7
Fixing windows integration tests
2016-11-10 13:00:25 -08:00
Aaron Prindle
0f238d1801
Merge pull request #815 from dlorenc/hv
...
Add a buildroot package for hv_kvp_daemon.
2016-11-09 16:40:03 -08:00
Dan Lorenc
e7b013c8db
Add a buildroot package for hv_kvp_daemon.
2016-11-09 16:14:16 -08:00
Aaron Prindle
0e33746e1d
Merge pull request #783 from aaron-prindle/kubectl-hint
...
Added check for kubectl to each command (in root.go) This prompts user
2016-11-09 15:17:25 -08:00
dlorenc
7ea68d1176
Merge pull request #809 from aaron-prindle/fix-minikube-iso-hyperv
...
Added hyperv configuration to minikube-iso
2016-11-09 14:52:22 -08:00
Matt Rickard
7ad6ce3003
Merge pull request #812 from spk83/master
...
Updating upstream spf13/pflag and using StringArrayVar for docker-env flag
2016-11-09 14:04:08 -08:00
vishah
ba860e3bf2
Regenerating docs after updating upstream spf13/pflag. related to #811
2016-11-09 16:31:48 -05:00
vishah
980388f58e
Fixes issue #811 by updating upstream spf13/pflag and using StringArrayVar in place of StringSliceVar for docker-env flag
2016-11-09 10:20:51 -05:00
Aaron Prindle
be21ff3e43
Added hyperv configuration to minikube-iso
2016-11-08 16:36:29 -08:00
Aaron Prindle
e1cee5ad1a
Merge pull request #810 from aaron-prindle/fix-add-dependancy
...
Added godep restore ./... to ADD_DEPENDANCY docs
2016-11-08 15:23:35 -08:00
Aaron Prindle
ad87e2af8b
Added godep restore ./... to ADD_DEPENDANCY docs
2016-11-08 11:54:57 -08:00
Matt Rickard
0578e15d9f
Merge pull request #800 from r2d4/iso-make
...
Update minikube-iso makefile target
2016-11-08 11:39:04 -08:00
dlorenc
a72649318a
Merge pull request #807 from r2d4/aur-instructions
...
Update RELEASING.md for Arch Linux instructions
2016-11-07 15:39:17 -08:00
Aaron Prindle
68c37f7094
Merge pull request #808 from aaron-prindle/fix-notification-text
...
Updated notification text to include minikube config command
2016-11-07 14:14:03 -08:00
Aaron Prindle
5789a04c4f
Updated notification text to include minikube config command
2016-11-07 13:52:50 -08:00
Matt Rickard
7805c8e171
Update RELEASING.md for Arch Linux instructions
2016-11-07 13:06:31 -08:00
Matt Rickard
819bb2a13f
Merge pull request #764 from r2d4/kvm-integration-tests
...
Add KVM integration tests
2016-11-04 14:06:20 -07:00
Matt Rickard
2ea7dae610
Merge pull request #805 from r2d4/update-k8s-releases
...
Add k8s releases to json
2016-11-04 11:52:33 -07:00
Matt Rickard
c684ce53ae
Update minikube-iso makefile target
...
The makefile was slightly broken for minikube-iso. Since it && all the
commands to check if buildroot, the git clone failed if the buildroot
folder already existed and broke the target. I put this logic in a
conditional.
2016-11-04 11:42:15 -07:00
Matt Rickard
ec02c3cbd8
Add linux KVM integration tests, wait in StartStop
...
The KVM driver has trouble starting and stopping immediately. This
happens with docker-machine also.
2016-11-04 11:41:40 -07:00
Matt Rickard
24ebbbb4b3
Add k8s releases to json
2016-11-04 11:35:18 -07:00
Matt Rickard
36ac0619cc
Merge pull request #803 from r2d4/more-time
...
Increase waiting time for integration tests
2016-11-04 10:53:46 -07:00