- 05 Feb, 2015 40 commits
-
-
Brendan Burns authored
Add "Update Event" to Kubernetes API
-
Brendan Burns authored
Do not use {} in systemd environment variables -
Brendan Burns authored
Allow output formatting for kubectl config view
-
Brendan Burns authored
Remove timeout from cmd/e2e now that all tests are under it
-
Zach Loafman authored
-
Filipe Brandenburger authored
Add a simple endpoints test.
-
Tim Hockin authored
Improve "constraint violation" error message.
-
Brian Grant authored
Fix a regression where we never cleared out failed nodes.
-
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
-
Jerzy Szczepkowski authored
-
Zach Loafman authored
Breakfix for #4177, not a real solution
-
Zach Loafman authored
-
Brendan Burns authored
-
Jeff Lowdermilk 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
-
Jeff Lowdermilk authored
Allows helpers to be used by config commands.
-
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
-
Eric Paris authored
From the systemd man page: Use "${FOO}" as part of a word, or as a word of its own, on the command line, in which case it will be replaced by the value of the environment variable including all whitespace it contains, resulting in a single argument. Use "$FOO" as a separate word on the command line, in which case it will be replaced by the value of the environment variable split at whitespace, resulting in zero or more arguments. Since we want people to be able to use these for multiple arguments we need to make sure we don't use {} around the env vars... -
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.
-