Justin Santa Barbara
f61a5d0400
AWS: Switch arguments to AttachDisk/DetachDisk to match GCE
2016-02-03 20:43:23 +00:00
Justin Santa Barbara
6c87a4be7c
AWS: Handle deleting volume that no longer exists
...
The tests in particular double-delete volumes, so we need to handle this
graciously.
2016-02-03 20:43:14 +00:00
Justin Santa Barbara
1ae1db6027
AWS: Update copy-paste of GCE PD code to latest version
...
We are (sadly) using a copy-and-paste of the GCE PD code for AWS EBS.
This code hasn't been updated in a while, and it seems that the GCE code
has some code to make volume mounting more robust that we should copy.
2016-02-03 20:43:14 +00:00
k8s-merge-robot
52e3e2ca78
Merge pull request #20484 from gmarek/fix-kubemark
...
Auto commit by PR queue bot
2016-02-03 06:12:46 -08:00
k8s-merge-robot
251ea3241b
Merge pull request #20485 from gmarek/fix
...
Auto commit by PR queue bot
2016-02-03 04:56:25 -08:00
k8s-merge-robot
a7ef693f84
Merge pull request #20464 from thockin/proxymode-iptables
...
Auto commit by PR queue bot
2016-02-03 00:17:38 -08:00
k8s-merge-robot
843c11e06a
Merge pull request #20452 from caesarxuchao/replace-client-kubelet
...
Auto commit by PR queue bot
2016-02-02 23:46:58 -08:00
Chao Xu
cddd7b56a4
replace client with clientset in kubelet and other places
2016-02-02 20:28:45 -08:00
Chao Xu
fe7887f1ec
replace the client with clientset in controllers
2016-02-02 20:28:45 -08:00
Jeff Lowdermilk
09b4341e9f
Merge pull request #20525 from kubernetes/revert-18910-esmaster
...
Revert "remove cluster logging e2e test from flaky suite"
2016-02-02 19:02:27 -08:00
Jeff Lowdermilk
ae2aece9af
Merge pull request #20202 from caesarxuchao/skip-update
...
skip update when deleting with grace-period=0
2016-02-02 18:24:57 -08:00
Jeff Lowdermilk
136c1f9d94
Merge pull request #20373 from bprashanth/l7_flaky
...
Mark L7 tests as Feature:Ingress
2016-02-02 18:24:15 -08:00
Jeff Lowdermilk
92d30e7610
Merge pull request #20441 from ihmccreery/feature-deployment
...
Make HPA Deployment tests [Feature:Deployment] until GKE has enabled them
2016-02-02 18:14:30 -08:00
Minhan Xia
d55853dc07
Revert "remove cluster logging e2e test from flaky suite"
2016-02-02 14:39:38 -08:00
Jeff Lowdermilk
ea5f1233c2
Merge pull request #20451 from ihmccreery/fix-20362
...
Reference #20015 for [Flaky] NodeOutOfDisk tests
2016-02-02 14:21:41 -08:00
Minhan Xia
cacda7bc7a
Merge pull request #20364 from freehan/estest
...
explictly check log tainted string
2016-02-02 14:12:52 -08:00
k8s-merge-robot
26202fc98a
Merge pull request #18804 from marun/fix-nodeport-services
...
Auto commit by PR queue bot
2016-02-02 14:07:49 -08:00
Jeff Lowdermilk
03d99d706e
Merge pull request #20510 from davidopp/flake3
...
Un-disable "Pods should get a host IP" e2e.
2016-02-02 13:37:17 -08:00
Jeff Lowdermilk
0e6bca310c
Merge pull request #20455 from ihmccreery/daemon-restart-no-flaky
...
Promote DaemonRestart e2es out of Flaky
2016-02-02 13:36:31 -08:00
Jeff Lowdermilk
0ea5967955
Merge pull request #20423 from yujuhong/adjust_limit
...
Adjust the limits in the kubelet resource tracking test
2016-02-02 13:35:27 -08:00
Tim Hockin
7ed83ad4f9
Make kube-proxy default to iptables (regression)
...
This was accidentally introduced as part of the component config changes.
2016-02-02 12:45:11 -08:00
k8s-merge-robot
4a8d811e61
Merge pull request #18910 from freehan/esmaster
...
Auto commit by PR queue bot
2016-02-02 12:36:25 -08:00
David Oppenheimer
ccd810550a
Un-disable "Pods should get a host IP" e2e.
2016-02-02 11:39:21 -08:00
Jeff Lowdermilk
8050715725
Merge pull request #20440 from roberthbailey/liveness-logging
...
Add timestamps to the liveness e2e test
2016-02-02 11:08:12 -08:00
Chao Xu
fdf6a0f61c
skip update when deleting with grace-period=0
2016-02-02 10:53:25 -08:00
gmarek
de740236b8
Randomize password to kubemark master
2016-02-02 15:36:08 +01:00
gmarek
e271365192
Re-add deletion of replication controller to the density test
2016-02-02 14:55:27 +01:00
k8s-merge-robot
c5260c8c71
Merge pull request #20145 from mqliang/quorum-read
...
Auto commit by PR queue bot
2016-02-02 05:50:41 -08:00
k8s-merge-robot
df4d50a7ac
Merge pull request #20098 from brendandburns/flake2
...
Auto commit by PR queue bot
2016-02-02 04:22:45 -08:00
k8s-merge-robot
32ab64ce5b
Merge pull request #19778 from resouer/runtime
...
Auto commit by PR queue bot
2016-02-01 21:05:05 -08:00
k8s-merge-robot
f7bc0c1fc7
Merge pull request #19608 from ihmccreery/skip-1.0
...
Auto commit by PR queue bot
2016-02-01 20:33:25 -08:00
k8s-merge-robot
ec1f5d03c1
Merge pull request #19934 from gmarek/fix-test
...
Auto commit by PR queue bot
2016-02-01 20:02:45 -08:00
Isaac Hollander McCreery
14e6910364
Skip kubectl tests that don't work before v1.1 when running against a pre-v1.1 cluster; fixes #18581
2016-02-01 16:56:19 -08:00
Isaac Hollander McCreery
dea73fd306
Promote DaemonRestart e2es out of Flaky
2016-02-01 16:07:21 -08:00
Isaac Hollander McCreery
fbc5e3f807
Reference 20015 for [Flaky] NodeOutOfDisk tests
2016-02-01 15:58:29 -08:00
Brendan Burns
2aa5dc317b
Try harder to delete cloud resources in service tests
2016-02-01 15:34:55 -08:00
Isaac Hollander McCreery
bb41ba986b
Make HPA Deployment tests [Feature:Deployment] until GKE has enabled them
2016-02-01 13:50:10 -08:00
Robert Bailey
404d0696a9
Add timestamps to the liveness e2e test by changing By -> Logf
...
in places where the statement is for debugging rather than
describing what the test is doing.
2016-02-01 13:44:31 -08:00
Maru Newby
a5e00da867
Fix nodeport service compat with default-deny fw
2016-02-01 21:34:30 +00:00
gmarek
35b317c094
Kubemark scripts retry failed gcloud commands
2016-02-01 21:05:57 +01:00
Piotr Szczesniak
1077d37aaf
Revert "Revert "Decrease request size in autoscaling suite""
2016-02-01 20:42:03 +01:00
Jeff Lowdermilk
e44164b939
Revert "Decrease request size in autoscaling suite"
2016-02-01 11:18:32 -08:00
Yu-Ju Hong
3d1972054f
Adjust the limits in the kubelet resource tracking test
...
The new limits reflect the recent changes in kubelet, and also account for
noise better.
2016-02-01 10:30:14 -08:00
gmarek
5ed9b3fab7
Change the tag for performance tests.
2016-02-01 17:41:48 +01:00
harry
1032067ff9
Replace runtime reference by pkg
2016-02-01 21:06:44 +08:00
Marek Grabowski
cfe7ee6dab
Merge pull request #20406 from mwielgus/heapster-alpha3
...
Heapster v0.20.0-alpha3
2016-02-01 12:39:40 +01:00
Marcin Wielgus
a14f791d8c
Revert "Merge pull request #20329 from kubernetes/revert-20323-bump-influxdb"
...
This reverts commit b4188ec459
, reversing
changes made to 28951bd66a
.
2016-02-01 12:12:37 +01:00
Marcin Wielgus
ed73bad857
Decrease request size in autoscaling suite
2016-02-01 12:02:26 +01:00
k8s-merge-robot
dff7490c57
Merge pull request #20312 from caesarxuchao/replace-many-controllers
...
Auto commit by PR queue bot
2016-01-31 18:42:26 -08:00
Chao Xu
c72d234bbf
replacing handwritten client in several controllers
2016-01-31 15:42:02 -08:00