Prashanth B
8d5ad91f0e
Merge pull request #20624 from bprashanth/kp-channel
...
Make sure at least one interrupt is buffered before dropping.
2016-02-03 20:13:10 -08:00
k8s-merge-robot
f3429776c2
Merge pull request #20598 from mikedanese/serialization-tests
...
Auto commit by PR queue bot
2016-02-03 19:46:28 -08:00
k8s-merge-robot
65ebe19164
Merge pull request #20584 from caesarxuchao/release_1_2
...
Auto commit by PR queue bot
2016-02-03 19:46:27 -08:00
k8s-merge-robot
dbd7b83d93
Merge pull request #20545 from pmorie/boilerplate
...
Auto commit by PR queue bot
2016-02-03 19:46:26 -08:00
k8s-merge-robot
bb7ad7cd09
Merge pull request #18795 from dcbw/cbr0-network-plugin
...
Auto commit by PR queue bot
2016-02-03 19:46:25 -08:00
Prashanth Balasubramanian
f9b96d2c71
Make sure at least one interrupt is buffered before dropping.
2016-02-03 19:23:17 -08:00
David Oppenheimer
bf2dbd61a2
Merge pull request #19758 from Huawei-PaaS/node-affinity-part1
...
NodeSelector, HardNodeAffinity and SoftNodeAffinity implementation
2016-02-03 19:18:45 -08:00
magicwang-cn
2d701e8ac8
bug fix in unversion request
2016-02-04 11:07:00 +08:00
Saad Ali
8917914041
Merge pull request #20577 from zmerlynn/revert-19985
...
Revert to Go 1.4.2
2016-02-03 18:54:15 -08:00
Warren Strange
24b06d805a
Add preemtible option to master
2016-02-03 19:34:27 -07:00
Kevin
c8c82c1d8f
implement Node affinity and NodeSelector
2016-02-04 01:53:14 +00:00
Mike Danese
216a35d988
run serialization tests on all apigroups registered in testapi
2016-02-03 17:41:02 -08:00
k8s-merge-robot
d4da1ee3ce
Merge pull request #19835 from janetkuo/kubectl-rollout
...
Auto commit by PR queue bot
2016-02-03 17:39:04 -08:00
Lantao Liu
4a386f881f
Deprecate HostConfig at container start
2016-02-04 01:00:03 +00:00
Prashanth Balasubramanian
33654c8b4e
Send update events from service-controller.
2016-02-03 16:50:13 -08:00
Saad Ali
b2600a65f5
Merge pull request #20421 from thockin/e2e-debris
...
Remove e2e global 'timeout'
2016-02-03 16:38:02 -08:00
Saad Ali
10f9dd3b67
Merge pull request #20575 from derekwaynecarr/fix_fake_client
...
Fix DeleteCollection in FakeClient
2016-02-03 16:33:58 -08:00
nikhiljindal
97a34f0397
Removing unused var
2016-02-03 16:14:52 -08:00
Saad Ali
25f02f19e1
Merge pull request #20603 from pmorie/pod-ip-debug
...
Make it easier to debug pod IP flakes for downward API
2016-02-03 16:09:33 -08:00
Joe Finney
7a59683e41
Retry SSH connection for E2E log gathering.
2016-02-03 16:06:02 -08:00
nikhiljindal
c7beb9078c
Updating methods to return error rather than using glog.Fatalf
2016-02-03 16:00:45 -08:00
Saad Ali
b6c26ef69b
Merge pull request #20569 from thockin/service-e2e-hang-20561
...
Fix wrong timeout param to wget
2016-02-03 16:00:13 -08:00
Saad Ali
ae35a302b5
Merge pull request #20471 from bprashanth/kp-logs
...
kube-proxy tries to apply latest snapshot
2016-02-03 15:49:02 -08:00
Paul Morie
b672785d72
Add boilerplate checks for Dockerfiles
2016-02-03 18:35:26 -05:00
Paul Morie
05bd107301
Add boilerplate checks for Makefiles
2016-02-03 18:35:26 -05:00
Paul Morie
6a5157b496
Allow boilerplate checks on whole filenames
2016-02-03 18:35:26 -05:00
Paul Morie
1db0925521
Make it easier to debug pod IP flakes for downward API
2016-02-03 18:26:07 -05:00
Minhan Xia
ec7366fc2a
add service validation for mix protocol
2016-02-03 14:54:32 -08:00
Tim Hockin
88dbcffdf0
Fix wrong timeout param to wget
2016-02-03 14:53:32 -08:00
Isaac Hollander McCreery
1e8a7716e8
Fix typos in e2e.sh
2016-02-03 14:41:37 -08:00
Isaac Hollander McCreery
da8c6df2e0
Remove skip list ENVs, instead rely on labels
2016-02-03 14:39:19 -08:00
Eric Tune
cf4ad07adc
Print line number of failed link conversion.
2016-02-03 13:52:57 -08:00
Jerome Touffe-Blin
0a36db19bf
Fix #11543 - use DescribeInstances API to retrieve the correct private DNS name
2016-02-04 08:48:25 +11:00
k8s-merge-robot
83ac9cd11e
Merge pull request #20149 from roberthbailey/master-node-comms
...
Auto commit by PR queue bot
2016-02-03 13:27:40 -08:00
Eric Tune
36f6049b07
Document Unions, conventions for adding to Unions.
2016-02-03 13:25:18 -08:00
Saad Ali
351138372e
Merge pull request #20426 from thockin/service-e2e
...
Service e2e cleanup and factoring
2016-02-03 13:10:44 -08:00
Chao Xu
f9f5736b01
grep sed
2016-02-03 13:06:07 -08:00
Prashanth Balasubramanian
47f7f4417d
Poll w/ timeout for nodeport to disappear.
2016-02-03 12:58:42 -08:00
Prashanth Balasubramanian
e1fa6e9fb8
kube-proxy applies latest snapshot of endpoints and services.
2016-02-03 12:58:37 -08:00
Justin Santa Barbara
12d407da19
AWS EBS: Remove copied-and-pasted udevadm code
...
This is in GCE to deal with a GCE specific issue; there's no reason to
believe we need the same logic on AWS.
2016-02-03 20:56:17 +00:00
Justin Santa Barbara
f61a5d0400
AWS: Switch arguments to AttachDisk/DetachDisk to match GCE
2016-02-03 20:43:23 +00:00
Justin Santa Barbara
d10e3debc7
AWS EBS: HandleCrash moved to util/runtime
2016-02-03 20:43:14 +00:00
Justin Santa Barbara
089951e7b4
Fix typo in comment: succefully -> successfully
2016-02-03 20:43:14 +00:00
Justin Santa Barbara
6c87a4be7c
AWS: Handle deleting volume that no longer exists
...
The tests in particular double-delete volumes, so we need to handle this
graciously.
2016-02-03 20:43:14 +00:00
Justin Santa Barbara
1ae1db6027
AWS: Update copy-paste of GCE PD code to latest version
...
We are (sadly) using a copy-and-paste of the GCE PD code for AWS EBS.
This code hasn't been updated in a while, and it seems that the GCE code
has some code to make volume mounting more robust that we should copy.
2016-02-03 20:43:14 +00:00
k8s-merge-robot
0dc25f545f
Merge pull request #20558 from ihmccreery/move-e2e
...
Auto commit by PR queue bot
2016-02-03 11:46:17 -08:00
Zach Loafman
e87b93f1b8
KUBE_BUILD_GOLANG_VERSION=1.4.2
2016-02-03 11:46:03 -08:00
Zach Loafman
54a9241605
Revert "Up to golang 1.5.3"
...
This reverts commit d26f4e1583
.
2016-02-03 11:44:30 -08:00
derekwaynecarr
070dce1bec
Fix DeleteCollection in FakeClient
2016-02-03 14:39:24 -05:00
Andy Zheng
b103f0f279
Support master on Ubuntu Trusty
...
This change support running kubernetes master on Ubuntu Trusty.
It uses pure cloud-config and shell scripts, and completely gets
rid of saltstack or the release salt tarball.
2016-02-03 11:22:28 -08:00