- 05 Feb, 2015 40 commits
-
-
Dawn Chen authored
-
Dawn Chen authored
-
Brian Grant authored
Adding static swagger spec and a script to update it
-
Zach Loafman authored
E2e services 4162
-
nikhiljindal authored
-
CJ Cullen authored
fixes kube-apiserver failure when using aws/cloudformation-template.json
-
Zach Loafman authored
Breakfix for #4177, not a real solution
-
Zach Loafman authored
-
CJ Cullen authored
Typo
-
Zach Loafman authored
Revert jenkins/e2e.sh back to 606b517a, minus -tap
-
Zach Loafman authored
-
Robert Rati authored
an else statement. #4162
-
Brendan Burns authored
Check Docker version in Kubelet /healthz handler
-
Zach Loafman authored
Add more logging
-
Zach Loafman authored
-
Mike Schiller authored
inserted mising = in kube-apiserver's portal_net parameter that prevented the kube-apiserver from starting
-
Zach Loafman authored
Fix jenkins/hack/e2e.sh, log errors better
-
Zach Loafman authored
-
Filipe Brandenburger authored
Pervert e2e shell tests to run under Ginkgo
-
Zach Loafman authored
To fix this, it would be an alias for: hack/ginkgo-e2e.sh -t TestNetwork ... which may not work on binary distributions, because it's relying on test assets, so it probably shouldn't live in cluster/ ...
-
Zach Loafman authored
-
Zach Loafman authored
-
Zach Loafman authored
* Add a test/e2e/shell.go that slurps up everything in hack/e2e-suite and runs it as a bash test, borrowing all the code from hack/e2e.go. * Rip out all the crap in hack/e2e.go that deal with multiple tests * Move hack/e2e-suite/goe2e.sh to hack/ginkgo-e2e.sh so that it doesn't get slurped up.
-
Robert Rati authored
-
Robert Rati authored
-
Robert Rati authored
-
Brian Grant authored
contrib: add git-sync container
-
Brian Grant authored
Clarify commenting in endpoints_controller
-
Brian Grant authored
Make the replication controller more resilient to event expiration in watch.
-
Brian Grant authored
kubectl proxy: make static prefix configurable
-
Robert Rati authored
-
Brian Grant authored
Fix tests in validation_test
-
Brian Grant authored
Deleting the API objects related to /operations
-
Brian Grant authored
Remove kubecfg from all getting started docs.
-
Zach Loafman authored
Make e2e shell tests work standalone
-
Pierre du Plessis authored
-
Filipe Brandenburger authored
Simply incorporate some of the boilerplate from hack/e2e.go into the scripts in hack/e2e-suite. Use environment variables with default values to allow overrides in kubectl command line and to use a versioned package root. Tested: - Ran `go run hack/e2e.go -test` on a test cluster. - Ran the test cases individually. - Ran hack/e2e-suite/goe2e.sh -t Pods to confirm it takes arguments. - Also fixed cluster/test-network.sh (which should be more and more irrelevant.)
-
Brendan Burns authored
-
nikhiljindal authored
-
Brian Grant authored
Adding swagger files which got left out of last PR
-