Commit Graph

1792 Commits (93a474e5410ee5a1f6b288d088696de872ffbf33)

Author SHA1 Message Date
Matt Rickard 93a474e541 Merge pull request #1656 from r2d4/docker-build
Do dockerized builds for minikube and localkube
2017-06-29 15:24:08 -07:00
Jakub Gocławski 4c624c284a Upgrade Docker to 1.12.6. 2017-06-29 11:58:14 -07:00
Matt Rickard f7cca163aa Merge pull request #1662 from r2d4/add-rc.1
Add 1.7.0-rc.1 to releases
2017-06-29 11:57:17 -07:00
Matt Rickard 8e2e51dc35 Merge pull request #1663 from r2d4/remove-sudo
Remove sudo and specific dist from travis
2017-06-29 11:45:58 -07:00
Matt Rickard b369e4b9a1 Remove sudo and specific dist from travis
This hasn't been needed for awhile.  It should make the travis builds
significantly quicker.
2017-06-29 11:34:23 -07:00
Matt Rickard f99888219f Switch cross builds to use BUILD_IN_DOCKER
minikube-linux-amd64 and minikube-darwin-amd64 cannot be cross built
natively on different platforms and must be built in the container.
2017-06-29 11:24:57 -07:00
Matt Rickard 3ffc1e7b7f Add option to build minikube, localkube in docker
BUILD_IN_DOCKER=y will build both localkube and minikube in docker
LOCALKUBE_BUILD_IN_DOCKER=y, MINIKUBE_BUILD_IN_DOCKER=y will toggle
docker builds for each respective binary

