Commit Graph

20620 Commits

Author SHA1 Message Date
Yu-Ju Hong
5863f2a0a5 kubelet: reduce logging frequency for sync loop
Only logs when there are pods to sync.
2015-11-05 10:06:10 -08:00
k8s-merge-robot
c9c78a3e54 Merge pull request #16610 from timothysc/etcd-remove-fakeclient-part3
Auto commit by PR queue bot
2015-11-05 10:00:23 -08:00
Timothy St. Clair
f6f2f41ab3 Removal of fakeClient from registry/generic/etcd/etcd_test.go in leiu of
NewEtcdTestClientServer
2015-11-05 08:28:58 -06:00
kargakis
4fdb6d1331 logs: Use resource builder 2015-11-05 14:54:55 +01:00
k8s-merge-robot
4711a87323 Merge pull request #16758 from janetkuo/remove-verbose-output
Auto commit by PR queue bot
2015-11-05 05:23:25 -08:00
Wojciech Tyczynski
ce95f68d2a Changes in codec interfaces 2015-11-05 13:52:22 +01:00
k8s-merge-robot
32956b7dd3 Merge pull request #16829 from mikedanese/until-immediate
Auto commit by PR queue bot
2015-11-05 04:51:20 -08:00
k8s-merge-robot
919d2c1126 Merge pull request #16851 from mesosphere/sttts-fix-listwatch-mock-deadlock
Auto commit by PR queue bot
2015-11-05 04:49:45 -08:00
Dr. Stefan Schimanski
9b00b7ef35 Avoid MockPodsListWatch deadlock of blocked channel while lock is hold 2015-11-05 13:20:29 +01:00
k8s-merge-robot
1831a057f1 Merge pull request #16694 from jbeda/update-etcd
Auto commit by PR queue bot
2015-11-05 03:27:26 -08:00
k8s-merge-robot
fb571e3e2e Merge pull request #16545 from timstclair/mirrorpods
Auto commit by PR queue bot
2015-11-05 02:56:23 -08:00
k8s-merge-robot
db9d4d4de2 Merge pull request #13644 from jsafrane/devel/cinder-test
Auto commit by PR queue bot
2015-11-05 02:19:21 -08:00
k8s-merge-robot
9b60fb0c4f Merge pull request #16536 from rootfs/fix-mkfs
Auto commit by PR queue bot
2015-11-05 01:48:18 -08:00
k8s-merge-robot
cdbb461194 Merge pull request #16745 from pmorie/replica-count-update-debug
Auto commit by PR queue bot
2015-11-05 01:12:15 -08:00
k8s-merge-robot
c3a072768b Merge pull request #16728 from markturansky/lengthen_pv_sync
Auto commit by PR queue bot
2015-11-05 00:35:12 -08:00
k8s-merge-robot
8b8f55032c Merge pull request #16778 from hongchaodeng/fix-15952
Auto commit by PR queue bot
2015-11-05 00:19:57 -08:00
k8s-merge-robot
a848262d48 Merge pull request #10174 from ghost974/patch-1
Auto commit by PR queue bot
2015-11-04 23:32:01 -08:00
k8s-merge-robot
ecb394a5e0 Merge pull request #16788 from wojtek-t/fix_codecgen
Auto commit by PR queue bot
2015-11-04 23:19:56 -08:00
k8s-merge-robot
38955172ea Merge pull request #16805 from goltermann/subnet-jenkins
Auto commit by PR queue bot
2015-11-04 23:00:35 -08:00
k8s-merge-robot
0089235bab Merge pull request #16776 from feihujiang/moveSubresourcesOfPodToRestPackage
Auto commit by PR queue bot
2015-11-04 21:57:31 -08:00
k8s-merge-robot
4b5c39df68 Merge pull request #16746 from jlowdermilk/gke-job-e2e
Auto commit by PR queue bot
2015-11-04 21:25:28 -08:00
k8s-merge-robot
f204283359 Merge pull request #16738 from pmorie/fix-emptydir-e2e
Auto commit by PR queue bot
2015-11-04 20:53:26 -08:00
k8s-merge-robot
4904a78b59 Merge pull request #16740 from yujuhong/cleanup_ticker
Auto commit by PR queue bot
2015-11-04 20:21:23 -08:00
hurf
a15998f46c Aggregate errors while validating attach options
Return all errors at a time while validating attach options.
2015-11-05 10:39:32 +08:00
Chao Xu
9d52b0fc08 add GroupVersion struct 2015-11-04 18:38:26 -08:00
k8s-merge-robot
4ac9a6e888 Merge pull request #16735 from justinsb/aws_kube_up_improvements
Auto commit by PR queue bot
2015-11-04 17:56:18 -08:00
Lantao Liu
a35220c321 cleanup pod_workers_test.go to use general runtime interface 2015-11-04 16:55:25 -08:00
Mike Danese
8b9809291b make util.Until return immediately if stop is written inside the loop 2015-11-04 16:55:15 -08:00
Chao Xu
ac0b7b5d3b remove RESTClient.Timeout 2015-11-04 16:48:24 -08:00
Isaac Hollander McCreery
cdf138a8e7 Merge pull request #16822 from ihmccreery/gke-test-server-version
Use server version instead of release/latest in gke-test Jenkins job
2015-11-04 16:35:25 -08:00
k8s-merge-robot
ca332a394c Merge pull request #16048 from bprashanth/IngressE2E
Auto commit by PR queue bot
2015-11-04 16:25:41 -08:00
Chao Xu
0512d45986 document RESTClient.timeout 2015-11-04 16:13:55 -08:00
Phillip Wittrock
1d04c53fc4 Merge pull request #16766 from saad-ali/fixPDTestLongTimeout
Increase pod timeout for PD tests
2015-11-04 16:07:52 -08:00
k8s-merge-robot
78995530e6 Merge pull request #16808 from ihmccreery/versioned-upgrade-logic
Auto commit by PR queue bot
2015-11-04 15:54:39 -08:00
Isaac Hollander McCreery
5a0efb28ab Use server version instead of release/latest in gke-test Jenkins job 2015-11-04 15:32:34 -08:00
Hongchao Deng
10cd7f5b7c testing: refactor TestTcpHealthChecker
- use host, port explicitly instead of usePort flag
- check error explicitly
- testing failure output formatting
- test struct naming
2015-11-04 14:54:41 -08:00
Hongchao Deng
65ab91d41c testing: fix TCP health checker failure on Mac
On Mac, error output looks like "nodename nor servname provided, or not known".
2015-11-04 14:54:41 -08:00
nikhiljindal
1c50f423d6 Running update-api-reference-docs 2015-11-04 14:54:10 -08:00
Isaac Hollander McCreery
1a59796402 Merge pull request #16767 from ihmccreery/versioned-beta-fix
Manual merge to get into release-1.1 sooner: Fix beta versioning for build/push_ci_build.sh
2015-11-04 14:51:16 -08:00
Brendan Burns
aa1ccd0204 Merge pull request #16801 from brendandburns/e2e2
Check some errors that we were letting slip silently by.
2015-11-04 14:47:00 -08:00
goltermann
5c4ddc44fd Add testing of GKE using GCE Subnetworks to Jenkins. 2015-11-04 14:42:25 -08:00
Phillip Wittrock
4236c526a0 Merge pull request #16794 from eparis/fix-godep
Update godeps after addition of LICENSE files
2015-11-04 14:23:23 -08:00
Isaac Hollander McCreery
eaefc11df9 Fix beta versioning for build/push_ci_build.sh 2015-11-04 13:24:17 -08:00
Clayton Coleman
3da15535b6 Provide backpressure to clients when etcd goes down
When etcd is down today we don't specifically handle the error involved,
which means clients get a generic 500 error. This commit adds a formal
error type internally for both WatchExpired and EtcdUnreachable, and
then converts them to api/errors before returning to the client. It also
upgrades the client to retry on any 429 or 5xx error that has a
Retry-After header, instead of just 429.

In combination, this allows the apiserver to exert backpressure on
controllers that are hotlooping.  Picked 2 seconds by default, but we
could potentially ramp that up even further in a future iteration.
2015-11-04 16:05:12 -05:00
Isaac Hollander McCreery
9baf681fa4 Use upgrade logic from the version we're upgrading to; fixes #16804 2015-11-04 12:54:36 -08:00
Joe Beda
993c1ee222 Update etcd to 2.2.1 2015-11-04 12:26:57 -08:00
Tim St. Clair
858126b42a Clean up static/mirror pod status logic
- status.Manager always deals with the local (static) pod, but gets the
  mirror pod when syncing
  - This lets components like the probe workers ignore mirror pods
2015-11-04 11:42:25 -08:00
Wojciech Tyczynski
2e9da5e65b Fix unstable hack/update-codecgen.sh output 2015-11-04 20:40:48 +01:00
Brendan Burns
d2fec95dda Check some errors that we were letting slip silently by. 2015-11-04 11:18:35 -08:00
Eric Paris
48dcde415e Update godeps after addition of LICENSE files
dcbe29c7a1

Caused godeps to start including the LICENSE file for all vendored deps.
We need to include it now to keep the deps reproducible.
2015-11-04 13:12:06 -05:00