- 12 Oct, 2015 11 commits
-
-
Timothy St. Clair authored
This commit plumbs contexts which are needed for the new client.
-
Marek Grabowski authored
HollowNode refactoring
-
Jerzy Szczepkowski authored
Enabled InitialResources e2e in autoscaling suite
-
gmarek 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
-
Piotr Szczesniak authored
-
Marek Grabowski authored
Make Kubemark master components write logs to the /var/logs
-
Jerzy Szczepkowski authored
Added horizontal pod autoscaler example.
-
- 10 Oct, 2015 29 commits
-
-
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
-
Dr. Stefan Schimanski authored
This avoid that we either waste cpu resources due to rounding or that we report to much to the kubelet such that the e2e tests think they can schedule more than resources are available. This fixes https://github.com/mesosphere/kubernetes-mesos/issues/437
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski 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
-
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
-
k8s-merge-robot authored
Auto commit by PR queue bot
-
Brian Grant authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
- simplify - rename kubeletExecutor -> executorKubelet - move executorKubelet code into kubelet.go - remove duplicated executorKubelet.ListenAndServe - fix executorKubelet.Run comment
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
-
Dr. Stefan Schimanski authored
This patch reduces the dependencies of the executor from the kubelet. This makes it possible launch the kubelet after the executor. This considerably reduces the complexity of the startup code. Moreover, this work is a requirement to use a standalone kubelet some day.
-
Dr. Stefan Schimanski authored
-