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
goodwillcoding
cc43b4ff4a
remove trailing `\` in the shell command
2017-06-17 16:09:39 -07:00
dlorenc
968f24e43c
Bump ISO to 0.20.0
2017-06-16 15:09:53 -07:00
dlorenc
1b3f06f8ed
Enable IP_VS and MACVLAN and VXLAN.
2017-06-16 13:03:16 -07:00
Aaron Prindle
dec0742f87
Merge pull request #1594 from aaron-prindle/mtime
...
Fixed mtime issue for OSX
2017-06-16 10:51:14 -07:00
Matt Rickard
b7c2c523c0
Merge pull request #1579 from jamiehannaford/coc
...
Add COC
2017-06-16 10:44:35 -07:00
Matt Rickard
c978526a3f
Merge pull request #1583 from bacongobbler/registry-addon
...
introduce the "registry" addon
2017-06-16 10:44:00 -07:00
Matthew Fisher
5e1db75db5
add registry addon
...
This addon installs a docker registry into the cluster.
2017-06-16 10:36:10 -07:00
Matt Rickard
7b9310dcd5
Merge pull request #1597 from budhrg/fix-typo-grammar-punctuations
...
Fix typo, grammar, punctuation and formatting
2017-06-16 10:08:41 -07:00
Aaron Prindle
4774b8508b
Merge pull request #1599 from budhrg/boilerplate-2017
...
Fix copyright header boilerplate for year 2017
2017-06-16 09:59:15 -07:00
Budh Ram Gurung
0ebed25392
Fix copyright header boilerplate for year 2017
2017-06-16 22:26:21 +05:30
Jamie Hannaford
afa3da2036
Add COC
2017-06-16 15:25:08 +02:00
Budh Ram Gurung
96cb95bdfd
Fix typo, grammar, punctuations and formatting
2017-06-16 17:56:51 +05:30
Aaron Prindle
e23250dcc8
Fixed mtime issue for OSX
2017-06-15 11:44:47 -07:00