Commit Graph

24794 Commits

Author SHA1 Message Date
Paul Morie
cc967972a1 Run atomic_writer_test only on linux 2016-02-11 22:10:51 -05:00
k8s-merge-robot
b5c12d10b8 Merge pull request #20764 from mikedanese/controller-manager-componentconfig
Auto commit by PR queue bot
2016-02-11 16:47:58 -08:00
Matt Liggett
7a2e649745 Include some debug output when the API server never appears.
Helps with #20916
2016-02-11 16:33:35 -08:00
Madhusudan.C.S
8c558088ee Allow a DaemonSet pod template to be updated in storage.
This should allow users to update DaemonSet pods by manually deleting
the corresponding running pods. Users can use this mechanism for
DaemonSet updates until we implement Deployment style rolling update
for DaemonSet.
2016-02-11 16:07:32 -08:00
Jeff Grafton
87b0783808 Update tests to use nettest:1.7 2016-02-11 15:50:53 -08:00
Jeff Grafton
214d018911 Fix deadlock in nettest webserver 2016-02-11 15:50:45 -08:00
k8s-merge-robot
f853c7448a Merge pull request #21055 from mqliang/replicaset-delete
Auto commit by PR queue bot
2016-02-11 15:42:36 -08:00
k8s-merge-robot
662a4291f3 Merge pull request #19488 from derekwaynecarr/fix_19129
Auto commit by PR queue bot
2016-02-11 15:08:55 -08:00
k8s-merge-robot
85f0f82ee2 Merge pull request #21026 from pwittrock/disable-e2e
Auto commit by PR queue bot
2016-02-11 14:19:39 -08:00
Avesh Agarwal
c0e1623be2 Fix kubectl get error when both all-namespaces and namespace are provided.
As per kubectl get help, --namespace should be ignored with all-namespaces,
but kubectl get pods --all-namespaces --namespace=<name-space> gives
following error:

"the namespace from the provided object "default" does not match the
namespace "". You must pass '--namespace=default' to perform this
operation."

