Fabio Yeon
9b02a06343
Merge pull request #20334 from ihmccreery/skip-skipped
...
Skip [Skipped] tests
2016-01-29 09:38:02 -08:00
Isaac Hollander McCreery
aa56b87b51
Skip [Skipped] tests
2016-01-29 09:35:59 -08:00
Marcin Wielgus
a3972947cc
CustomMetrics in HPA MetricsClient
2016-01-29 18:20:57 +01:00
Isaac Hollander McCreery
5ac20da16c
Move HPA e2es into the default slow suite, and add [Feature:ClusterSizeAutoscaling] and [Feature:InitialResources]
2016-01-29 09:20:47 -08:00
Fabio Yeon
5d8174ee95
Merge pull request #20276 from ihmccreery/make-jobs-parallel
...
[WIP] Run kubernetes-e2e-gce and kubernetes-e2e-gke in parallel
2016-01-29 08:54:42 -08:00
Salvatore Dario Minonne
e8cf1dc8d1
Workflow: adding controller and address 2nd round review
2016-01-29 17:09:43 +01:00
Fabio Yeon
e827c1cba3
Merge pull request #19746 from madhusudancs/replicaset-client
...
Implement ReplicaSet client.
2016-01-29 07:26:23 -08:00
Filip Grzadkowski
b4188ec459
Merge pull request #20329 from kubernetes/revert-20323-bump-influxdb
...
Revert "Yet another try to migrate to the new Heapster"
2016-01-29 15:05:12 +01:00
Filip Grzadkowski
13480c171d
Revert "Yet another try to migrate to the new Heapster"
2016-01-29 15:03:49 +01:00
k8s-merge-robot
28951bd66a
Merge pull request #19567 from mml/forgive-me-not
...
Auto commit by PR queue bot
2016-01-29 02:49:32 -08:00
k8s-merge-robot
8b66e93127
Merge pull request #19510 from madhusudancs/daemonset-nonpointer-template
...
Auto commit by PR queue bot
2016-01-29 02:17:23 -08:00
Filip Grzadkowski
da10882775
Merge pull request #20323 from piosz/bump-influxdb
...
Yet another try to migrate to the new Heapster
2016-01-29 10:53:22 +01:00
k8s-merge-robot
73f0ce7421
Merge pull request #19947 from mesosphere/jdef_fix_k8sm_738_exampledns_conformance
...
Auto commit by PR queue bot
2016-01-29 01:46:44 -08:00
Jimmi Dyson
1c289943f5
Ensure kubelet pid is not moved to system container
2016-01-29 09:30:20 +00:00
feisky
dced44b16d
make "image" required for --expose
2016-01-29 17:12:59 +08:00
Piotr Szczesniak
7d4a948b1f
Yet another try to migrate to the new Heapster
2016-01-29 09:56:49 +01:00
Piotr Szczesniak
0c5cc1bde1
Revert "Merge pull request #20215 from kubernetes/revert-20156-bump-influxdb"
...
This reverts commit 06996d5af9
, reversing
changes made to b2f6e7d08f
.
2016-01-29 09:19:03 +01:00
Mike Danese
bb108fb03c
autogenerated
2016-01-29 00:00:59 -08:00
Mike Danese
126b1df879
Create componentconfig object for scheduler configuration.
...
Signed-off-by: Mike Danese <mikedanese@google.com>
2016-01-28 23:17:00 -08:00
k8s-merge-robot
6e6974a38f
Merge pull request #18600 from mikedanese/kube-proxy-file
...
Auto commit by PR queue bot
2016-01-28 23:01:42 -08:00
Madhusudan.C.S
c2fd8bd7c5
Auto-generated code.
2016-01-28 22:57:20 -08:00
Madhusudan.C.S
559bf168ff
Fix tests.
2016-01-28 22:51:58 -08:00
Madhusudan.C.S
73fb6dca62
DaemonSetSpec.Template should not be a pointer.
...
Pod template for DaemonSets isn't optional, like Deployments and Jobs,
so the DaemonSetSpec.Template field should not be a pointer.
2016-01-28 22:51:58 -08:00
Madhusudan.C.S
c25a0ce00d
Implement ReplicaSets client.
2016-01-28 22:36:22 -08:00
k8s-merge-robot
992a85950f
Merge pull request #19326 from fgimenez/juju-allow-privileged
...
Auto commit by PR queue bot
2016-01-28 22:27:32 -08:00
k8s-merge-robot
554382b503
Merge pull request #20317 from pmorie/third-party-doc
...
Auto commit by PR queue bot
2016-01-28 21:25:14 -08:00
Paul Morie
defd1d0544
Add size limit for ConfigMap
2016-01-29 00:14:28 -05:00
Paul Morie
c56a51d252
Expand coding convention information on third party code
2016-01-29 00:04:52 -05:00
k8s-merge-robot
298028dc8b
Merge pull request #18533 from jlowdermilk/kubectl-help
...
Auto commit by PR queue bot
2016-01-28 20:55:27 -08:00
Fabio Yeon
03a26330a8
Merge pull request #20278 from ihmccreery/gke-slow
...
Make slow tests run in parallel, add gke-slow suite
2016-01-28 20:42:44 -08:00
k8s-merge-robot
259193dfbb
Merge pull request #19772 from joshix/patch-1
...
Auto commit by PR queue bot
2016-01-28 20:16:58 -08:00
Janet Kuo
fa25e29cbf
Update kubectl convention about title column
2016-01-28 20:11:59 -08:00
Janet Kuo
f49aef535d
Print availableReplicas when kubectl get deployments
2016-01-28 20:11:59 -08:00
fmeng
368fb2225c
fix sed error in build/common.sh
2016-01-29 10:45:50 +08:00
Clayton Coleman
8448b60f51
Kubelet server was not returning a 500 on errors writing logs
...
Writing 200 first masks the second error. 200 is defaulted by the Go
http stack automatically.
2016-01-28 21:44:27 -05:00
Clayton Coleman
443cafab90
Add benchmarks for watch over websocket and http
...
... and a quick doc on how to run them
```
$ godep go test ./pkg/apiserver -benchmem -run=XXX -bench=BenchmarkWatch
PASS
BenchmarkWatchHTTP-8 20000 95669 ns/op 15053 B/op 196 allocs/op
BenchmarkWatchWebsocket-8 10000 102871 ns/op 18430 B/op 204 allocs/op
```
2016-01-28 21:34:51 -05:00
Dawn Chen
5f6f6acec7
Deprecated soon: override /etc/init.d/docker file on containervm image,
...
so that we can unblock docker 1.10 validation.
2016-01-28 17:44:23 -08:00
liggitt
5a59dac0dd
Export PrintOptions struct
2016-01-28 20:12:37 -05:00
Fabio Yeon
4f559b3af7
Merge pull request #20301 from lavalamp/flake-kubectl-logs
...
Fix potential rounding problem
2016-01-28 16:47:17 -08:00
Fabio Yeon
c3e966a4ea
Merge pull request #20297 from ihmccreery/skip-feature-serial
...
Reclassify Restart tests as [Disruptive] and skip [Feature:.+] tests in -serial jobs
2016-01-28 16:47:05 -08:00
Fabio Yeon
de99fcc7dd
Merge pull request #20294 from dchen1107/test
...
Log more information for ssh command.
2016-01-28 16:46:51 -08:00
Fabio Yeon
c27feb36dc
Merge pull request #20260 from lavalamp/flake-kubectl-proxy
...
Determinisitically get kubectl proxy port
2016-01-28 16:46:37 -08:00
Fabio Yeon
54816aab4f
Merge pull request #19624 from jayunit100/e2e_lib_minimal
...
E2E libraryzation (minimal patch)
2016-01-28 16:46:28 -08:00
Fabio Yeon
4d0f1ce27b
Merge pull request #20132 from bprashanth/cloudprovider_methods
...
Add cloudprovider methods for ssl.
2016-01-28 16:46:08 -08:00
Fabio Yeon
da19f81e0a
Merge pull request #19739 from vishh/cadvisor-v0.20.2
...
Updating cAdvisor deps to v0.20.4
2016-01-28 16:45:55 -08:00
Chao Xu
ebcff4b5e4
fix the namespaceScoped of cachers
2016-01-28 16:24:54 -08:00
Jeff Lowdermilk
734a8c0602
Change kubectl help/examples to use jsonpath instead of template
2016-01-28 16:10:48 -08:00
Daniel Smith
22b43d8f82
Determinisitically get kubectl proxy port
2016-01-28 16:07:08 -08:00
Daniel Smith
394e91c4ff
Fix potential rounding problem
2016-01-28 15:50:39 -08:00
Mike Danese
3ebbeb3c8c
autogenerated
2016-01-28 15:46:40 -08:00