Commit Graph

21440 Commits (ea14d1c309a6a7debbd3716c28921456b59e06c2)

Author SHA1 Message Date
k8s-merge-robot 4a9b0fc715 Merge pull request #17476 from jiangyaoguo/add-separate-client-for-events
Auto commit by PR queue bot
2015-11-24 21:14:58 -08:00
jay vyas 7ffaef63d1 Backoff and Randomness additions for use in client utilities
Updated String to use int, and int not to panic, and panic to test panic
Format fixes.
2015-11-25 00:01:06 -05:00
k8s-merge-robot a26a1ae5d5 Merge pull request #17438 from spiffxp/sched-v-levels
Auto commit by PR queue bot
2015-11-24 20:42:18 -08:00
k8s-merge-robot 2a92571190 Merge pull request #17428 from azr/master
Auto commit by PR queue bot
2015-11-24 20:11:08 -08:00
k8s-merge-robot 60b628a6d6 Merge pull request #17375 from gmarek/kubelet-port-salt
Auto commit by PR queue bot
2015-11-24 19:39:57 -08:00
k8s-merge-robot 3e56ce6490 Merge pull request #17327 from deads2k/gv-restmapper
Auto commit by PR queue bot
2015-11-24 19:08:49 -08:00
k8s-merge-robot 431c67710b Merge pull request #17247 from thockin/airplane_validation_pt3
Auto commit by PR queue bot
2015-11-24 18:37:09 -08:00
k8s-merge-robot cc3515d702 Merge pull request #17136 from kargakis/use-deprecation-field-in-stop
Auto commit by PR queue bot
2015-11-24 17:37:19 -08:00
k8s-merge-robot d42030170b Merge pull request #15999 from aveshagarwal/master-issue-15624
Auto commit by PR queue bot
2015-11-24 17:07:10 -08:00
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