- 26 Aug, 2015 40 commits
-
-
Jeff Grafton authored
-
Yu-Ju Hong authored
Refactor to use docker-machine or boot2docker
-
Yu-Ju Hong authored
Update CentOS getting started guide with needed KUBELET_API_SERVER
-
Yu-Ju Hong authored
Added possible improvement to Initial Resources proposal
-
Yu-Ju Hong authored
Kubelet: fix container restart counts
-
Yu-Ju Hong authored
Add cookbook for VMware
-
Yu-Ju Hong authored
Update fabric8 client library location
-
Yu-Ju Hong authored
Support formatting and mounting GCE PD without 'safe_format_and_mount'
-
Kel Cecil authored
-
Yu-Ju Hong authored
glog.Warning -> glog.Warningf
-
Yu-Ju Hong authored
Make MASTER_IP_RANGE master-only
-
Yu-Ju Hong authored
Add -o name for commands which use printer to output results
-
Yu-Ju Hong authored
LimitRange updates for Resource Requirements Requests
-
Yu-Ju Hong authored
Pass mbforbes TODOs to others.
-
Yu-Ju Hong authored
Bump cadvisor godep
-
Yu-Ju Hong authored
Added make verify to simplify running presubmit checks
-
Jimmi Dyson authored
Fixes #13189, Fixes kubernetes/heapster#500
-
Max Forbes 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
-
Max Forbes authored
-
Sami Wagiaalla authored
The GCE PD plugin uses safe_format_and_mount found on standard GCE images: https://github.com/GoogleCloudPlatform/compute-image-packages/blob/master/google-startup-scripts/usr/share/google/safe_format_and_mount On custom images where this is not available pods fail to format and mount GCE PDs. This patch uses linux utilities in a similar way to the safe_format_and_mount script to format and mount the GCE PD and AWS EBC devices. That is first attempt a mount. If mount fails try to use file to investigate the device. If 'file' fails to get any information about the device and simply returns "data" then assume the device is not formatted and format it and attempt to mount it again. Signed-off-by:
Sami Wagiaalla <swagiaal@redhat.com>
-
Jerzy Szczepkowski authored
Added ProxyGet method to services client.
-
Amy Unruh authored
-
xavierbaude authored
related to https://github.com/kubernetes/kubernetes/pull/13143
-
Jerzy Szczepkowski authored
Added ProxyGet method to services client.
-
Marcin Wielgus authored
-
Filip Grzadkowski authored
Implementation of HorizontalPodAutoscaler
-
Jørgen Grøndal authored
-
Maciej Szulik authored
-
Marcin Wielgus authored
-
Filip Grzadkowski authored
Started running Autoscaling e2e test on dedicated Jenkins job
-
Piotr Szczesniak authored
-
Jimmi Dyson authored
-
Filip Grzadkowski authored
Reenable watch in apiserver
-
hurf authored
Added a new printer which prints 'resource/name' pair of a given object.
-
Filip Grzadkowski authored
Fix deadlock in Cacher on etcd errors
-
Wojciech Tyczynski authored
-