Commit Graph

21742 Commits

Author SHA1 Message Date
k8s-merge-robot
0d4e0dc173 Merge pull request #15502 from sdminonne/downwardapi_volume
Auto commit by PR queue bot
2015-11-24 15:00:07 -08:00
krousey
981b5a6a1e Merge pull request #17732 from timstclair/status-manager
More detailed logging of pod status updates.
2015-11-24 13:31:35 -08:00
Andy Goldstein
2fae847120 Fix TestPortForward flake
TestPortForward was failing occasionally due to the way the test was
written. It created a port forwarding session, then connected a client
to the local port, attempted to send some data, attempted to receive
some data, and then tore down the port forwarding session.
Unfortunately, some times the attempt to send data from the client to
the remote would be enqueued but not processed by the time the test tore
down everything. As a result, the data stream could get closed before
the client's data was transmitted to the server. If this happened, you'd
see an error such as 'forward 2 ports with bidirectional data: server
expected to receive "ghij", got "" for port 6000'.

This fixes the test by serializing the data flow: the client writes to
the remote, the remote waits to receive that data, the remote writes to
the client, and the client waits to receive the data from the remote.
This all takes place prior to the test tearing down port forwarding.
2015-11-24 15:38:11 -05:00
k8s-merge-robot
97401153bd Merge pull request #17195 from janetkuo/kubectl-run-deployment-job
Auto commit by PR queue bot
2015-11-24 11:46:34 -08:00
deads2k
c40dd0335a make DefaultRESTMapper methods type correct 2015-11-24 14:17:37 -05:00
deads2k
94ad6aa0c4 make DefaultRESTMapper use GroupVersion 2015-11-24 14:17:37 -05:00
Tim St. Clair
a1960b0a21 More detailed logging of pod status updates. 2015-11-24 10:48:28 -08:00
k8s-merge-robot
2ddc61e941 Merge pull request #17663 from yanns/patch-1
Auto commit by PR queue bot
2015-11-24 10:34:43 -08:00
Janet Kuo
c0c02c95c4 kubectl run to produce deployment and job 2015-11-24 10:21:31 -08:00
jiangyaoguo
e3ea9d7c40 add separate client for events in kubelet 2015-11-25 01:28:34 +08:00
Wojciech Tyczynski
b6ef62af24 Use unversioned.ListOptions in clients. 2015-11-24 16:52:09 +01:00
k8s-merge-robot
f3753c02ed Merge pull request #17369 from wojtek-t/use_unversioned_list_options
Auto commit by PR queue bot
2015-11-24 07:32:37 -08:00
Jay Vyas
9c673c3051 Fixing import format in thirdparty libraries to separate local imports. 2015-11-24 10:31:26 -05:00
k8s-merge-robot
564918217f Merge pull request #17633 from yangxiangyu/master
Auto commit by PR queue bot
2015-11-24 07:30:56 -08:00
Avesh Agarwal
c053290e04 This commit regenerates docs. 2015-11-24 09:59:54 -05:00
Avesh Agarwal
3d5207fd73 This commit adds type information to events.
This addresses issue #15624.
2015-11-24 09:59:54 -05:00
Avesh Agarwal
751e7ba67c This commit regenerates types.generated.go in pka/api and pkg/api/v1. 2015-11-24 09:59:54 -05:00
k8s-merge-robot
683e908f0a Merge pull request #17265 from gambol99/rj/node_labels
Auto commit by PR queue bot
2015-11-24 06:55:31 -08:00
k8s-merge-robot
9a4a8075ed Merge pull request #15537 from jsafrane/devel/cinder-hostname
Auto commit by PR queue bot
2015-11-24 06:47:40 -08:00
deads2k
5077e9b644 make register.GroupVersion use GroupVersion 2015-11-24 09:45:36 -05:00
k8s-merge-robot
4fd6b6df06 Merge pull request #17316 from deads2k/gv-ClientForVersion
Auto commit by PR queue bot
2015-11-24 06:24:28 -08:00
Avesh Agarwal
001437a72f This commit fixes tests. 2015-11-24 09:16:12 -05:00
Wojciech Tyczynski
bf13bef955 Use unversioned.ListOptions in API server. 2015-11-24 14:42:21 +01:00
Marcin Wielgus
a2299253cf Merge pull request #17718 from piosz/hpa-fix
Yet another try to enable HPA e2e tests for 1.1 release
2015-11-24 14:18:43 +01:00
k8s-merge-robot
5502aefa01 Merge pull request #17152 from daizuozhuo/jsonpath
Auto commit by PR queue bot
2015-11-24 04:45:38 -08:00
k8s-merge-robot
c4bedfbf32 Merge pull request #17298 from caesarxuchao/escape-double-dollar
Auto commit by PR queue bot
2015-11-24 04:37:59 -08:00
k8s-merge-robot
3117fa472d Merge pull request #17610 from ixdy/resource-check
Auto commit by PR queue bot
2015-11-24 04:13:35 -08:00
k8s-merge-robot
0dbadda69e Merge pull request #17330 from derekwaynecarr/free_mem
Auto commit by PR queue bot
2015-11-24 03:42:27 -08:00
k8s-merge-robot
8500a0fe96 Merge pull request #17446 from ihmccreery/no-more-latest
Auto commit by PR queue bot
2015-11-24 03:41:32 -08:00
k8s-merge-robot
53bb90f9bb Merge pull request #17492 from johscheuer/master
Auto commit by PR queue bot
2015-11-24 03:41:26 -08:00
k8s-merge-robot
5f193e7c47 Merge pull request #17552 from AlexChesser/fix-documentation-17519
Auto commit by PR queue bot
2015-11-24 03:41:14 -08:00
k8s-merge-robot
fcdf32f336 Merge pull request #17674 from gmarek/fix-test
Auto commit by PR queue bot
2015-11-24 03:40:53 -08:00
k8s-merge-robot
873150362e Merge pull request #17710 from ZJU-SEL/minor-fix-ubuntu-doc
Auto commit by PR queue bot
2015-11-24 03:40:42 -08:00
k8s-merge-robot
ae148a3bc6 Merge pull request #17717 from wojtek-t/fix_latency_test
Auto commit by PR queue bot
2015-11-24 03:40:39 -08:00
kargakis
3c7b9f83d7 stop: Make use of deprecation field 2015-11-24 12:27:20 +01:00
Piotr Szczesniak
61224c76f6 Yet another try to enable HPA e2e tests for 1.1 release 2015-11-24 12:14:33 +01:00
Wojciech Tyczynski
538f10f586 Fix latency.go e2e test 2015-11-24 10:07:55 +01:00
Marcin Wielgus
a5f9a759d9 Merge pull request #17716 from piosz/hpa-fix
Re-enabled HPA e2e in autoscaling suite
2015-11-24 10:07:20 +01:00
Marcin Wielgus
b8f353cfda Merge pull request #17714 from wojtek-t/fix_scalability
Do not run Latency test as part of scalability suite
2015-11-24 10:05:46 +01:00
Piotr Szczesniak
fa2cb57d0f Re-enabled HPA e2e in autoscaling suite 2015-11-24 10:02:26 +01:00
Wojciech Tyczynski
6589f30174 Do not run Latency test as part of scalability suite 2015-11-24 09:49:41 +01:00
Anish Bhatt
18c82f743c Support iqn as well as eui format for iSCSI entity names.
Supported formats are :
iqn.<date code>.<reversed domain>[:<optional suffix>]

eui.<eui-64 identifier>
2015-11-24 00:13:59 -08:00
He Simei
0a267aa11d minor fix ubuntu doc 2015-11-24 15:09:27 +08:00
Salvatore Dario Minonne
a922e5045d downward api volume test e2e: update labels and annotations 2015-11-24 07:35:06 +01:00
jiangyaoguo
cbbb3f7af0 return response StatusCode when http probe fail 2015-11-24 13:59:44 +08:00
Deyuan Deng
31650994cd Add missing serviceaccounts to valid resources output 2015-11-24 13:57:51 +08:00
k8s-merge-robot
949cf9e9da Merge pull request #17180 from mesosphere/skipped-cleanup
Auto commit by PR queue bot
2015-11-23 21:04:18 -08:00
k8s-merge-robot
25ddd24f9e Merge pull request #17698 from hurf/docs_nits
Auto commit by PR queue bot
2015-11-23 20:27:16 -08:00
yangxiangyu
c28b75a91f fix ./master.sh: line 125: --data-dir=/var/etcd/data: No such file or directory 2015-11-24 10:29:50 +08:00
Tim St. Clair
f645d77f86 Clarify when pointers are used for optional types 2015-11-23 18:06:23 -08:00