Regardless of the options provided, if you attempt to build localkube on
a non-linux platform, it will run in docker.  This ensures that `make`
still works as expected on darwin.
2017-06-29 11:24:51 -07:00
Matt Rickard fc986dfea9 Add 1.7.0-rc.1 to releases 2017-06-29 11:18:29 -07:00
Matt Rickard 109fa16b47 Merge pull request #1659 from chenopis/patch-1
Add no_proxy settings
2017-06-28 12:00:04 -07:00
Andrew Chen ab8f269243 Add no_proxy settings
Cherry picking this from https://github.com/kubernetes/kubernetes.github.io/pull/4108
2017-06-28 11:58:49 -07:00
Aaron Prindle c8f8f084c1 Merge pull request #1635 from aaron-prindle/ci-docs
Added Linux CI example in README.md
2017-06-27 15:19:56 -07:00
Aaron Prindle fc40d7d8b7 Merge pull request #1654 from aaron-prindle/precreate-none
Added checking for docker on the path in the precreate check for none…
2017-06-27 15:10:15 -07:00
Matt Rickard 3950629ed0 Merge pull request #1657 from jflory7/change/makefile-docker-parameter
Add optional parameter variable to `docker build` in Makefile
2017-06-27 14:45:52 -07:00
Justin W. Flory 868052f5aa
Use a more clear variable name for ISO building 2017-06-27 16:28:50 -05:00
Justin W. Flory fa40c7cfd0
Add optional parameter variable to `docker build` in Makefile 2017-06-27 16:13:42 -05:00
Matt Rickard 5a47777435 Merge pull request #1642 from r2d4/arch-cask-autoupdate
Automate updates to AUR and brew-cask
2017-06-27 11:11:49 -07:00
Aaron Prindle b5fd8436a9 Merge pull request #1651 from aaron-prindle/configurable-service-wait
Added wait and interval time flags to minikube service command
2017-06-27 09:47:32 -07:00
Aaron Prindle cb8d3c027c Added checking for docker on the path in the precreate check for none driver 2017-06-26 10:35:46 -07:00
Aaron Prindle 32316acd49 Merge pull request #1643 from aaron-prindle/fix-mount-uid-gid
Fixed flags to use 9p syntax for uid and gid
2017-06-26 10:16:40 -07:00
Aaron Prindle 79b9e10054 Added wait and interval time flags to minikube service command 2017-06-25 13:07:01 -07:00
Aaron Prindle 40b0533147 Merge pull request #1482 from aaron-prindle/remove-old-mounts
Removing old mounting methods
2017-06-23 11:23:59 -07:00
Aaron Prindle 62c56d7d9a Fixed flags to use 9p syntax for uid and gid 2017-06-23 11:07:49 -07:00
Matt Rickard a367be016e Automate updates to AUR and brew-cask
Automatically updates the AUR installer and pushes the new package.
Updates the brew installer and sends a PR to the brew package repo.
2017-06-23 11:00:24 -07:00
aprindle a37e1c3174 Added Linux CI example in README.md 2017-06-22 14:03:14 -07:00
Travis Cline c5becb3607 Allow control of user and group ids for mount 2017-06-22 11:29:56 -07:00
Matt Rickard 55ea14fb9f Fix checksums for binaries built with go 1.7.5 2017-06-22 11:10:44 -07:00
Matt Rickard 31d943e753 Merge pull request #1617 from r2d4/remove-fake-gopath
Remove fake _gopath
2017-06-21 15:47:10 -07:00
Matt Rickard 08e009f560 Remove fake _gopath
Don't symlink into fake gopath, just use normal gopath.  This removes a
lot of the misleading warning messages from building minikube
2017-06-21 15:07:34 -07:00
Matt Rickard 87a3a0bc7d Merge pull request #1625 from minikube-bot/jenkins-releases.json-v0.20.0
update releases.json to include v0.20.0
2017-06-21 13:45:19 -07:00
minikube-bot 0b4788389d Update releases.json to include v0.20.0 2017-06-21 20:43:50 +00:00
Matt Rickard 76c23a605c Merge pull request #1624 from r2d4/0.20-fix
Cut 0.20.0 Release
2017-06-21 13:09:26 -07:00
Matt Rickard 5a9b4ab58e Cut 0.20.0 Release
Fix build version to be 0 instead of 1
2017-06-21 13:00:37 -07:00
Matt Rickard 91d87eca70 Merge pull request #1611 from r2d4/0.20-release
Cut 0.20.0 Release
2017-06-21 12:49:52 -07:00
Matt Rickard 9abfb51865 Cut 0.20.0 Release 2017-06-21 11:36:34 -07:00
Matt Rickard 95215d04c2 Merge pull request #1616 from r2d4/remove-systemd-test
Remove systemd integration test
2017-06-21 08:25:40 -07:00
Aaron Prindle 14cd520754 Merge pull request #1619 from aaron-prindle/fix-none-msg
Fixed condition to print minikube none information
2017-06-20 15:45:20 -07:00
Aaron Prindle 4822d3aa33 Fixed condition to print minikube none information 2017-06-20 15:43:18 -07:00
Aaron Prindle 5c2b93c0bb Merge pull request #1592 from aaron-prindle/remove-systemd-requirement
Removed systemd dependency from minikube, updated none driver to refl…
2017-06-20 14:41:48 -07:00
Matt Rickard 4e9c1c8a17 Remove systemd integration test
It didn't really do much, and we don't require systemd anymore.
2017-06-20 14:17:19 -07:00
Matt Rickard ac8adc1d64 Merge pull request #1613 from r2d4/go-1.8-docs
Kubernetes 1.7 requires >= go1.8
2017-06-20 13:32:38 -07:00
Matt Rickard f28762d7c7 Kubernetes 1.7 requires >= go1.8
Bump travis and bump darwin cross build container image
2017-06-20 10:10:18 -07:00
Aaron Prindle 6639b2d91b Removed systemd dependency from minikube, updated none driver to reflect this 2017-06-20 09:55:14 -07:00
Arve Knudsen 0a3e2042e2 Fix typos
Fix typos and otherwise make more consistent.
2017-06-20 09:28:19 -07:00
Matthew Fisher 51cf8cf9a8 fix registry addon labels
In a last-minute fix, I accidentally changed the pod labels all to
the minikube add-on reconciliation mode label instead of the add-on
name. This is causing the registry service to be unable to forward
requests over to the pods due to mismatched label selectors.
2017-06-19 11:39:18 -07:00
Matthew Fisher 135a920d80 fixup default --insecure-registry CIDR address
The default CIDR should be 10.0.0.0/24 rather than 10.0.0.1.
Accidental off-by-one error. :)
2017-06-19 11:39:18 -07:00
Aaron Prindle 745e4945c7 Merge pull request #1575 from tdemaret/master
Force create /usr/lib/systemd/system
2017-06-19 07:45:59 -07:00
Thibaut Démaret 577eb8d565 After gofmt 2017-06-19 08:37:40 +02:00
Aaron Prindle e05c378481 Merge pull request #1606 from XrXr/stop-crash
Don't treat stopping stopped hosts as error
2017-06-18 21:13:15 -07:00
XrXr 5d39878baa Don't treat stopping stopped hosts as error
Running `minikube stop` while nothing is running results in a crash.
This patch makes `cluster.StopHost()` swallow the stop-while-stopped
error libmachine returns.
2017-06-18 22:47:31 -04:00
Aaron Prindle 40cb79f82c Merge pull request #1605 from goodwillcoding/patch-1
remove trailing `\` in the shell command
2017-06-17 16:36:59 -07:00