- 12 May, 2015 27 commits
-
-
Victor Marmol authored
Make SyncPodSync as the default SyncPodType.
-
Derek Carr authored
Fixes to apiserver for subresources and naming
-
Derek Carr authored
Fix vagrant cpu count on linux.
-
Derek Carr authored
Update example kubernetes-namespaces to use v1beta3 API
-
Derek Carr authored
Port forward now listens on IPv4 and IPv6 localhost address
-
Derek Carr authored
merge the v1beta3 json file in the resource quota example
-
Eric Paris authored
NFS plugin should use correct mounter
-
Piotr Szczesniak authored
make the httpGet port the match the containerPort in the walkthrough example
-
Derek Carr authored
resize: Use Resize method
-
Zach Loafman authored
Allow Jenkins to get the version from the GKE server.
-
Paul Morie authored
Fix downward API
-
Piotr Szczesniak authored
Implemented first version of load test
-
Rohit Jnagal authored
We would like the default to be sync instead of create to easily differentiate create operations in empty metrics map.
-
Chao Xu authored
-
Brendan Burns authored
-
Brendan Burns authored
-
Deyuan Deng authored
-
BenTheElder authored
Corrects error in https://github.com/GoogleCloudPlatform/kubernetes/commit/19224deb04ea0f7b5003c9d29e9c841d7b1b6152 on linux cpus with hyperthreading (we need to pass the results of `cat /proc/cpuinfo | grep 'core id'` through uniq before counting the lines). Also checks that we found more than 0 lines (cores) and defaults to the result of nproc in case we didn't (necessary for processors without the core id field, so far only observed on a raspberry pi).
-
Quinton Hoole authored
Revert "E2E: Soak test and Functional tests for K8Petstore "
-
Quinton Hoole authored
-
Fabio Yeon authored
For examples/meteor: update README, minor fixes.
-
Nikhil Jindal authored
Introduce an 'svc' segment for DNS search
-
Nikhil Jindal authored
Add a flag to disable legacy APIs
-
Max Forbes authored
-
Tim Hockin authored
-
Victor Marmol authored
Add kubectl log --previous support to view last terminated container log
-
Brendan Burns authored
make the dockerkeyring handle mutiple matching credentials
-
- 11 May, 2015 13 commits
-
-
Alex Robinson authored
Convert Fluentd to Cloud Logging pod specs to YAML
-
Alex Robinson authored
Switch Fluentd to ES manifest back to YAML
-
Daniel Smith authored
Public read only port is incorrect in master
-
Clayton Coleman authored
-
Victor Marmol authored
Temporarily disable the static pod test in integration.go
-
Brendan Burns authored
-
Victor Marmol authored
kubelet/container: Move prober.ContainerCommandRunner to container.
-
Jeff Lowdermilk authored
eliminate auth-path
-
Yu-Ju Hong authored
The test has been flaky for a while due to the potential watch performance problem. Temporarily disable this test until we resolve #6651. Note that there is extensive coverage of mirror pod creation/deletion via unit tests in kubelet_test.go.
-
Victor Marmol authored
Kubelet: remove unused getHostFieldLabel function
-
Yifan Gu authored
Also include the ContainerCommandRunner in Runtime interface, but still keep the ContainerCommandRunner interface for testability.
-
Satnam Singh authored
-
Yu-Ju Hong authored
-