Commit Graph

22162 Commits

Author SHA1 Message Date
k8s-merge-robot
caf4b1e47f Merge pull request #18191 from thockin/ingress-egress-annotations
Auto commit by PR queue bot
2015-12-10 23:01:26 -08:00
k8s-merge-robot
4e553f0dd8 Merge pull request #17425 from feiskyer/desc-ingress
Auto commit by PR queue bot
2015-12-10 22:42:30 -08:00
Chao Xu
80a8295bce update the client-gen to use the plural namer 2015-12-10 22:32:11 -08:00
Chao Xu
e2a30aba7a add a plural namer 2015-12-10 22:32:11 -08:00
k8s-merge-robot
4a22f2f5f5 Merge pull request #18177 from eosrei/1111-doc-machine-names
Auto commit by PR queue bot
2015-12-10 21:42:08 -08:00
k8s-merge-robot
dc88f183e9 Merge pull request #17777 from fgrzadkowski/release_docs
Auto commit by PR queue bot
2015-12-10 21:39:31 -08:00
k8s-merge-robot
08de178f24 Merge pull request #17345 from erictune/job-patterns
Auto commit by PR queue bot
2015-12-10 21:39:07 -08:00
Isaac Hollander McCreery
6aa463a9ac Add quiet mode to gcloud calls from upgrade e2e tests 2015-12-10 19:24:42 -08:00
Tim Hockin
ad22d00e40 Extend a too-short timeout in services e2e 2015-12-10 16:34:07 -08:00
Zach Loafman
a8664f16bb Merge pull request #18548 from kubernetes/revert-18436-1000-kube-up
Revert "Allow creation of clusters larger than 500 nodes"
2015-12-10 16:08:39 -08:00
Zach Loafman
9492fd6a80 Revert "Allow creation of clusters larger than 500 nodes" 2015-12-10 16:07:17 -08:00
Eric Tune
319ebc40ba Document several patterns for using Job. 2015-12-10 15:54:23 -08:00
Brendan Burns
cee738871e Add a client implementation for third party resources 2015-12-10 15:43:05 -08:00
Madhusudan.C.S
7ec49d234c Increase the node condition status change observation time out to 5 minutes.
1 minute is too short.
2015-12-10 15:02:56 -08:00
Nikhil Jindal
aaa1fe67f6 Merge pull request #18321 from janetkuo/fix-deployment-getoldrcs
Fix bug when getting old RCs of a deployment
2015-12-10 14:22:56 -08:00
Tim Hockin
ed1f2d75e9 Deflake services e2e
Picking a nodePort needs to be more robust than "add one to an existing port
and hope it works".  Now we try all ports in the range if we have to.
2015-12-10 13:43:26 -08:00
Kris
ca7c765f0a Remove APIStatus from the client
Everything that used it also depended on pkg/api/errors. It was a
needless abstraction since it was always an *errors.StatusError.
2015-12-10 13:12:21 -08:00
Nikhil Jindal
9d1f07da4e Merge pull request #18331 from janetkuo/fix-deployment-getnewrc
Fix bug when getting new RC of a deployment
2015-12-10 12:26:51 -08:00
Tim Hockin
0df07424e7 Make go version requirements clearer 2015-12-10 12:09:25 -08:00
Tim Hockin
6b830cf229 Fix a couple flannel invocations I missed 2015-12-10 11:48:46 -08:00
Tim Hockin
872faffdac Internal errors are internal 2015-12-10 11:48:19 -08:00
Tim Hockin
7fb8f60735 Shorten names for better reading 2015-12-10 11:48:19 -08:00
Tim Hockin
87a35047dd Move FieldPath and errors to a sub-package
This makes the naming and reading a lot simpler.
2015-12-10 11:48:16 -08:00
Brendan Burns
b9aa71089e Merge pull request #18436 from gmarek/1000-kube-up
Allow creation of clusters larger than 500 nodes
2015-12-10 11:43:56 -08:00
k8s-merge-robot
1b70a403bb Merge pull request #18512 from fgrzadkowski/local_script
Auto commit by PR queue bot
2015-12-10 11:33:41 -08:00
k8s-merge-robot
fda0f913df Merge pull request #18472 from mikedanese/unbound
Auto commit by PR queue bot
2015-12-10 11:33:25 -08:00
Jordan Liggitt
993ef54e12 Close web socket watches correctly 2015-12-10 14:20:46 -05:00
k8s-merge-robot
7e4084c9cd Merge pull request #18510 from fgrzadkowski/docker_macosx
Auto commit by PR queue bot
2015-12-10 11:18:06 -08:00
k8s-merge-robot
c26a76d0ba Merge pull request #18430 from fgrzadkowski/simpler_prerequisites
Auto commit by PR queue bot
2015-12-10 11:16:52 -08:00
k8s-merge-robot
0f399211f7 Merge pull request #18258 from antoineco/ec2
Auto commit by PR queue bot
2015-12-10 11:14:49 -08:00
k8s-merge-robot
2a5e83ad70 Merge pull request #17924 from xinxiaogang/master
Auto commit by PR queue bot
2015-12-10 11:14:10 -08:00
Andy Zheng
75e23a3845 Add release support for trusty kube-system manifests.
This is a follow-up work for PR 18115. It adds release support for
kube-system manifests.
2015-12-10 10:47:01 -08:00
Random-Liu
eb551f388c Fix potential data race 2015-12-10 10:35:02 -08:00
Filip Grzadkowski
ee9a779d0c Update documents for release process 2015-12-10 19:28:40 +01:00
k8s-merge-robot
0bf11d89cf Merge pull request #18277 from wojtek-t/better_traces
Auto commit by PR queue bot
2015-12-10 09:56:13 -08:00
k8s-merge-robot
34c32a5615 Merge pull request #18498 from feihujiang/fixDocOfNetworkPluginVersion
Auto commit by PR queue bot
2015-12-10 09:44:32 -08:00
k8s-merge-robot
06c8b3443b Merge pull request #18271 from tmrts/rename/githash
Auto commit by PR queue bot
2015-12-10 09:28:36 -08:00
Weixu Zhuang
a5a2b94c5f In pkg/kubectl/describe.go function Matches support unordered types matches.
The argument of function need to be matched. It did not support unorder matches.
This is a TODO and I fix it.(line 1763 in pkg/kubectl/describe.go)
I use a map to solve it which could compare two types array's difference.
2015-12-10 09:24:30 -08:00
Joe Finney
495450865c Add kubernetes-e2e-gce job 2015-12-10 09:11:48 -08:00
k8s-merge-robot
e99243fd12 Merge pull request #18264 from bprashanth/clean
Auto commit by PR queue bot
2015-12-10 08:53:23 -08:00
k8s-merge-robot
ba306902e6 Merge pull request #18511 from jszczepkowski/cm-consumer
Auto commit by PR queue bot
2015-12-10 08:24:31 -08:00
k8s-merge-robot
0127c45395 Merge pull request #18163 from timothysc/storage_error_handling
Auto commit by PR queue bot
2015-12-10 08:06:54 -08:00
Jay Vyas
5161d169ba Parameterization for downscale, upscale, and tolerance with backsolving
unit test for visible testing of tolerance algorithm expectations. Logs for dScale, uScale, tol creation.
2015-12-10 10:59:21 -05:00
gmarek
a8193679fb Add Scheduler and ControllerManager profile grabbing 2015-12-10 16:27:13 +01:00
k8s-merge-robot
8847c6dba8 Merge pull request #17877 from ZJU-SEL/vxlan
Auto commit by PR queue bot
2015-12-10 07:24:41 -08:00
Jerzy Szczepkowski
aade6e78b2 Added handling custom metrics to resource consumer.
Added handling custom metrics in Prometheus format to resource consumer.
2015-12-10 16:20:03 +01:00
Filip Grzadkowski
c77d95bcc2 Address remaining comments from #18425 2015-12-10 16:01:22 +01:00
k8s-merge-robot
2ef2544faa Merge pull request #18237 from yifan-gu/refactor_getphase
Auto commit by PR queue bot
2015-12-10 06:55:02 -08:00
Filip Grzadkowski
3a311ec030 Add additional comment for mac users for getting started guide 2015-12-10 15:38:55 +01:00
k8s-merge-robot
dd0d1fb780 Merge pull request #18229 from caesarxuchao/move-testclient
Auto commit by PR queue bot
2015-12-10 06:22:22 -08:00