k8s-merge-robot
649b6879d7
Merge pull request #22053 from gmarek/resources
...
Auto commit by PR queue bot
2016-02-26 08:03:55 -08:00
gmarek
48fefd0f53
Small fix to make tests pass when master node is registered
2016-02-26 16:09:49 +01:00
gmarek
94c08fbf31
Workaround hanging proxies in resource gatherer
2016-02-26 14:23:53 +01:00
Wojciech Tyczynski
f3b44c129a
Increase memory limit for influxdb in Density test
2016-02-26 13:49:05 +01:00
gmarek
d859968377
Remove debug logs from resource gatherer
2016-02-26 10:23:08 +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
liangchenye
e3861cd6fc
use phase to test container status
...
Signed-off-by: liangchenye <liangchenye@huawei.com >
2016-02-26 14:32:03 +08:00
liangchenye
7d41164931
blackbox test: list, create, remove
...
Signed-off-by: liangchenye <liangchenye@huawei.com >
2016-02-26 12:31:29 +08:00
k8s-merge-robot
b092294302
Merge pull request #21807 from freehan/nettest
...
Auto commit by PR queue bot
2016-02-25 20:10:48 -08:00
k8s-merge-robot
7ee8dde1e3
Merge pull request #21945 from yujuhong/tag_nginx
...
Auto commit by PR queue bot
2016-02-25 19:37:09 -08:00
k8s-merge-robot
8c60068b36
Merge pull request #21794 from caesarxuchao/fix-19715
...
Auto commit by PR queue bot
2016-02-25 18:31:52 -08: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
nikhiljindal
2db2fba1b1
Delete replica set and its pods as well rather than just deleting the replica set
2016-02-25 15:26:58 -08:00
Prashanth Balasubramanian
d5226bb044
Kubectl log all failed containers in namespace=kube-system.
2016-02-25 14:54:17 -08:00
Isaac Hollander McCreery
de3b17a86f
Remove silent provider skips, since upgrade tests are feature tests, and aren't turned on by default anyway
2016-02-25 13:40:22 -08:00
Isaac Hollander McCreery
1bf69415cd
Decouple node upgrade from master upgrade
2016-02-25 13:37:16 -08:00
Eric Tune
875755f992
Added Selector Generation to Job.
...
Added selector generation to Job's
strategy.Validate, right before validation.
Can't do in defaulting since UID is not known.
Added a validation to Job to ensure that the generated
labels and selector are correct when generation was requested.
This happens right after generation, but validation is in a better
place to return an error.
Adds "manualSelector" field to batch/v1 Job to control selector generation.
Adds same field to extensions/__internal. Conversion between those two
is automatic.
Adds "autoSelector" field to extensions/v1beta1 Job. Used for storing batch/v1 Jobs
- Default for v1 is to do generation.
- Default for v1beta1 is to not do it.
- In both cases, unset == false == do the default thing.
Release notes:
Added batch/v1 group, which contains just Job, and which is the next
version of extensions/v1beta1 Job.
The changes from the previous version are:
- Users no longer need to ensure labels on their pod template are unique to the enclosing
job (but may add labels as needed for categorization).
- In v1beta1, job.spec.selector was defaulted from pod labels, with the user responsible for uniqueness.
In v1, a unique label is generated and added to the pod template, and used as the selector (other
labels added by user stay on pod template, but need not be used by selector).
- a new field called "manualSelector" field exists to control whether the new behavior is used,
versus a more error-prone but more flexible "manual" (not generated) seletor. Most users
will not need to use this field and should leave it unset.
Users who are creating extensions.Job go objects and then posting them using the go client
will see a change in the default behavior. They need to either stop providing a selector (relying on
selector generation) or else specify "spec.manualSelector" until they are ready to do the former.
2016-02-25 09:28:07 -08:00
gmarek
fdb3020f85
Add more logs to resource gatherer to help with debugging
2016-02-25 14:55:29 +01:00
k8s-merge-robot
995b72798c
Merge pull request #21974 from gmarek/refactor-gatherer
...
Auto commit by PR queue bot
2016-02-25 04:10:32 -08:00
k8s-merge-robot
47986aa018
Merge pull request #21163 from pmorie/downward-api-e2e-time
...
Auto commit by PR queue bot
2016-02-25 03:08:44 -08:00
gmarek
ff6b3d1fb1
Fix spreading in resource usage gatherer
2016-02-25 11:54:34 +01: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
k8s-merge-robot
7f613dbf15
Merge pull request #21204 from pwittrock/node-e2e-pull
...
Auto commit by PR queue bot
2016-02-24 22:16:48 -08:00
Jordan Liggitt
ea59b4c741
Fix sinceTime pod log options
2016-02-25 00:46:13 -05:00
Brian Grant
63c85691bd
Merge pull request #21795 from janetkuo/deployment-e2e-flake-panic
...
Fix the nil pointer dereference in addHashKeyToRSAndPods
2016-02-24 21:25:35 -08:00
k8s-merge-robot
9a4e3f8470
Merge pull request #21870 from mqliang/lookup-cache
...
Auto commit by PR queue bot
2016-02-24 20:01:29 -08:00
Minhan Xia
66940c2d44
wait for all webserver endpoints to come up before contacting peers
2016-02-24 18:35:59 -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
Yu-Ju Hong
a66a60bc37
e2e: change the tests to use versioned image nginx:1.7.9
2016-02-24 16:54:40 -08:00
Janet Kuo
082702390a
Fix test flake
2016-02-24 16:41:36 -08:00
Alex Robinson
c031697848
Merge pull request #21626 from jayunit100/examples-spark-fix
...
Fix broken spark tests to use yaml files, 1 worker, declare DNS depe…
2016-02-24 16:30:19 -08:00
Phillip Wittrock
c51c606f22
Node e2e test runner - run against images
...
- support allocating gce instances from images and running tests against them
- set --hostname-override to match node name
- add jenkins script to source to reproduce jenkins build locally
2016-02-24 16:29:59 -08:00
Chao Xu
3efd3c62e6
Replace ineffective DeleteOptions with nil
2016-02-24 15:06:24 -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
Alex Robinson
475076e1df
Merge pull request #21569 from lavalamp/fix-shadowing
...
fix shadowing bug
2016-02-24 14:42:58 -08:00
Brian Grant
0b5edab208
Merge pull request #21857 from nikhiljindal/stopDeployment
...
fix deployment e2e flake: Update DeploymentReaper.Stop to use ObservedGeneration
2016-02-24 14:26:23 -08:00
mqliang
e44e71ca87
make cache size configurable
2016-02-24 22:37:02 +08:00
k8s-merge-robot
07e9bd82dc
Merge pull request #21759 from gmarek/refactor-gatherer
...
Auto commit by PR queue bot
2016-02-24 04:37:14 -08:00
gmarek
ac706ea1de
Resource gatherer refactoring
2016-02-24 12:55:32 +01:00
Wojciech Tyczynski
a8ed5103f6
Increase QPS limits in density test
2016-02-24 12:15:49 +01: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
jay vyas
6efe5d05c3
[examples] k8petstore: connection timeouts and pass fail that is allows blips.
...
Author: jay vyas <jay@apache.org >
Date: Fri Feb 19 18:44:13 2016 -0500
Committer: jay vyas <jay@apache.org >
2016-02-23 23:11:44 -05: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
Joe Finney
372d1b6020
Remove check for rolling-updates gcloud subgroup.
2016-02-23 17:45:44 -08:00
Dawn Chen
b19102ba23
Merge pull request #21796 from nikhiljindal/deploymente2eLogs
...
deployment e2e test flake: Print the remaining pods to debug test flake
2016-02-23 16:43:00 -08:00
k8s-merge-robot
067998e727
Merge pull request #21622 from pwittrock/nodee2essh
...
Auto commit by PR queue bot
2016-02-23 16:42:42 -08:00
nikhiljindal
ac6188c676
Print the remaining pods to debug test flake
2016-02-23 14:57:19 -08:00
Daniel Smith
6afe858b44
fix shadowing bug
2016-02-23 14:51:12 -08:00