dlorenc
e57170061a
Merge pull request #1057 from dlorenc/isoperms
...
Add a starter test for ISO permissions.
2017-02-01 12:09:20 -08:00
dlorenc
8d58bb5dbc
Add a make target to run ISO tests.
2017-02-01 11:51:43 -08:00
Aaron Prindle
244ba75cfa
Merge pull request #1064 from aaron-prindle/update-add-dependency
...
Updated ADD_DEPENDENY docs with configuration to make gopkg.in work p…
2017-02-01 11:46:38 -08:00
Aaron Prindle
876bc22c9c
Updated ADD_DEPENDENY docs with configuration to make gopkg.in work properly
2017-02-01 11:39:10 -08:00
Matt Rickard
02c7229568
Merge pull request #1060 from upmc-enterprises/bumpRegistryCredsVersion
...
Bumped registry-creds version to 1.5
2017-02-01 10:01:57 -08:00
Aaron Prindle
30c7ddc7d0
Merge pull request #1052 from aaron-prindle/add-nfs-to-buildroot
...
Added NFS to buildroot
2017-01-31 15:15:51 -08:00
Matt Rickard
5e4c3c74cf
Merge pull request #1061 from r2d4/xfail
...
Fail jenkins job when make cross fails
2017-01-31 14:34:45 -08:00
Matt Rickard
eed9f29696
Fail jenkins job when make cross fails
2017-01-31 13:38:42 -08:00
Matt Rickard
ceb25dfd43
Merge pull request #1054 from r2d4/meta-linter
...
Fixes from gometalinter
2017-01-31 11:58:34 -08:00
Steve Sloka
b6c5e69cdd
Bumped registry-creds version to 1.5
2017-01-31 12:56:39 -05:00
dlorenc
22dcd7a7c9
Add a starter test for ISO permissions.
...
We can continue to add other tests to this file.
2017-01-31 08:31:53 -08:00
Matt Rickard
dfdbc6a768
Fixes from gometalinter
2017-01-30 15:39:35 -08:00
dlorenc
403f5865f3
Merge pull request #1051 from dlorenc/newiso
...
Switch the default iso to v1.0.5, which I just built in Jenkins.
2017-01-30 14:59:59 -08:00
Aaron Prindle
350829683c
Added NFS to buildroot
2017-01-30 14:16:03 -08:00
Dan Lorenc
d5febb60e5
Switch the default iso to v1.0.5, which I just built in Jenkins.
2017-01-30 13:34:09 -08:00
dlorenc
cbef649541
Merge pull request #1049 from dlorenc/swap
...
Move the swapon instructions to run on every boot.
2017-01-30 12:43:50 -08:00
dlorenc
80fdb4020b
Move the swapon instructions to run on every boot.
2017-01-30 10:36:28 -08:00
dlorenc
5d19af640e
Merge pull request #1047 from bacongobbler/document-insecure-registry
...
document --insecure-registry flag
2017-01-27 10:20:27 -08:00
dlorenc
d1accc36e2
Merge pull request #1048 from dlorenc/conncheck
...
Get rid of the default connchecker.
2017-01-27 10:20:09 -08:00
Matthew Fisher
63bd5d859b
document --insecure-registry flag
2017-01-26 15:26:08 -08:00
Matt Rickard
2cbec00a9d
Merge pull request #1045 from s-urbaniak/cnibump
...
cni: bump to v0.4.0
2017-01-26 13:53:05 -08:00
dlorenc
6b2d966bc6
Get rid of the default connchecker.
2017-01-26 13:42:14 -08:00
Sergiusz Urbaniak
6979179c50
cni: bump to v0.4.0
2017-01-26 19:48:22 +01:00
dlorenc
98eb715059
Merge pull request #1044 from s-urbaniak/rkt-1.23.0
...
rkt: bump to v1.23.0
2017-01-26 09:42:15 -08:00
Sergiusz Urbaniak
8291813807
rkt: bump to v1.23.0
...
Fixes #1042
2017-01-26 17:26:42 +01:00
Matt Rickard
075e342464
Merge pull request #991 from r2d4/disk-check
...
Check minimum disksize before creating minikube VM
2017-01-25 10:15:45 -08:00
Matt Rickard
b84c5ed683
Merge pull request #1034 from r2d4/toolbox
...
Add toolbox script for debugging in VM
2017-01-23 10:00:58 -08:00
Aaron Prindle
2944c8cf65
Merge pull request #1035 from aaron-prindle/fix-systemd-test-windows
...
Fixed Windows CI: now systemd integration test is skipped on Windows
2017-01-20 17:01:38 -08:00
Aaron Prindle
e9717abc78
Fixed Windows CI: now systemd integration test is skipped on Windows
2017-01-20 15:48:03 -08:00
Matt Rickard
1a4131ef02
Add toolbox script for debugging in VM
...
Usage `minikube ssh toolbox` will put you inside a rkt container with
debugging tools.
2017-01-20 14:30:07 -08:00
Matt Rickard
ffe8c9f50f
Merge pull request #1029 from r2d4/k8s-vs
...
Add v1.5.2 and v1.6.0-alpha.0 releases
2017-01-20 10:26:59 -08:00
Aaron Prindle
c827e2321d
Merge pull request #1032 from aaron-prindle/fix-mount-permissions
...
Fixed mount permissions with new iso
2017-01-19 18:01:13 -08:00
Aaron Prindle
e0605fbef3
Fixed mount permissions with new iso
2017-01-19 17:27:34 -08:00
Matt Rickard
ea5cef3a1a
Add v1.5.2 and v1.6.0-alpha.0 releases
2017-01-19 13:59:31 -08:00
Matt Rickard
a638cce9ba
Check minimum disksize before creating minikube VM
...
We use docker/go-units for human readable disk sizes on the --disk-size
flag. However, sometime a user use wrong syntax and specify a disk
size that they didn't mean. Fixes #976
2017-01-19 11:55:03 -08:00
Matt Rickard
e4df3abc6f
Merge pull request #1015 from r2d4/addons-open
...
Fixes nil dereference on error and addons open
2017-01-19 11:40:27 -08:00
Aaron Prindle
24f333c72b
Merge pull request #1022 from aaron-prindle/kubectl-help-text
...
Fixed kubectl download text/check for Windows
2017-01-19 10:24:03 -08:00
dlorenc
5e5e2bd780
Merge pull request #1023 from dlorenc/152
...
Update to k8s 1.5.2
2017-01-19 10:01:40 -08:00
dlorenc
ade23e737d
make gendocs
2017-01-18 14:11:34 -08:00
dlorenc
5b1e05b7e6
Update to k8s 1.5.2
2017-01-18 11:51:21 -08:00
Aaron Prindle
7faa5e1c01
Merge pull request #1016 from aaron-prindle/update-iso-version
...
Updated minikube-iso to v1.0.3 to include a fix for Windows
2017-01-18 11:20:54 -08:00
Aaron Prindle
c610deaa43
Fixed kubectl download text/check for Windows
2017-01-18 10:52:20 -08:00
Matt Rickard
288913c0ab
Merge pull request #1017 from r2d4/fmt
...
Ignore ./out folder in gofmt test
2017-01-17 14:42:39 -08:00
Matt Rickard
b53320dee2
Ignore ./out folder in gofmt test
2017-01-17 13:00:36 -08:00
Matt Rickard
69c3b5b818
Fixes nil dereference on error and addons open
...
Some addons don't have a 'minikube addons open' endpoint defined, so
don't retry and wait for them.
2017-01-17 11:50:25 -08:00
Aaron Prindle
628835964f
Updated minikube-iso to v1.0.3 to include a fix for Windows
2017-01-17 11:47:14 -08:00
Matt Rickard
2fa569a1c9
Merge pull request #1010 from fate-grand-order/master
...
fix missing argument for Printf
2017-01-17 11:20:35 -08:00
fate-grand-order
c4ed8df451
fix missing argument for Printf
2017-01-17 15:17:40 +08:00
Aaron Prindle
35d1ec7b78
Merge pull request #1005 from aaron-prindle/fix-hv-kvp-windows
...
Fixed hv_kvp_daemon.mk to fix minikube for windows hyperv
2017-01-13 15:13:07 -08:00
Aaron Prindle
df17303855
Fixed hv_kvp_daemon.mk to fix minikube for windows hyperv
2017-01-13 15:00:21 -08:00