Lucas Käldström
2cee5ca3c9
Merge pull request #81 from dlorenc/version
...
Set the k8s version strings during build.
2016-05-22 13:29:53 +03:00
Lucas Käldström
5ab4f230e6
Merge pull request #95 from dlorenc/test
...
Fix test.sh to run on mac.
2016-05-20 21:56:02 +03:00
dlorenc
f34e34fa20
Fix test.sh to run on mac.
...
The find command errors on Mac. This uses "go list", which should
be easier to maintain going forward.
Also switch to one "go test" execution with many paths. This lets
go test parallelize more effectively, and cuts the runtime down
from 2.5m to 1.5m on my workstation.
2016-05-20 11:44:45 -07:00
dlorenc
301eb44838
Merge pull request #96 from dlorenc/save
...
Fix bug in start.
2016-05-19 16:47:17 -07:00
dlorenc
cae9bc41ab
Fix bug in start.
...
We have to call save after start, because the IP/port might change.
2016-05-19 14:40:56 -07:00
Dan Lorenc
e6eb9b6dee
Add a test for the new IP command.
2016-05-19 13:06:34 -07:00
Dan Lorenc
41cc002233
IP command.
2016-05-19 13:06:34 -07:00
dlorenc
926a425289
Remove unused string.
2016-05-19 10:03:26 -07:00
Dan Lorenc
a0fc571b06
Add gitTreeState argument.
2016-05-19 10:00:24 -07:00
Dan Lorenc
3bf1d4e1f5
Set the k8s version strings during build.
2016-05-19 10:00:24 -07:00
Lucas Käldström
46fcb92804
Merge pull request #88 from dlorenc/makefile
...
Fix dependency tracking in the Makefile
2016-05-19 19:39:30 +03:00
Dan Lorenc
0a51f35722
Also clean up localkubecontents.go
2016-05-18 15:44:13 -07:00
dlorenc
f85a2aeaad
Merge pull request #89 from aaron-prindle/master
...
Added Run Requirements section to README.md
2016-05-18 15:20:13 -07:00
Aaron Prindle
3e4021296e
Added "Requirements to Run Minikube" section to README.md
2016-05-18 14:36:12 -07:00
Dan Lorenc
0663b21810
Fix dependency tracking in the Makefile
2016-05-17 19:05:21 -07:00
Lucas Käldström
2d459dfecd
Merge pull request #82 from dlorenc/security
...
Enable SecurityContext features.
2016-05-16 20:58:12 +03:00
dlorenc
b0440fc9c1
Merge pull request #73 from ethernetdan/kubeconfig
...
Setup kubeconfig on cluster start
2016-05-16 08:44:46 -07:00
Dan Lorenc
9379c4360d
Enable SecurityContext features.
2016-05-15 18:47:47 -07:00
Lucas Käldström
a3ff9d751e
Merge pull request #80 from dlorenc/ethtool
...
Add ethtool to the built image.
2016-05-15 17:37:56 +03:00
Dan Lorenc
e0c13f9ce4
Add ethtool to the built image.
2016-05-14 19:03:04 -07:00
dlorenc
98be119f9d
Merge pull request #79 from dlorenc/master
...
Make .gitignore paths absolute.
2016-05-14 15:52:02 -07:00
Dan Lorenc
0afcba035a
Make .gitignore paths absolute.
2016-05-14 15:52:09 -07:00
Lucas Käldström
22fe0d1261
Merge pull request #76 from dlorenc/it
...
Integration test to verify cluster components are healthy.
2016-05-14 21:48:04 +03:00
Lucas Käldström
50b676dd4b
Merge pull request #75 from dlorenc/isourl
...
Make the ISO url configurable for testing new ISO builds.
2016-05-14 21:46:55 +03:00
Dan Lorenc
a184532414
Go-bindata is showing up in the test runs and failing for some reason.
2016-05-14 11:33:04 -07:00
Lucas Käldström
00a39dd2b0
Merge pull request #78 from dlorenc/staticsocat
...
This statically compiles socat so it actually works in our iso.
2016-05-14 21:29:27 +03:00
Dan Lorenc
7d39206842
Fix test, also attempt to fix travis.
2016-05-14 11:18:13 -07:00
Dan Lorenc
62813737a6
This statically compiles socat so it actually works in our iso.
2016-05-14 11:13:12 -07:00
dlorenc
a9f97ec2dc
Merge pull request #77 from dlorenc/master
...
Fix make clean.
2016-05-14 10:43:29 -07:00
Dan Lorenc
a7fd82e28a
Unhide flag.
2016-05-14 10:35:44 -07:00
Dan Lorenc
0ad6e3aa3a
Fix make clean.
2016-05-14 10:27:58 -07:00
Lucas Käldström
32e4c9d26b
Merge pull request #74 from dlorenc/updatek8s
...
Update kubernetes components to head
2016-05-14 20:16:51 +03:00
Dan Lorenc
215d1eca92
Remove unused files.
2016-05-14 09:58:44 -07:00
Dan Lorenc
f0fdf425c3
Integration test to verify cluster components are healthy.
2016-05-14 09:54:47 -07:00
dlorenc
cac6d07a5d
Make the ISO url configurable for testing new ISO builds.
...
Also delete the old flag, since it's unused.
2016-05-13 15:15:08 -07:00
dlorenc
1884f8acf1
Blow away godeps.json, re "godep save".
2016-05-13 14:55:15 -07:00
dlorenc
e7fb68b590
First attempt at updating k8s.
2016-05-13 14:05:27 -07:00
Dan Gillespie
77c1d0ce61
changed kubeconfig setup to single line if
2016-05-13 13:39:01 -07:00
Dan Gillespie
4b5c89486f
fixed kubeconfig test
2016-05-13 13:24:38 -07:00
Dan Gillespie
4194466d62
added license
2016-05-13 12:40:29 -07:00
Dan Gillespie
b5b5b331bf
working kubeconfig setup
2016-05-13 12:25:03 -07:00
Dan Gillespie
ff7cb9ae83
add kubeconfig tests
2016-05-13 11:34:13 -07:00
Lucas Käldström
d4516f7665
Merge pull request #72 from dlorenc/socat
...
Build socat as part of the iso build.
2016-05-13 20:51:46 +03:00
Lucas Käldström
68654463fe
Merge pull request #66 from dlorenc/buildlocalkube
...
Bundle localkube in the minikube binary as a blob, send that to the VM.
2016-05-13 20:51:09 +03:00
Dan Lorenc
3a0c1b0230
Add .gopath and generated code to the whitelist for gofmt.
2016-05-13 10:24:39 -07:00
Dan Lorenc
3fa98665be
Build socat as part of the iso build.
2016-05-13 09:57:12 -07:00
Dan Lorenc
a2be50b318
Fix test dependency.
2016-05-13 09:55:15 -07:00
Dan Gillespie
b1ebe65c1d
added kubeconfig writing and reading
2016-05-13 09:49:06 -07:00
Dan Lorenc
ddbc7e16c6
Fix makefile bug.
2016-05-13 08:49:21 -07:00
Dan Lorenc
7514917bf2
Code review feedback.
...
- Install go-bindata automatically.
- Newlines
- Change to Go 1.6.
2016-05-13 08:35:30 -07:00