- 25 Jan, 2016 12 commits
-
-
Eric Paris authored
-
Quinton Hoole authored
Ubernetes-Lite GCE: Label volumes with zone information
-
Eric Tune authored
ScheduledJob controller proposal
-
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
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Piotr Szczesniak authored
Disabled cluster size autoscaling e2e since they are flaky
-
Piotr Szczesniak authored
-
Lucas Käldström authored
-
- 24 Jan, 2016 9 commits
-
-
David Oppenheimer authored
Dedicated nodes, taints, and tolerations design proposal
-
David Oppenheimer authored
Node affinity and NodeSelector design doc
-
David Oppenheimer authored
How to build Mesos/Omega-style frameworks on Kubernetes.
-
Zach Loafman authored
fix nil pointer in addons test
-
David Oppenheimer authored
-
Mike Danese authored
-
David Oppenheimer authored
-
David Oppenheimer authored
-
David Oppenheimer authored
-
- 23 Jan, 2016 10 commits
-
-
Zach Loafman authored
move spark images to github.com/kubernetes/application-images/spark
-
Zach Loafman authored
Handle multijob runners properly in verify-jenkins-jobs.sh
-
Zach Loafman authored
Remove TestWatchEtcdError
-
Zach Loafman authored
slightly better logs in service e2e
-
Zach Loafman authored
cluster/gce: fix unbound variable
-
Zach Loafman authored
Make ServiceLoadBalancer a Feature test
-
David Oppenheimer authored
Add time logging to runReplicationControllerTest to help debug timeouts in the future
-
Daniel Smith authored
We decided to remove this test, as there's no way to get an upper bound on its running time. Etcd restart behavior should be tested in integration or e2e tests.
-
Tim Hockin authored
-
Isaac Hollander McCreery authored
-
- 22 Jan, 2016 9 commits
-
-
David Oppenheimer authored
timeouts in the future.
-
Zach Loafman authored
Revert "kubectl: Make scaling smarter"
-
Zach Loafman authored
19848: Retry service IP repair on conflict
-
Eric Tune authored
When job.spec.completions is nil, only one task needs to succeed for the job to succeed, and parallelism can be scaled freely during runtime. Added tests. Release Note: This causes two minor changes to the API. First, unset parallelism previously was defaulted to be equal to completions. Now it always defaults to 1 if unset. Second, having parallelism=N and completions unset would previously be defaulted to 1 completion and N parallelism. (this is not something we expect people to do, though) Now, no defaulting occurs in that case, and the job's behavior is different (any completion causes success).
-
Zach Loafman authored
-
Mike Danese authored
-
Zach Loafman authored
build: Use Go version in cross image tag
-
Justin Santa Barbara authored
-
Justin Santa Barbara authored
We don't cope well if a PD is in multiple zones, but this is actually fairly easy to detect. This is probably justified purely on the basis that we never want to delete the wrong volume (DeleteDisk), but also because this means that we now warn on creation if a disk is in multiple zones (with the labeling admission controller). This also means that with the scheduling predicate in place, that many of our volume problems "go away" in practice: you still can't create or delete a volume when it is ambiguous, but thereafter the volume will be labeled with the zone, that will match it only to nodes with the same zone, and then we query for the volume in that zone when we attach/detach it.
-