Marcin Wielgus
a13843cddb
Add volumes, volumemounts and host ports to rcconfig in e2e utils
2016-03-04 18:38:10 +01:00
k8s-merge-robot
8060e9c5eb
Merge pull request #22200 from pwittrock/flaky
...
Auto commit by PR queue bot
2016-03-01 14:51:59 -08:00
k8s-merge-robot
5b415a7aed
Merge pull request #22210 from janetkuo/deployment-e2e
...
Auto commit by PR queue bot
2016-02-29 22:44:40 -08:00
Janet Kuo
50d43ef65c
In deployment rollback e2e test, wait for async actions to happen
2016-02-29 16:35:00 -08:00
Janet Kuo
c65d7b082c
Move verifyPods to e2e test util
2016-02-29 14:26:01 -08:00
Phillip Wittrock
1b9a3fd5f8
Log container logs for failed containers if failedCount > max
2016-02-29 12:19:00 -08:00
Kris
e664ef922f
Move restclient to its own package
2016-02-29 12:05:13 -08:00
Wojciech Tyczynski
a126a0b53d
Extend errors in load test
2016-02-29 11:17:27 +01:00
Brian Grant
d0dd4f8a93
Restore expectation timeout to 5 minutes. Fix enqueueDeployment. Pass by reference.
...
Make names of ReplicaSets created by Deployment deterministic for idempotence.
Eliminate use of expectations in Deployment controller.
2016-02-28 07:33:07 +00:00
k8s-merge-robot
420d98fd8b
Merge pull request #22027 from bprashanth/services_compare
...
Auto commit by PR queue bot
2016-02-26 17:25:22 -08:00
Prashanth Balasubramanian
9be53e6319
Strip whitespace when comparing endpoints in services test.
2016-02-26 12:02:14 -08:00
gmarek
48fefd0f53
Small fix to make tests pass when master node is registered
2016-02-26 16:09:49 +01:00
Marek Grabowski
1cc91025b7
Merge pull request #22021 from bprashanth/log_addons
...
Dump kubectl logs for non-ready containers on startup
2016-02-26 09:21:01 +01:00
Fabio Yeon
307ec46bce
Merge pull request #21474 from quinton-hoole/2016-01-12-ubelite-e2e-spreading
...
Add Ubernetes Lite e2e tests for spreading RC and Service pods evenly…
2016-02-25 17:33:00 -08:00
Prashanth Balasubramanian
d5226bb044
Kubectl log all failed containers in namespace=kube-system.
2016-02-25 14:54:17 -08:00
k8s-merge-robot
bc52f12a56
Merge pull request #20808 from soltysh/e2e_tests
...
Auto commit by PR queue bot
2016-02-25 01:57:24 -08:00
Quinton Hoole
a9fd207140
Add Ubernetes Lite e2e tests for spreading RC and Service pods evenly across all zones.
...
Fixes #19415
2016-02-24 16:59:41 -08:00
Janet Kuo
082702390a
Fix test flake
2016-02-24 16:41:36 -08:00
Alex Robinson
0b4d702e04
Merge pull request #21730 from lavalamp/fix-proxy-svc-pod
...
add readiness probe to proxy test
2016-02-24 14:44:48 -08:00
nikhiljindal
7e50fa6df0
Update DeploymentReaper.Stop to use ObservedGeneration to remove race condition
2016-02-24 00:09:44 -08:00
Marcin Wielgus
ef2f06f02a
Merge pull request #21602 from ncdc/port-forward-kubectl-timeout-flake
...
Fix kubectl timeout test flake in e2e/portforward
2016-02-24 08:59:05 +01:00
Janet Kuo
82dcc56fe3
Improve log for debug
2016-02-23 17:52:24 -08:00
Janet Kuo
ebcce18d96
Sort events by their first timestamp when dumping them
2016-02-23 17:52:24 -08:00
kargakis
7a3d40786b
switch internal field to int64
2016-02-23 19:30:33 +01:00
kargakis
418d79cb78
extensions: add observedGeneration for deployments
2016-02-23 18:47:40 +01:00
k8s-merge-robot
aa9e139894
Merge pull request #21726 from janetkuo/log-on-timeout
...
Auto commit by PR queue bot
2016-02-23 04:16:49 -08:00
Brian Grant
7662a5ee54
Merge pull request #21734 from janetkuo/rollover-flake
...
Wait for pods to become available before rolling over in deployment e2e test
2016-02-22 20:15:33 -08:00
Janet Kuo
ecce9492cc
Wait for pods to become available before rolling over in deployment e2e test
2016-02-22 18:36:39 -08:00
Brian Grant
f4de3ea676
Merge pull request #21710 from janetkuo/flake-event-order
...
Don't rely on events in deployment rollback e2e test
2016-02-22 17:54:07 -08:00
Daniel Smith
9d87b47d77
add readiness probe to proxy test
2016-02-22 17:43:25 -08:00
Janet Kuo
4369a21969
Log deployment, RSes and pods on waitForDeploymentStatus timeout / condition mismatch
2016-02-22 17:29:44 -08:00
Brian Grant
6cecf2b357
Merge pull request #21715 from janetkuo/remove-racy-check
...
Remove racy check in waitForDeploymentStatus; wait for underlying resources to reach the desired state instead
2016-02-22 16:22:14 -08:00
Dawn Chen
201d60b426
Merge pull request #21440 from bprashanth/glbc_name
...
Add image version to glbc name.
2016-02-22 14:48:48 -08:00
Janet Kuo
d2c9d51999
Remove racy check in waitForDeploymentStatus; wait for underlying resources to reach the desired state instead
2016-02-22 14:47:38 -08:00
Janet Kuo
eaa4eb10aa
Don't rely on events in deployment rollback e2e test
2016-02-22 13:51:51 -08:00
Andy Goldstein
03d926c2a7
Fix kubectl timeout test flake in e2e/portforward
...
Instead of using `kubectl logs -f` and waiting for it to terminate when the container/pod stopped,
switch to explicitly waiting for the pod to stop and then get the pod logs without -f to avoid
hanging.
2016-02-22 14:39:20 -05:00
Janet Kuo
b267ede42c
Address comments
2016-02-19 15:58:33 -08:00
Janet Kuo
6ceb221f8e
Log pods of RS when deployment e2e test fails
2016-02-19 15:55:22 -08:00
Maciej Szulik
7f61f62ec2
Allow custom namespace creation in e2e framework
2016-02-19 23:17:50 +01:00
Janet Kuo
98a1eaf245
Retry all Update in deployment e2e tests
2016-02-19 13:45:57 -08:00
k8s-merge-robot
2236c843cd
Merge pull request #20458 from freehan/nodedown
...
Auto commit by PR queue bot
2016-02-18 20:47:06 -08:00
k8s-merge-robot
f1cbaed60f
Merge pull request #17493 from feihujiang/supportSubresourceOfServiceProxy
...
Auto commit by PR queue bot
2016-02-18 18:22:59 -08:00
Minhan Xia
7823d615e8
put block/unblock network function into util
2016-02-18 16:30:41 -08:00
Prashanth Balasubramanian
058db9a758
Add image version to glbc name, and fix e2e appropriately.
2016-02-18 13:03:01 -08:00
Phillip Wittrock
c61436ea94
Merge pull request #21410 from jlowdermilk/before-suite-dump
...
e2e: log events, pod/node info when kube-system pods fail to start
2016-02-18 11:12:34 -08:00
feihujiang
ac9f890238
Support the subresource of service proxy
2016-02-18 15:16:05 +08:00
laushinka
7ef585be22
Spelling fixes inspired by github.com/client9/misspell
2016-02-18 06:58:05 +07:00
Jeff Lowdermilk
4b7764b5f9
e2e: log events, pod/node info when kube-system pods fail to start
2016-02-17 13:48:11 -08:00
k8s-merge-robot
0866c377e9
Merge pull request #18010 from feihujiang/supportSubresourceOfNodeProxy
...
Auto commit by PR queue bot
2016-02-17 08:15:50 -08:00
Marek Grabowski
c0024626ff
Merge pull request #21307 from wojtek-t/store_master_logs_in_kubemark
...
Store logs from master components from Kubemark runs in GCS
2016-02-17 11:13:45 +01:00