- 26 Aug, 2015 18 commits
-
-
Alex Robinson authored
-
Yu-Ju Hong authored
Kubectl describe for experimental HorizontalPodAutoscaler
-
Yu-Ju Hong authored
fix error in 'rm' path instructions to force restaging
-
Yu-Ju Hong authored
AWS: Add disk size/type defaults to config-test
-
Yu-Ju Hong authored
kubelet: trigger pod workers independently
-
Jerzy Szczepkowski authored
Added ProxyGet method to services client.
-
Amy Unruh authored
-
Jerzy Szczepkowski authored
Added ProxyGet method to services client.
-
Marcin Wielgus authored
-
Filip Grzadkowski authored
Implementation of HorizontalPodAutoscaler
-
Marcin Wielgus authored
-
Filip Grzadkowski authored
Started running Autoscaling e2e test on dedicated Jenkins job
-
Piotr Szczesniak authored
-
Filip Grzadkowski authored
Reenable watch in apiserver
-
Filip Grzadkowski authored
Fix deadlock in Cacher on etcd errors
-
Wojciech Tyczynski authored
-
Wojciech Tyczynski authored
-
Yu-Ju Hong authored
Currently, whenever there is any update, kubelet would force all pod workers to sync again, causing resource contention and hence performance degradation. This commit flips kubelet to use incremental updates (as opposed to snapshots). This allows us to know what pods have changed and send updates to those pod workers only. The `SyncPods` function has been replaced with individual handlers, each handling an operation (ADD, REMOVE, UPDATE). Pod workers are still triggered periodically, and kubelet performs periodic cleanup as well. This commit also spawns a new goroutine solely responsible for killing pods. This is necessary because pod killing could hold up the sync loop for indefinitely long amount of time now user can define the graceful termination period in the container spec.
-
- 25 Aug, 2015 22 commits
-
-
Yu-Ju Hong authored
Register deployment API Object
-
Yu-Ju Hong authored
kubelet/rkt: merge environments instead of overriding.
-
Yu-Ju Hong authored
Update Kubernetes cadvisor
-
Yu-Ju Hong authored
use privileged source object
-
Yu-Ju Hong authored
Fix typo that caused an error at end of vagrant up
-
Yu-Ju Hong authored
Add liveness probe for master's etcd pod
-
Yu-Ju Hong authored
Renaming in pkg/registry to reflect reality
-
Yu-Ju Hong authored
Revert "Updated deprecated flags (address and port). Added an option …
-
Phillip Wittrock authored
Update Kubernetes cadvisor to pull in @b7bbefd9b1d4c1032c6afece425a99ba17e43cdb so that the VersionInfo is not cached.
-
Yu-Ju Hong authored
-
Yu-Ju Hong authored
Stage trusty/node.yaml for GKE use
-
Yu-Ju Hong authored
Handle terminating pods in the node controller (6/7)
-
Yu-Ju Hong authored
Updated deprecated flags (address and port). Added an option to pass runtime-config.
-
Yu-Ju Hong authored
Added PersistentVolumeSource to describer output
-
Yu-Ju Hong authored
Vagrant: Make F21 fixup conditional
-
Yu-Ju Hong authored
Add ability to select AWS profile
-
Yifan Gu authored
Also remove the service file when the pod is killed.
-
nikhiljindal authored
-
Yifan Gu authored
Merge the environments in container spec and in the image manifest. Also allow empty app in image manifest.
-
derekwaynecarr authored
-
markturansky authored
-
CJ Cullen authored
-