Commit Graph

6364 Commits (02d7b74d10c1eece822188228bc3063216431408)

Author SHA1 Message Date
dlorenc c74d4508ff Add instructions for running conformance tests. 2016-05-24 11:30:25 -07:00
dlorenc 5cdb140b31 Switch from .gopath to _gopath to be consistent with kubernetes. 2016-05-24 10:54:24 -07:00
Lucas Käldström 95498a23dd Merge pull request #102 from dlorenc/privileged
Allow privileged pods.
2016-05-24 17:49:57 +03:00
Dan Lorenc e5c3564f9e Allow privileged pods. 2016-05-23 18:12:52 -07:00
dlorenc a4150c2523 Merge pull request #97 from aaron-prindle/env
added env functionality and tests
2016-05-23 15:15:23 -07:00
aprindle 8f1c2e0647 added env functionality and tests 2016-05-23 14:18:25 -07:00
Lucas Käldström bb948fd735 Merge pull request #98 from dlorenc/godeps
Update k8s.io components to efc5bbc9e.
2016-05-23 22:39:05 +03:00
dlorenc 0552f504dd Update k8s.io components to efc5bbc9e.
A manual change was required in kube2sky.go.
Updates were required in appc/spec and a few other libraries.
2016-05-23 11:27:28 -07:00
Lucas Käldström d4c23777ed Merge pull request #90 from dlorenc/race
Fix race condition in cluster setup.
2016-05-23 08:35:57 +03:00
Dan Lorenc 43f5851e6d Fix race condition in cluster setup.
We now explicitly generate certs before starting the cluster.
2016-05-22 14:21:10 -07:00
Lucas Käldström 7d17bee24d Merge pull request #86 from dlorenc/ip
Add a command to retrieve the running IP.
2016-05-22 23:50:31 +03:00
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