- 02 Jan, 2016 7 commits
-
-
Wojciech Tyczynski authored
Fix TestPoll test
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Wojciech Tyczynski authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
- 01 Jan, 2016 5 commits
-
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Prashanth B authored
-
Wojciech Tyczynski authored
Updage auto-generated files
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
-
- 31 Dec, 2015 5 commits
-
-
Justin Santa Barbara authored
For AWS EBS, a volume can only be attached to a node in the same AZ. The scheduler must therefore detect if a volume is being attached to a pod, and ensure that the pod is scheduled on a node in the same AZ as the volume. So that the scheduler need not query the cloud provider every time, and to support decoupled operation (e.g. bare metal) we tag the volume with our placement labels. This is done automatically by means of an admission controller on AWS when a PersistentVolume is created backed by an EBS volume. Support for tagging GCE PVs will follow. Pods that specify a volume directly (i.e. without using a PersistentVolumeClaim) will not currently be scheduled correctly (i.e. they will be scheduled without zone-awareness).
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Random-Liu authored
-
Wojciech Tyczynski authored
Fix cacher_test flakes
-
Wojciech Tyczynski authored
-
- 30 Dec, 2015 23 commits
-
-
Tim Hockin authored
Add flags to control max connections (set to 256k vs 64k default) and TCP established timeout (set to 1 day vs 5 day default). Flags can be set to 0 to mean "don't change it". This is only set at startup, and not wrapped in a rectifier loop. Tested manually.
-
Tim Hockin authored
This dep is needed by libcontainer, but not vendored.
-
Tim Hockin authored
This dep is needed by boltdb, but it was not vendored.
-
Tim Hockin authored
-
Joe Finney authored
Split e2e.sh into e2e.sh and e2e-runner.sh on master branch.
-
Joe Finney authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Wojciech Tyczynski authored
Extend logging for debugging #18794 purposes
-
Wojciech Tyczynski authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Wojciech Tyczynski authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
-
gmarek authored
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Lucas Käldström authored
-