This commit fixes this error issue.
2016-02-11 17:06:04 -05:00
Chao Xu
18c1eb2d56 turn on and off watch cache in integration test 2016-02-11 13:51:03 -08:00
Kris
8396df57e6 Never rate limit watches 2016-02-11 13:50:05 -08:00
gmarek
aa79f04aed Fix #21027 2016-02-11 22:25:08 +01:00
Mike Danese
33c4332b28 autogenerated 2016-02-11 13:14:47 -08:00
Mike Danese
31b8905da7 move controller manager to compoenent config 2016-02-11 13:13:03 -08:00
Mike Danese
34447ca3bd Merge pull request #21050 from caesarxuchao/fix-21045
Fix clientset e2e test flake
2016-02-11 13:12:39 -08:00
Jeff Grafton
5aead14c62 Echo start and finish times to build log 2016-02-11 13:11:45 -08:00
Mike Danese
23ad84b0c7 place damonset pods on not ready nodes 2016-02-11 13:11:05 -08:00
k8s-merge-robot
5d66ee4f02 Merge pull request #20998 from ihmccreery/fix-6541
Auto commit by PR queue bot
2016-02-11 13:06:33 -08:00
k8s-merge-robot
f6ae6b47ae Merge pull request #20687 from vishh/systemd-support
Auto commit by PR queue bot
2016-02-11 13:06:29 -08:00
Maisem Ali
1c6a223eaa Merge pull request #20865 from maisem/master
Adding a readiness probe to kubectl e2e tests.
2016-02-11 12:55:15 -08:00
Jordan Liggitt
20216fa607 Provide current namespace to InClusterConfig 2016-02-11 15:51:31 -05:00
derekwaynecarr
06f26189f0 Update kubectl create subcommand to use printer flags 2016-02-11 15:37:47 -05:00
derekwaynecarr
cc2137fccc Fixup validation for containers requests or limits to use quantity comparison 2016-02-11 15:34:00 -05:00
Isaac Hollander McCreery
0bb7019b3a Promote Monitoring e2e out of [Flaky] 2016-02-11 11:34:07 -08:00
Mike Danese
1478cf345a Merge pull request #21090 from ihmccreery/feature-reboot
Quarantine reboot tests (again)
2016-02-11 11:28:37 -08:00
Isaac Hollander McCreery
6ad95be523 Quarantine reboot tests (again) 2016-02-11 11:18:15 -08:00
Mike Danese
b3bc741d0d Merge pull request #21032 from sjenning/fix-flake-20910
e2e: use runId UUID for staticIPName to avoid collision
2016-02-11 10:21:41 -08:00
Chao Xu
e1ea646ab1 set rv to make List() result up-to-date 2016-02-11 10:04:19 -08:00
Maciej Szulik
0ea31b56ed Adding reaper for deployments 2016-02-11 19:02:32 +01:00
Maciej Szulik
eb5f707f24 Updated e2e description in stopping jobs 2016-02-11 19:02:31 +01:00
Phillip Wittrock
75bce624cb node e2e tests - disable testing metrics for system containers 2016-02-11 09:30:49 -08:00
deads2k
deb4d3ccca type RESTMapper errors to better handle MultiRESTMapper errors 2016-02-11 11:45:05 -05:00
Marek Grabowski
f0061c7105 Merge pull request #21075 from wojtek-t/disable_load_on_kubemark_100
Disable load test on kubemark 100
2016-02-11 17:30:18 +01:00
mqliang
4f24ea65f2 delete replicaset when delete namespace 2016-02-12 00:20:10 +08:00
Robert Bailey
7c05607aca Revert #19469 so re-enable the metrics grabbing test on GKE. 2016-02-11 08:15:14 -08:00
Wojciech Tyczynski
fe4e65fb76 Disable load test on kubemark 100 2016-02-11 17:10:26 +01:00
k8s-merge-robot
62e574341c Merge pull request #20976 from wojtek-t/remove_annoying_logs
Auto commit by PR queue bot
2016-02-11 06:51:15 -08:00
k8s-merge-robot
798b88e512 Merge pull request #20960 from andyzheng0831/fix
Auto commit by PR queue bot
2016-02-11 06:51:13 -08:00
k8s-merge-robot
4ac6948ae9 Merge pull request #21068 from wojtek-t/fix_kubemark_deadlock
Auto commit by PR queue bot
2016-02-11 06:24:35 -08:00
k8s-merge-robot
611a3b9d55 Merge pull request #21064 from wojtek-t/enable_load_in_kubemarks
Auto commit by PR queue bot
2016-02-11 06:24:34 -08:00
k8s-merge-robot
77f4f80282 Merge pull request #20958 from janetkuo/fix-mismatch
Auto commit by PR queue bot
2016-02-11 06:24:32 -08:00
k8s-merge-robot
3522f7bea8 Merge pull request #20939 from ixdy/use-framework
Auto commit by PR queue bot
2016-02-11 05:18:39 -08:00
k8s-merge-robot
c1eb987a41 Merge pull request #21040 from MikeSpreitzer/issue/21039
Auto commit by PR queue bot
2016-02-11 04:53:00 -08:00
Wojciech Tyczynski
06106cfb10 Fix framework afterEach method 2016-02-11 13:14:32 +01:00
Piotr Szczesniak
07fd719570 Merge pull request #21066 from piosz/bump-heapster
Bumped Heapster to v0.20.0-alpha6
2016-02-11 12:22:12 +01:00
Wojciech Tyczynski
519021b978 Timeout creating kubemark nodes 2016-02-11 12:19:37 +01:00
Piotr Szczesniak
917a34a2aa Bumped Heapster to v0.20.0-alpha6 2016-02-11 11:44:29 +01:00
k8s-merge-robot
533bc598dd Merge pull request #21063 from gmarek/cleanup
Auto commit by PR queue bot
2016-02-11 02:37:32 -08:00
k8s-merge-robot
09314f97f6 Merge pull request #20944 from janetkuo/move-deployment-example
Auto commit by PR queue bot
2016-02-11 02:37:31 -08:00