Commit Graph

8696 Commits (095ccbe562d78fe8aa2fcd9239e2d0ab3b9c8cff)

Author SHA1 Message Date
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
Dan Lorenc 03f22fab94 Transfer the built localkube binary to the VM.
Also cleanup the Makefile quite a bit. We not build localkube in docker on mac,
then use go-bindata to pack it up. Users will need go-bindata on their paths to build now,
though.
2016-05-12 11:47:57 -07:00
Dan Lorenc 5eaae409aa Working build, scp of localkube to the VM. 2016-05-12 10:12:34 -07:00
Dan Lorenc 92d0c94d7b Initial SSH transfer commit. 2016-05-11 23:55:34 -07:00
dlorenc 46fcb77943 Merge pull request #63 from dlorenc/vendor
Undo modifications to the vendor directory
2016-05-11 15:21:00 -10:00
Dan Lorenc a3fee8fd40 Remove unused portions of GenerateSelfSignedCert 2016-05-11 16:50:27 -07:00
Dan Lorenc 91c9898017 Undo modifications to the vendor directory, getting this upstreamed will be harder than I thought. 2016-05-11 16:17:38 -07:00
dlorenc 30b10f4fc7 Merge pull request #62 from dlorenc/certs
Fix certificate handling.
2016-05-11 11:21:52 -10:00