- 09 Apr, 2015 40 commits
-
-
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
-
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.
-
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
-
Dawn Chen authored
bump(github.com/docker/spdystream):99515db39d3dad9607e0293f18152f3d59da7...
-
Daniel Smith authored
Add Validate in addition to ValidateUpdate to validation for most resources.
-
Daniel Smith authored
We have had user reports that look like hash conflicts. Expand the hash to 10 digits.
-
Andy Goldstein authored
Only simulate data for the data stream, not for the error stream too. Fixes #6529
-
Victor Marmol authored
kubelet: Move pod infra container image setting to dockertools.
-
Victor Marmol authored
Enable profiling by default re: #6623
-
Victor Marmol authored
Fix scheduler crashes when profiling is enabled
-
Yifan Gu authored
-
Wojciech Tyczynski authored
-
Jeff Lowdermilk authored
fix kubeconfig serialization
-
Andy Goldstein authored
Update spdystream to pick up a fix for a deadlock between writing data and a connection closure. Fixes #6490
-
yaoguo authored
-
Timothy St. Clair authored
-
Wojciech Tyczynski authored
-
Filip Grzadkowski authored
Really update NodeStatus every 10 seconds - not as often as possible
-
Wojciech Tyczynski authored
-
Piotr Szczesniak authored
It reverts @davidopp temp fix #6443. Fixes #6199.
-
Brendan Burns authored
-
Brendan Burns authored
-
Vish Kannan authored
Fixed typos in FIFO comments
-
Vish Kannan authored
kubelet/DockerManager: Fix returning empty error from GetPodStatus().
-
Vish Kannan authored
Removing some references to v1beta1 from test code
-
Yu-Ju Hong authored
If a static pod changes, delete the corresponding mirror pod. When kubelet could not see mirror pod from the API server update, it'd attemp to create a new mirror pod with up-to-date specs.
-
markturansky authored
-