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 |
|
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 |
|
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
|
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 |
|
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 |
|
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 |
|
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 |
|
Timothy St. Clair
|
a428246960
|
Abstract the error handling for the storage layer to eliminate the
direct etcd dependency.
|
2015-12-10 08:06:19 -06:00 |
|
Marcin Wielgus
|
f6f7725f90
|
Merge pull request #18340 from wojtek-t/pod_intra_communication_test
Set timeout for clients created in e2e tests
|
2015-12-10 14:54:36 +01:00 |
|
k8s-merge-robot
|
9b9daca0c4
|
Merge pull request #18213 from wojtek-t/enable_list_from_memory
Auto commit by PR queue bot
|
2015-12-10 05:47:42 -08:00 |
|
k8s-merge-robot
|
184171c583
|
Merge pull request #17615 from hpcloud/source-config-default
Auto commit by PR queue bot
|
2015-12-10 05:14:02 -08:00 |
|
k8s-merge-robot
|
b118b801f3
|
Merge pull request #18164 from jayunit100/hpa-parameterize
Auto commit by PR queue bot
|
2015-12-10 04:40:53 -08:00 |
|
k8s-merge-robot
|
815fcc3334
|
Merge pull request #18131 from brendandburns/3rdparty
Auto commit by PR queue bot
|
2015-12-10 04:10:44 -08:00 |
|
k8s-merge-robot
|
073661514e
|
Merge pull request #18129 from yujuhong/fix_status
Auto commit by PR queue bot
|
2015-12-10 03:35:33 -08:00 |
|
gmarek
|
0c6126911b
|
Allow creation of clusters larger than 500 nodes
|
2015-12-10 12:13:26 +01:00 |
|
k8s-merge-robot
|
87bf85a625
|
Merge pull request #18489 from ZJU-SEL/config-apiserver-advertise-addr
Auto commit by PR queue bot
|
2015-12-10 02:35:41 -08:00 |
|
k8s-merge-robot
|
940f5d4447
|
Merge pull request #18434 from mesosphere/sur-680-kubelet-events
Auto commit by PR queue bot
|
2015-12-10 02:35:24 -08:00 |
|
k8s-merge-robot
|
f326c4d775
|
Merge pull request #18425 from fgrzadkowski/local_script
Auto commit by PR queue bot
|
2015-12-10 02:35:22 -08:00 |
|
k8s-merge-robot
|
b8835b7e0d
|
Merge pull request #18339 from bzz/patch-1
Auto commit by PR queue bot
|
2015-12-10 02:35:00 -08:00 |
|
feihujiang
|
5cfdcfd8f6
|
Fix the doc of network plugin version
|
2015-12-10 16:57:27 +08:00 |
|
Wojciech Tyczynski
|
f28bb68d8c
|
Support collection deletion in apiserver.
|
2015-12-10 09:46:25 +01:00 |
|
Filip Grzadkowski
|
b17c1cb423
|
Remove some prerequisites from single node docker cluster setup instructions.
|
2015-12-10 09:04:31 +01:00 |
|