Clayton Coleman
7d620c20b9
Merge pull request #8105 from thockin/dns-domain
...
Rename default DNS domain to cluster.local
2015-05-12 17:18:45 -04:00
Zach Loafman
0b0bace006
Merge pull request #8009 from mbforbes/refactorEnv
...
Refactor master vs node kube-env and salt auth
2015-05-12 13:37:54 -07:00
Max Forbes
76c89db5a8
Master vs node salt auth refactor in configure-vm.sh
2015-05-12 13:26:11 -07:00
Max Forbes
0acf8f9a00
Refactor GCE kube-env for both OSes.
2015-05-12 13:26:10 -07:00
Rohit Jnagal
fab980598a
Merge pull request #8122 from vmarmol/docker-container
...
Run Docker Daemon in a Resource-only Container
2015-05-12 13:16:05 -07:00
Vish Kannan
a74522a738
Merge pull request #8011 from brendandburns/exec
...
Switch exec to look at exit code not output status.
2015-05-12 12:43:11 -07:00
Quinton Hoole
2f2816368f
Merge pull request #8062 from smarterclayton/fix_service_flake
...
ServiceIP allocation test is flaky
2015-05-12 11:18:47 -07:00
Brian Grant
572b819944
Merge pull request #8052 from dkorn/PodConditions
...
Inconsistency in api terminology of pod conditions
2015-05-12 11:03:59 -07:00
Nikhil Jindal
85d9bebe78
Merge pull request #8111 from piosz/load_generator
...
Enabled load e2e test for gce-scalability
2015-05-12 10:31:01 -07:00
Nikhil Jindal
237f0cf1e8
Merge pull request #7991 from eparis/boilerplate-go-crash
...
Fix boilerplate check crash if .go file has no comments
2015-05-12 10:24:43 -07:00
Nikhil Jindal
9e3d845234
Merge pull request #7880 from djvirgen/feature/karma-travis-integration
...
Adds Karma to TravisCI
2015-05-12 10:24:18 -07:00
Nikhil Jindal
d75bd8bf2a
Merge pull request #7101 from liggitt/service_account
...
ServiceAccounts
2015-05-12 10:23:41 -07:00
Victor Marmol
e1447618f4
Integrating ContainerManager into Kubelet
2015-05-12 10:13:23 -07:00
Victor Marmol
a9db69ecfa
Implementation of ContainerManager
...
Implementation maintains a thread which ensures that the Docker daemon
is in a container.
2015-05-12 09:59:47 -07:00
Victor Marmol
0570480242
Kubelet: Add ContainerManager interface.
...
This component will manage containers on the machine not managed by the
runtime.
2015-05-12 09:58:21 -07:00
Zach Loafman
4e023e9f8e
Merge pull request #8118 from mbforbes/jenkinsZone
...
Add zone to jenkins version-getting call.
2015-05-12 09:28:51 -07:00
Max Forbes
579aed4161
Add zone to jenkins version-getting call.
2015-05-12 09:23:41 -07:00
Tim Hockin
81aab06e3d
Merge pull request #7486 from feihujiang/master
...
Duplicate service port name can't be validated
2015-05-12 09:12:01 -07:00
Dawn Chen
a8129fce98
Merge pull request #8084 from vmarmol/root-cgroup
...
Change default CgroupRoot to /.
2015-05-12 09:02:12 -07:00
Victor Marmol
1880f73658
Merge pull request #8106 from rjnagal/podinfo
...
Make SyncPodSync as the default SyncPodType.
2015-05-12 08:20:19 -07:00
Victor Marmol
8d304b7d1e
Change default CgroupRoot to /.
...
This will make all Docker containers to be top-level containers. This
will more equally share the CPU under cases of contention.
2015-05-12 08:04:20 -07:00
Derek Carr
c1158fa696
Merge pull request #7969 from smarterclayton/rest_fixes
...
Fixes to apiserver for subresources and naming
2015-05-12 10:57:34 -04:00
Derek Carr
0270fb2d4f
Merge pull request #8097 from BenTheElder/vagrant_cpu_count
...
Fix vagrant cpu count on linux.
2015-05-12 10:44:04 -04:00
Derek Carr
91fafedffd
Merge pull request #7802 from caesarxuchao/kubernetes-namespaces
...
Update example kubernetes-namespaces to use v1beta3 API
2015-05-12 10:31:01 -04:00
Derek Carr
3e4713787a
Merge pull request #7436 from akram/fix_port_forward_listens_ipv_and_ipv4
...
Port forward now listens on IPv4 and IPv6 localhost address
2015-05-12 10:27:56 -04:00
Derek Carr
c0f04f3672
Merge pull request #7918 from caesarxuchao/resource-quota-example
...
merge the v1beta3 json file in the resource quota example
2015-05-12 10:25:52 -04:00
Eric Paris
d80b43838c
Merge pull request #8059 from pmorie/volume-cleanup
...
NFS plugin should use correct mounter
2015-05-12 09:24:00 -05:00
Piotr Szczesniak
1cf52e3bbd
Merge pull request #8101 from caesarxuchao/walkthrough-port-fix
...
make the httpGet port the match the containerPort in the walkthrough example
2015-05-12 16:21:20 +02:00
Derek Carr
a11819e4a6
Merge pull request #8057 from kargakis/rework-resize
...
resize: Use Resize method
2015-05-12 10:17:31 -04:00
Piotr Szczesniak
f20fc5644c
Enabled load e2e test for gce-scalability
2015-05-12 15:44:44 +02:00
Zach Loafman
1e5b19dd5d
Merge pull request #8090 from mbforbes/jenkinsGkeRelease
...
Allow Jenkins to get the version from the GKE server.
2015-05-12 06:24:22 -07:00
Paul Morie
16f516f859
Merge pull request #8099 from ddysher/fix-downward-api
...
Fix downward API
2015-05-12 09:23:53 -04:00
dkorn
25ada0e118
Inconsistency in api terminology of pod conditions
...
While nodes returns the "conditions" key in api requests, pods returns
"Condition". Also, from pods states docs it seems that the right
terminology should be "conditions".
Fixes #8038
2015-05-12 10:52:52 +03:00
Piotr Szczesniak
962f10ee58
Merge pull request #7771 from piosz/load_generator
...
Implemented first version of load test
2015-05-12 09:24:19 +02:00
feihujiang
4bb594b34d
Duplicate service port name can't be validated
...
Duplicate service port name can't be validated
Duplicate service port name can't be validated
Duplicate service port name can't be validated
2015-05-12 15:18:27 +08:00
Rohit Jnagal
9eb01a6da1
Make SyncPodSync as the default SyncPodType.
...
We would like the default to be sync instead of create to easily differentiate
create operations in empty metrics map.
2015-05-12 06:25:48 +00:00
Tim Hockin
e83e49b076
rename default DNS domain to cluster.local
2015-05-11 23:00:43 -07:00
Hector Virgen
1a784cd489
Adds Karma to TravisCI
...
- Updates travis to run karma
- Adds some actual tests
Sample build success: https://travis-ci.org/djvirgen/kubernetes/jobs/61567253
Note: My branch is currently up to date with master but all the Go stuff is failing in Travis. Not sure why Go is failing, but the Karma stuff is running OK. I've also verified that when a Jasmine test fails, Travis will fail the build (see [this build](https://travis-ci.org/djvirgen/kubernetes/jobs/61567666 ) here).
2015-05-11 21:54:04 -07:00
Chao Xu
f6cbf8a2cb
make the httpGet port match the containerPort
2015-05-11 21:51:10 -07:00
Brendan Burns
be15e84e83
Kubernetes version v0.17.0-dev
2015-05-11 21:43:34 -07:00
Brendan Burns
82f8bdac06
Kubernetes version v0.17.0
2015-05-11 21:43:34 -07:00
Deyuan Deng
9153582777
Fix downward API
2015-05-11 22:58:43 -04:00
BenTheElder
e6b6813015
Fix vagrant cpu count on linux.
...
Corrects error in 19224deb04
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).
2015-05-11 21:57:42 -04:00
Quinton Hoole
e73fa8b8b0
Merge pull request #8092 from GoogleCloudPlatform/revert-7639-e2e-k8bps
...
Revert "E2E: Soak test and Functional tests for K8Petstore "
2015-05-11 18:25:29 -07:00
Quinton Hoole
78ee2ed325
Revert "E2E: Soak test and Functional tests for K8Petstore "
2015-05-11 18:24:42 -07:00
Fabio Yeon
0304820b9d
Merge pull request #7985 from jeffmendoza/meteor-update
...
For examples/meteor: update README, minor fixes.
2015-05-11 17:47:15 -07:00
Nikhil Jindal
442412e3ad
Merge pull request #8089 from thockin/dns
...
Introduce an 'svc' segment for DNS search
2015-05-11 17:39:12 -07:00
Nikhil Jindal
3d31883829
Merge pull request #8083 from brendandburns/kubectl
...
Add a flag to disable legacy APIs
2015-05-11 17:35:28 -07:00
Max Forbes
a161800e13
Allow Jenkins to get the version from the GKE server.
2015-05-11 17:31:29 -07:00
Tim Hockin
41033af256
Introduce an 'svc' segment for DNS search
2015-05-11 17:20:44 -07:00