Commit Graph

1732 Commits (dec0742f87d4a4444b019ce7e80dfb453803f81c)

Author SHA1 Message Date
dlorenc 0d9a5ca2c4 Merge pull request #861 from dlorenc/kubeconfig
Handle multiple KUBECONFIGs
2016-11-29 12:00:47 -08:00
Matt Rickard 933da2c86d Add localkube releasing jobs to makefile
Update releases to reflect v1.5.0-beta.1
2016-11-29 11:57:17 -08:00
dlorenc b9d78a675d Handle multiple KUBECONFIGs 2016-11-29 11:09:55 -08:00
dlorenc bc5f3f0489 Merge pull request #860 from mnuttall/dev.mn
Update README for Windows 10 hyper-v
2016-11-29 09:27:12 -08:00
Mark Nuttall 9fdfa6d633 Fix readme changes 2016-11-29 15:56:45 +00:00
Mark Nuttall 1775d243de Update README for Windows 10 hyper-v 2016-11-29 15:12:29 +00:00
Matt Rickard 64c8d7cbfd Merge pull request #849 from r2d4/jenkins-gsutil
Only copy over the files we need from test bucket
2016-11-28 16:52:34 -06:00
Matt Rickard 5316802f8a Only copy over the files we need from test bucket
Sometimes gsutil cp -r can miss files.  We also don't need to copy over
every file.  Additionally, I started to abstract the OS_ARCH away so
that we can more easily template the jenkins OS tests.
2016-11-28 13:50:04 -08:00
Matt Rickard 8d5708b4d4 Copy arch linux from repo to folder
Add SRCINFO to not be gitignored
2016-11-28 11:16:33 -08:00
Aaron Prindle b455900215 Merge pull request #854 from r2d4/winfix
Fix windows integration test script
2016-11-28 11:07:10 -08:00
Matt Rickard 67e417f87a Fix windows integration test script 2016-11-28 10:21:12 -08:00
dlorenc 9ee1485b1a Merge pull request #853 from ankon/patch-1
Add missing word in help text
2016-11-28 08:38:42 -08:00
Andreas Kohn d34e961c2f
Add missing word in help text 2016-11-28 13:58:58 +01:00
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