Commit Graph

17357 Commits (518fd1d6fa78b51a773da371f13a4204a04e1132)

Author SHA1 Message Date
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
Matt Rickard 57cbbe99b9 Merge pull request #799 from minikube-bot/jenkins-v1.4.5
Upgrade to k8s version v1.4.5
2016-11-03 15:27:33 -07:00
Matt Rickard 769e01d841 Merge pull request #796 from r2d4/vbox_linux
Add Linux Virtualbox Integrations Tests
2016-11-03 14:47:36 -07:00
Aaron Prindle 1960618ae1 Added check for kubectl to each command (in root.go) This prompts user
with kubectl install one-liner for latest kubectl version.  Also added
config for enable/disable.  Still need to add tests.
2016-11-03 13:26:06 -07:00
Matt Rickard ec0acbb6ca Increase waiting time for integration tests
There have been flakes on the integration tests where the dashboard pod has been getting ready but the test does not wait long enough and fails.
2016-11-03 12:25:33 -07:00
Matt Rickard 5e31d258ce Increase timeout for dialing docker daemon
In the boot2docker provisioner increase the timeout to fix a flake in
the linux virtualbox integration tests.  Note, this is a patch of a
vendored package.
2016-11-03 11:59:24 -07:00
Matt Rickard 9974554b9a Add Linux Virtualbox Integrations Tests 2016-11-03 11:57:45 -07:00
minikube-bot b216ec81bf Upgrade to k8s version v1.4.5 2016-11-03 17:06:53 +00:00
Matt Rickard f8ebbfa4e5 Merge pull request #798 from r2d4/makefile
Add minikube args to `make integration` target
2016-11-02 20:49:59 -07:00
Matt Rickard 061d2d0a8d Merge pull request #742 from r2d4/archlinux
Update arch linux installer to v0.12.2
2016-11-02 20:07:56 -07:00
Matt Rickard b52d325ce5 Add minikube args to `make integration` target 2016-11-02 13:00:31 -07:00
Aaron Prindle 0eda6d4569 Merge pull request #791 from aaron-prindle/add-releases.json-commit-to-jenkins
Adding releases.json update to jenkins release job
2016-11-01 12:08:40 -07:00
Aaron Prindle b5798102c7 Adding releases.json update to jenkins release job. 2016-11-01 11:57:44 -07:00