Prashanth Balasubramanian
b5303b9978
Tell kubernetes-master not to wait on flannel.
2015-12-14 09:47:09 -08:00
Paul Morie
33cd5338a4
Proposal: internalize ownership management of volumes into plugins
2015-12-14 12:38:44 -05:00
Paul Morie
c5765fbfef
Special case godep installation in verify-codecgen for travis
2015-12-14 12:29:18 -05:00
Solly Ross
15fc230a59
Make HPA Controller use Namespacers
...
The HPA controller had previously used a single Client
object to act as three different Namespacers. To improve
ease of extensibility and to make it clearer what the HPA
controller actually needs to use from the client, it should
use separate Namespacers for each of its needs (Scales, HPAs,
and Events).
2015-12-14 11:41:00 -05:00
Mike Danese
56bb8138bf
remove merge conflict comments
2015-12-14 07:57:52 -08:00
Jerzy Szczepkowski
dd62c8e831
Autoscaling e2e tests: bumped resource consumer to version beta2.
...
Autoscaling e2e tests: bumped resource consumer to version beta2.
2015-12-14 16:55:26 +01:00
Sergiusz Urbaniak
7bf86d61ee
mesos/docs: update docs for roles support
...
The scheduler documentation was updated to:
1. Reflect the `--mesos-framework-roles` and `--mesos-default-pod-roles`
configuration options.
2. Reflect pod roles configuration via annotations rather than labels.
3. The section describing more than two roles was modified to describe
only two roles because that is what is currently supported in Mesos.
2015-12-14 16:49:19 +01:00
Paul Morie
eb89c2519a
Fix assumptions about tmpfs in metrics du tests
2015-12-14 10:47:21 -05:00
gmarek
f38455ddc3
Update e2e tests to list only schedulable nodes, to make them work with master Node registered.
2015-12-14 16:28:23 +01:00
gmarek
4852ca23ef
Make getSchedulingLatency use master proxy
2015-12-14 16:08:34 +01:00
deads2k
d0aaf13920
use constants for group names
2015-12-14 10:04:10 -05:00
Clayton Coleman
6824530ae1
Debugging round tripper should wrap CancelRequest
2015-12-14 09:39:06 -05:00
Marek Grabowski
775369a8f1
Merge pull request #18651 from gmarek/master
...
Move kubemark-500 back to asia-east1
2015-12-14 15:20:33 +01:00
Sergiusz Urbaniak
67e98fcfa8
executor, scheduler: make default pod roles configurable
...
Currently if a pod is being scheduled with no meta.RolesKey label
attached to it, per convention the first configured mesos (framework)
role is being used.
This is quite limiting and also lets e2e tests fail. This commit
introduces a new configuration option "--mesos-default-pod-roles" defaulting to
"*" which defines the default pod roles in case the meta.RolesKey pod
label is missing.
2015-12-14 15:18:39 +01:00
gmarek
3e2f745d7b
Move kubemark-500 back to asia-east1
2015-12-14 15:16:28 +01:00
Clayton Coleman
37a29cf47e
Merge pull request #18645 from wojtek-t/versioned_list_options_in_client
...
Switch to versioned ListOptions in client.
2015-12-14 09:10:58 -05:00
Filip Grzadkowski
b85aa16fb0
Merge pull request #18648 from gmarek/master
...
Move Kubmark tests to us-east1-b, to make space for enormous cluster …
2015-12-14 14:29:43 +01:00
Wojciech Tyczynski
8a76c1932f
Regenerate auto-generated files
2015-12-14 14:26:09 +01:00
Wojciech Tyczynski
960808bf08
Switch to versioned ListOptions in client.
2015-12-14 14:26:09 +01:00
gmarek
fe6644a1b2
Move Kubmark tests to us-east1-b, to make space for enormous cluster tests in asia-east1
2015-12-14 14:22:13 +01:00
gmarek
2b6c78818b
Allow creation of clusters larger than 500 nodes in GCE, take 2.
...
The change from the take 1 is to remove the suffix from the name of the
last MIG.
2015-12-14 14:02:26 +01:00
Filip Grzadkowski
4ef062c22f
Merge pull request #18476 from caesarxuchao/fix-query-convert
...
Fix queryparams convert
2015-12-14 13:22:27 +01:00
k8s-merge-robot
0fba3e43d1
Merge pull request #18020 from gmarek/doc
...
Auto commit by PR queue bot
2015-12-14 02:28:03 -08:00
k8s-merge-robot
7e942bf9b3
Merge pull request #18384 from deads2k/gv-clientcache
...
Auto commit by PR queue bot
2015-12-14 02:25:49 -08:00
k8s-merge-robot
3dfa323eab
Merge pull request #18560 from caesarxuchao/plural-namer
...
Auto commit by PR queue bot
2015-12-14 01:37:44 -08:00
k8s-merge-robot
5566e32842
Merge pull request #18540 from madhusudancs/out-of-disk-e2e
...
Auto commit by PR queue bot
2015-12-14 01:37:37 -08:00
Harry Zhang
8fe92c69d2
Update highwatermark
2015-12-14 16:47:47 +08:00
Wojciech Tyczynski
6a7e8861c2
Fix data-race in reflector test in Go 1.5.1
2015-12-14 09:47:45 +01:00
Filip Grzadkowski
69f3dbc49f
Merge pull request #18637 from wojtek-t/1s_list_pods_limit
...
Increase limit for listing pods in 100-node cluster
2015-12-14 09:34:07 +01:00
Wojciech Tyczynski
f24d909dae
Increase limit for listing pods in 100-node cluster
2015-12-14 09:20:12 +01:00
feihujiang
9ab06cfa62
Support remove flag for kubectl run command
2015-12-14 16:16:43 +08:00
feihujiang
fd068b2887
Replace stop with delete command in e2e test
2015-12-14 15:49:05 +08:00
k8s-merge-robot
51e8c2e5f8
Merge pull request #17841 from mqliang/constant
...
Auto commit by PR queue bot
2015-12-13 23:40:27 -08:00
k8s-merge-robot
266ab4a796
Merge pull request #18487 from smarterclayton/guard_encode_decode
...
Auto commit by PR queue bot
2015-12-13 23:08:18 -08:00
harry zhang
5405a5d98d
Move atomic_value into folder
...
Change pkg to atomic
2015-12-14 05:50:29 +00:00
k8s-merge-robot
9067833a31
Merge pull request #18382 from yujuhong/resource_usage
...
Auto commit by PR queue bot
2015-12-13 21:23:29 -08:00
David Oppenheimer
725a84ffe0
Merge pull request #18157 from sdminonne/LabelSelector_internalSelector
...
renaming labels.LabelSelector to labels.internalSelector
2015-12-13 20:03:49 -08:00
k8s-merge-robot
9723ff7ffd
Merge pull request #12043 from derekwaynecarr/describe_node
...
Auto commit by PR queue bot
2015-12-13 18:24:59 -08:00
Justin Santa Barbara
541ff002c0
Zone scheduler: Update scheduler docs
...
There's not a huge amount of detail in the docs as to how the scheduler
actually works, which is probably a good thing both for readability and
because it makes it easier to tweak the zone-spreading approach in the
future, but we should include some information that we do spread across
zones if zone information is present on the nodes.
2015-12-13 20:34:01 -05:00
Justin Santa Barbara
cd433c974f
Zone-scheduler: Fixes per code-review
2015-12-13 20:34:01 -05:00
Justin Santa Barbara
6aa16c744b
When scheduling, spread between zones if labeled
...
We already spread across nodes; we modify this spreading preference to
spread across zones when nodes are labeled with zone information.
2015-12-13 20:34:01 -05:00
Chao Xu
367872a63a
add label test to deployment client
2015-12-13 13:56:01 -08:00
Chao Xu
2eba8b7f1f
fix queryparams convertStruct
2015-12-13 13:53:28 -08:00
k8s-merge-robot
c458cd7bb7
Merge pull request #18379 from deads2k/gv-newobject
...
Auto commit by PR queue bot
2015-12-13 13:33:16 -08:00
k8s-merge-robot
47d2f41680
Merge pull request #18370 from deads2k/gv-interfacesfor
...
Auto commit by PR queue bot
2015-12-13 10:27:17 -08:00
k8s-merge-robot
1c4d2624f8
Merge pull request #17917 from mesosphere/jdef_fix_downward_api_compat
...
Auto commit by PR queue bot
2015-12-13 06:55:22 -08:00
k8s-merge-robot
f0782a54e9
Merge pull request #18327 from tmrts/refactor/method
...
Auto commit by PR queue bot
2015-12-13 06:24:44 -08:00
Wojciech Tyczynski
f1654ceb46
Merge pull request #18630 from kubernetes/revert-18315-hpa-tolerance-config
...
Revert "[hpa] Parameterize tolerance, downscale, and upscale into HPAController, and add corresponding unit test for backsolved tolerance."
2015-12-13 10:30:57 +01:00
Wojciech Tyczynski
342eee680c
Revert "[hpa] Parameterize tolerance, downscale, and upscale into HPAController, and add corresponding unit test for backsolved tolerance."
2015-12-13 09:54:43 +01:00
harry
d94945c179
Fix empty string check inconsistency in validation.go
2015-12-13 00:11:56 +08:00