- 10 Apr, 2015 5 commits
-
-
Wojciech Tyczynski authored
integration: Randomize the order of the integration tests.
-
Yifan Gu authored
-
Victor Marmol authored
fix compilation
-
Victor Marmol authored
Limit the number of concurrent tests in integration.go
-
Abhishek Shah authored
-
- 09 Apr, 2015 35 commits
-
-
Satnam Singh authored
E2E : Networking.go Implement BeforeEach/AfterEach, and unique namespace...
-
Yu-Ju Hong authored
Integration test often time out because the machine is loaded. Instead of increasing timeout, this change hopes to address the issue by limiting the number of tests running simultaneously. Add a new flag in integration.go to specify the maximum number of concurrent tests. Set the default in travis and shippable configurations to be 4.
-
Daniel Smith authored
The redis-master-controller should be stopped
-
Victor Marmol authored
Updating cadvisor deps and adding events cadvisor interface to kubelet
-
Victor Marmol authored
Fix issue of kube-scheduler returns "404" for "/healthz" request without disable pprof
-
you-n-g authored
The redis-master-controller should be stopped, and the redis-master will be deleted automatically.
-
Vishnu Kannan authored
-
Vishnu Kannan authored
-
Daniel Smith authored
kubelet/fake_docker_client: Use self's PID instead of 42 in testing.
-
Daniel Smith authored
Update NodeStatus use subresources.
-
Dawn Chen authored
-
Robert Bailey authored
Revert "Fix scheduler crashes when profiling is enabled"
-
Tim Hockin authored
Add validation for Endpoint
-
Fabio Yeon authored
-
Jeff Lowdermilk authored
make kubectl config behave more expectedly
-
jayunit100 authored
-
Yifan Gu authored
This is safer to use self's PID than some arbitrary PID (say 42), since the kubelet will set the oom_score_adj for real.
-
David Oppenheimer authored
Added events back to Node Controller
-
Daniel Smith authored
Fix TestServeExecInContainerIdleTimeout flake
-
Andy Goldstein authored
Remove creation of stream from TestServeExecInContainerIdleTimeout as it's not necessary to very idle timeout. Increase stream creation and ack timeouts to 30 seconds. Fixes #5628
-
Daniel Smith authored
The versioned printer should be initialized with the mapping apiversion
-
jayunit100 authored
E2E : Networking.go Implement BeforeEach/AfterEach, and unique namespaces for each test to avoid any collisions due to etcd deletion consistency. variable into func.satnams suggestions remove superfluous if stmt
-
Daniel Smith authored
Fix serialization for v1beta[12] container Command
-
Daniel Smith authored
Fix RunUntil and stop leaking watch channel on etcd error
-
Clayton Coleman authored
VersionedPrinter handles fallback when multiple different APIVersions are present if multiple arguments are passed (for instance, both Kube resources at v1beta3 and a third party's API objects which are only at v1). The cmd PrinterForMapping should always include the current object's "mapping version" as a fallback in the event the preferred API version does not map to the actual object.
-
deads2k authored
-
Paul Morie authored
-
Prashanth Balasubramanian authored
-
Vish Kannan authored
describe: Support resource type/name syntax
-
Dawn Chen authored
Fix flakey port forward test
-
Daniel Smith authored
Remove duplicate localhost setting
-
Maxwell Forbes authored
Update the existing salt.md, add the start of a Salt README tree
-
Daniel Smith authored
ListMinions support for selectors
-
Victor Marmol authored
Kubelet: recreate mirror pod if the static pod changes
-