- 27 Aug, 2015 11 commits
-
-
Mike Danese authored
add a fuzz function for expapi.APIVersion
-
Zach Loafman authored
Add patch notes to versioning doc
-
Piotr Szczesniak authored
Moved failing tests to the flaky suite on Jenkins
-
Piotr Szczesniak authored
-
Piotr Szczesniak authored
Revert "LimitRange updates for Resource Requirements Requests"
-
Piotr Szczesniak authored
Revert "Bump cadvisor godep"
-
Piotr Szczesniak authored
Revert "Make MASTER_IP_RANGE master-only"
-
Piotr Szczesniak authored
-
Piotr Szczesniak authored
-
Piotr Szczesniak authored
-
Max Forbes authored
-
- 26 Aug, 2015 29 commits
-
-
Yu-Ju Hong authored
e2e: disable the restart count test
-
Yu-Ju Hong authored
-
Chao Xu 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
-