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
Yu-Ju Hong
cdece9922b
e2e: fix logging the latest cpu summary
2016-02-23 12:16:15 -08:00
Yu-Ju Hong
f52e0e5e1f
e2e: set RSS memory usage limit for kubelet/docker
2016-02-23 12:14:09 -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
k8s-merge-robot
6b649d7f9f
Merge pull request #21706 from liggitt/token-controller
...
Auto commit by PR queue bot
2016-02-23 02:40:26 -08:00
k8s-merge-robot
599af17e0d
Merge pull request #21685 from gmarek/resource-usage
...
Auto commit by PR queue bot
2016-02-23 00:16:21 -08:00
k8s-merge-robot
0afbc71f31
Merge pull request #21030 from janetkuo/deployment-label-adopted
...
Auto commit by PR queue bot
2016-02-22 23:45:42 -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
Phillip Wittrock
a3623c0c14
Refactor node e2e tests
...
- Add Makefile targets
- Start services in the test harness and connect locally
- Build test into binary and copy to remote host to start services
- Use tar to copy binaries to remote hosts to simplify design
2016-02-22 20:06:15 -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
jay vyas
4c91cf2028
e2e cassandra fixes, needs follow on container update
2016-02-22 19:50:05 -05: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
jay vyas
782b268f02
[examples] [e2e] Fix spark example e2e tests: labels, forEach, json->yaml
2016-02-22 16:40:30 -05:00
Jordan Liggitt
92bf353496
Ensure created service account tokens are available to the token controller
2016-02-22 16:22:51 -05: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
k8s-merge-robot
6a199706cb
Merge pull request #21423 from ihmccreery/version-guard-deployments
...
Auto commit by PR queue bot
2016-02-22 11:04:51 -08:00
Janet Kuo
4699a6d8a2
Address comments; fix test failure
2016-02-22 10:58:54 -08:00
Janet Kuo
11fdbff97f
Address comments; fix test failures; add e2e tests; update RS's label too
2016-02-22 10:58:54 -08:00
Brian Grant
bd3cde0e0a
Mark flaky Deployment e2e tests until the problems are resolved.
...
Ref #21463 , #21467 , #21491 , #19299
2016-02-22 17:27:14 +00:00
gmarek
20e15cb6af
Changes in resource gathering to help debugging
2016-02-22 16:45:30 +01:00
k8s-merge-robot
2c3b3d5716
Merge pull request #21494 from saad-ali/markRemainingTwoPDTestsAsSlow
...
Auto commit by PR queue bot
2016-02-22 07:41:46 -08:00
k8s-merge-robot
aee2eb3977
Merge pull request #21434 from erictune/job-ga
...
Auto commit by PR queue bot
2016-02-22 00:12:54 -08:00
k8s-merge-robot
e34a23b289
Merge pull request #21351 from smarterclayton/optional_pod_status
...
Auto commit by PR queue bot
2016-02-21 04:10:19 -08:00
k8s-merge-robot
6f2b88cb2a
Merge pull request #21516 from nikhiljindal/limitRangee2e
...
Auto commit by PR queue bot
2016-02-20 02:20:17 -08:00
k8s-merge-robot
f08a8f23c1
Merge pull request #20959 from justinsb/fix_20911
...
Auto commit by PR queue bot
2016-02-20 00:56:53 -08:00
Erick Fejta
3d8913a43a
Use e2e tagged version of test images that aren't versioned
2016-02-19 20:22:49 -08:00
Erick Fejta
c2e1f26ee7
Add versions to volume images to avoid repeatedly pulling the same image.
2016-02-19 19:09:16 -08:00
Janet Kuo
b267ede42c
Address comments
2016-02-19 15:58:33 -08:00
Eric Tune
bab89e95ce
Fix jobs integration test.
2016-02-19 15:56:40 -08:00
Janet Kuo
6ceb221f8e
Log pods of RS when deployment e2e test fails
2016-02-19 15:55:22 -08:00
Brian Grant
6766f11a5b
Merge pull request #21586 from janetkuo/retry-update-e2e
...
Retry all Update in deployment e2e tests
2016-02-19 15:02:28 -08:00
Prashanth B
6a1156d7a3
Merge pull request #21573 from pmorie/configmap-flake
...
Make flake in configMap update e2e easier to debug
2016-02-19 14:44:13 -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
Brendan Burns
8bda033ef1
Merge pull request #21444 from dchen1107/test1
...
Log daemons' failure reasons to supervisord log files
2016-02-19 13:08:19 -08:00
k8s-merge-robot
d37060d4f0
Merge pull request #21061 from mqliang/deployment-e2e-IntPtr
...
Auto commit by PR queue bot
2016-02-19 13:07:25 -08:00
Paul Morie
f8d58ac708
Make flake in configMap update e2e easier to debug
2016-02-19 15:01:20 -05:00
k8s-merge-robot
c3a962bff5
Merge pull request #20351 from krousey/dynamic_client
...
Auto commit by PR queue bot
2016-02-19 10:00:54 -08:00
Eric Tune
d5f303d3d7
Fixed and added tests
2016-02-19 09:20:56 -08:00
k8s-merge-robot
921caee646
Merge pull request #21472 from gmarek/kubemark-log
...
Auto commit by PR queue bot
2016-02-19 08:27:28 -08:00
k8s-merge-robot
62587b66ff
Merge pull request #21019 from freehan/estest
...
Auto commit by PR queue bot
2016-02-19 05:46:23 -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
Phillip Wittrock
4151e96a60
Merge pull request #21510 from jlowdermilk/fix-nodeoutofdisk
...
Don't call framework.before|afterEach in nodeoutofdisk test
2016-02-18 18:55:32 -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
Phillip Wittrock
c6fea28e83
Merge pull request #21368 from timstclair/summary-api
...
Move stats summary types to a new kubelet/api package to avoid unnece…
2016-02-18 16:05:34 -08:00
nikhiljindal
68dec27792
Adding some debug messages on test failure
2016-02-18 15:17:27 -08:00
Jeff Lowdermilk
71febf4b24
Don't call framework.before|afterEach in nodeoutofdisk test
2016-02-18 14:33:04 -08:00
Paul Morie
6cc1ba4158
Make downward API volume test run faster
2016-02-18 17:20:09 -05:00
Prashanth Balasubramanian
058db9a758
Add image version to glbc name, and fix e2e appropriately.
2016-02-18 13:03:01 -08:00
saadali
820b416232
Mark remaining two PD tests as slow
2016-02-18 11:24:41 -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
k8s-merge-robot
5acdb92126
Merge pull request #21177 from laushinka/spelling-fixes
...
Auto commit by PR queue bot
2016-02-18 10:29:49 -08:00
gmarek
0cf1b922c4
Add more logging in case of Kubemark startup failure
2016-02-18 16:32:04 +01:00
k8s-merge-robot
17325ef6ef
Merge pull request #20501 from piosz/hpa-ga
...
Auto commit by PR queue bot
2016-02-18 06:52:39 -08:00
feihujiang
ac9f890238
Support the subresource of service proxy
2016-02-18 15:16:05 +08:00
k8s-merge-robot
bcabc096f2
Merge pull request #21130 from madhusudancs/daemonset-enable-default
...
Auto commit by PR queue bot
2016-02-17 22:54:35 -08:00
Dawn Chen
b17412a1d9
collect docker.log
2016-02-17 17:06:07 -08:00
Dawn Chen
c46ee395b9
Collect kubelet healthz failure reason log on nodes. Also collect etcd log on master node.
2016-02-17 16:50:45 -08:00
Dawn Chen
e03c632a5e
Merge pull request #21208 from dchen1107/test
...
Collect kern.log from nodes for debugging.
2016-02-17 16:41:03 -08:00
laushinka
7ef585be22
Spelling fixes inspired by github.com/client9/misspell
2016-02-18 06:58:05 +07:00
Madhusudan.C.S
31606e6d2f
Remove Deployment and DaemonSet "Feature:" tags from e2e tests.
2016-02-17 15:04:31 -08:00
Dawn Chen
c801fa58db
Collect kern.log from node for debugging.
2016-02-17 14:56:19 -08:00
gmarek
dfb1e69ea2
Fix namespace test
2016-02-17 14:16:32 -08: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
Isaac Hollander McCreery
7b26656305
Skip Kubectl deployment test on clusters older that v1.2.0-alpha.7.726
2016-02-17 13:36:24 -08:00
Tim St. Clair
225f903ccf
Move stats summary types to a new kubelet/api package to avoid unnecessary dependencies
2016-02-17 10:53:25 -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
k8s-merge-robot
b66cb189c7
Merge pull request #13568 from marun/network-e2e
...
Auto commit by PR queue bot
2016-02-17 06:45:22 -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
gmarek
0180b73218
Fix bug in resource gatherer and add logging to help debug if it doesn't help
2016-02-17 09:24:59 +01:00
Clayton Coleman
778fb1798b
Don't print reason or message if they are empty on pods
...
For running pods they are typically empty and convey no value. Don't
print images twice.
2016-02-16 23:26:59 -05:00
k8s-merge-robot
b1db1439e8
Merge pull request #21121 from bparees/typo
...
Auto commit by PR queue bot
2016-02-16 13:00:08 -08:00
Phillip Wittrock
d8a689c195
diable readonly fs tests until 21320 is resolved
2016-02-16 10:08:01 -08:00
k8s-merge-robot
ea0b040e81
Merge pull request #21312 from wojtek-t/logs_for_scalability_debug
...
Auto commit by PR queue bot
2016-02-16 08:55:08 -08:00
k8s-merge-robot
a12b202dd7
Merge pull request #21290 from vsimon/patch-1
...
Auto commit by PR queue bot
2016-02-16 08:55:07 -08:00
Wojciech Tyczynski
fbb6cc4a59
Add logss to debug scalability failure
2016-02-16 17:02:42 +01:00
Wojciech Tyczynski
3509f80bf9
Store logs from master components from Kubemark runs in GCS
2016-02-16 15:33:15 +01:00
Wojciech Tyczynski
03dee7be1c
Merge pull request #21213 from pmorie/e2e-kubeconfig
...
Make e2e.test binary know about KUBECONFIG env var
2016-02-16 14:07:33 +01:00
Wojciech Tyczynski
c9d6b5fc74
Unify running tests in Kubemark
2016-02-16 13:44:52 +01:00
Wojciech Tyczynski
6e2e39864c
Merge pull request #21255 from wojtek-t/extend_load_logging
...
Extend logging for load test debugging
2016-02-16 11:11:46 +01:00
feihujiang
e85253916f
Support the subresource of node proxy
2016-02-16 17:02:45 +08:00
Vicken Simonian
b13369e0ec
Fix comment typo
2016-02-15 20:14:39 -08:00
k8s-merge-robot
2778bc0c13
Merge pull request #21020 from yujuhong/rss
...
Auto commit by PR queue bot
2016-02-15 12:50:07 -08:00
Piotr Szczesniak
d9705940d6
Fixed and added tests
2016-02-15 21:39:00 +01:00
k8s-merge-robot
acb160739f
Merge pull request #21250 from wojtek-t/always_remove_namespace
...
Auto commit by PR queue bot
2016-02-15 10:33:05 -08:00
mqliang
4f0031e272
use the IntPtr() funcs to create pointer to an int
2016-02-15 22:38:11 +08:00
gmarek
f0bc1b6cd0
Fix log gatherer
2016-02-15 15:11:38 +01:00
Wojciech Tyczynski
463d21f352
Comment out calls to httptest.Server.Close()
2016-02-15 12:53:02 +01:00
Wojciech Tyczynski
02c1a4980f
Extend logging for load test debugging
2016-02-15 12:21:51 +01:00
Wojciech Tyczynski
ca7a9f855a
Always delete namespace in test framework
2016-02-15 10:19:04 +01:00
k8s-merge-robot
50ca5460d5
Merge pull request #21242 from wojtek-t/fix_kibana_cpu
...
Auto commit by PR queue bot
2016-02-15 00:18:38 -08:00
Wojciech Tyczynski
d8a2212f44
Increase cpu limits for Kibana in scalability tests
2016-02-15 08:32:47 +01:00
k8s-merge-robot
39a9043b8e
Merge pull request #21095 from liggitt/sa-namespace
...
Auto commit by PR queue bot
2016-02-14 22:13:10 -08:00
k8s-merge-robot
4ff418ca50
Merge pull request #21057 from davidopp/work1
...
Auto commit by PR queue bot
2016-02-14 20:48:17 -08:00
David Oppenheimer
66368efad5
Comment out NodeAffinity.RequiredDuringSchedulingRequiredDuringExecution
...
because it is not yet implemented.
2016-02-14 17:46:13 -08:00
Paul Morie
d1dc259ef2
ConfigMap volume source
2016-02-14 16:19:17 -05:00
k8s-merge-robot
44d12a1389
Merge pull request #20782 from nickschuch/readonly_container_2
...
Auto commit by PR queue bot
2016-02-14 13:18:24 -08:00
k8s-merge-robot
663ae6c5db
Merge pull request #21003 from roberthbailey/revert-19469
...
Auto commit by PR queue bot
2016-02-14 06:45:32 -08:00
k8s-merge-robot
d28ac1f88b
Merge pull request #20948 from ghodss/versioned-apply
...
Auto commit by PR queue bot
2016-02-14 00:56:10 -08:00
Nick Schuch
5d511aeb54
Adds ReadOnlyRootFilesystem support for containers
2016-02-14 15:39:51 +10:00
Tim Hockin
ff3f9f6bcc
Move "extra" namespaces into framework
...
Now an aborted test will delete namespaces. Hopefully this means less GCE
leaks.
2016-02-13 20:37:04 -08:00
Tim Hockin
677d4d6dbc
e2e: Call AfterEach handlers in case of an abort
...
I was tired of aborted tests leaving debris in my cluster.
2016-02-13 20:29:46 -08:00
k8s-merge-robot
524aaa2f7f
Merge pull request #21152 from kargakis/fix-cleanup-policy
...
Auto commit by PR queue bot
2016-02-13 03:47:33 -08:00
k8s-merge-robot
19c8d73cac
Merge pull request #18077 from soltysh/stop_deployment
...
Auto commit by PR queue bot
2016-02-12 22:47:04 -08:00
Paul Morie
bf5e2c06de
Make e2e.test binary know about KUBECONFIG env var
2016-02-13 01:23:41 -05:00
k8s-merge-robot
1bc3a00adc
Merge pull request #21112 from ixdy/nettest-deadlock-fix
...
Auto commit by PR queue bot
2016-02-12 22:18:26 -08:00
Isaac Hollander McCreery
c09da9e03c
Remove [Skipped] as a label for tests.
2016-02-12 17:24:06 -08:00
k8s-merge-robot
4c60a23204
Merge pull request #21203 from timstclair/summary-api
...
Auto commit by PR queue bot
2016-02-12 17:06:15 -08:00
Tim St. Clair
f258737e84
Fix broken node test from 7a54f94
2016-02-12 15:49:35 -08:00
k8s-merge-robot
0615f52054
Merge pull request #21184 from vishh/20993
...
Auto commit by PR queue bot
2016-02-12 14:26:14 -08:00
Yu-Ju Hong
082da18e8a
e2e: change memory fields to use unit64
2016-02-12 13:19:12 -08:00
Yu-Ju Hong
715ea4c8b1
e2e: checking RSS memory for daemons
2016-02-12 13:16:27 -08:00
Vishnu kannan
3ad5888673
Revert "node e2e tests - disable testing metrics for system containers"
...
This reverts commit 75bce624cb
.
2016-02-12 12:35:49 -08:00
Janet Kuo
4e8b4871c4
Add e2e test for kubectl run should generate deployment
2016-02-12 12:29:14 -08:00
Kris
4c58302b5b
Adding dynamic client
2016-02-12 11:49:00 -08:00
Ben Parees
f28cc156fc
fix typo in test log message
2016-02-12 14:12:35 -05:00
Michail Kargakis
b9839d0677
controller: fix cleanup policy for deployments
...
Cleanup policy should run on all replica sets and not only on those that
have pods (we will not cleanup those anyway).
2016-02-12 19:14:18 +01:00
Maru Newby
6bca837504
Add granular networking e2e tests
...
This change adds 2 new e2e tests to test that:
- a pod can reach another pod on the same node
- a pod can reach another pod on another node
The intention is to provide a more granular indication of networking
failure than the existing intra-pod test for the benefit of network
plugin developers.
2016-02-12 08:47:57 -08:00
k8s-merge-robot
9d776d999d
Merge pull request #20932 from saad-ali/fix20757
...
Auto commit by PR queue bot
2016-02-12 07:58:53 -08:00
k8s-merge-robot
678958a706
Merge pull request #19868 from jsafrane/devel/syncclaim-twice
...
Auto commit by PR queue bot
2016-02-12 06:21:21 -08:00
Wojciech Tyczynski
817d0f250a
Merge pull request #21069 from wojtek-t/fix_namespace_test_issues
...
Fix framework afterEach method
2016-02-12 09:49:47 +01: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
85f0f82ee2
Merge pull request #21026 from pwittrock/disable-e2e
...
Auto commit by PR queue bot
2016-02-11 14:19:39 -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
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
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
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
Minhan Xia
a33f11f225
mark Elasticsearch test as Feature
2016-02-11 09:56:05 -08:00
Phillip Wittrock
75bce624cb
node e2e tests - disable testing metrics for system containers
2016-02-11 09:30:49 -08:00
Robert Bailey
7c05607aca
Revert #19469 so re-enable the metrics grabbing test on GKE.
2016-02-11 08:15:14 -08: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
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
3522f7bea8
Merge pull request #20939 from ixdy/use-framework
...
Auto commit by PR queue bot
2016-02-11 05:18:39 -08:00
Wojciech Tyczynski
06106cfb10
Fix framework afterEach method
2016-02-11 13:14:32 +01:00
Justin Santa Barbara
46b89464fd
e2e: Allow longer for AWS LoadBalancers to start serving traffic
...
When we create a LoadBalancer on AWS, there is a longer delay after
creating the LB before it starts to serve traffic than there is on GCE.
A delay of a few minutes is normal.
Use a longer timeout when waiting for the LB on AWS therefore.
2016-02-11 06:43:31 -05:00
Wojciech Tyczynski
519021b978
Timeout creating kubemark nodes
2016-02-11 12:19:37 +01:00
gmarek
918ddbe5f0
Small cleanup
2016-02-11 10:08:24 +01:00
Seth Jennings
982af896e1
use runId UUID for staticIPName to avoid collision
2016-02-10 21:42:17 -06:00
Chao Xu
1c84552757
generate the versioned clientset
2016-02-10 17:22:46 -08:00
Sam Ghods
fd5747f89c
Fix reference to versioned object in kubectl apply
...
Fixes #19639
2016-02-10 14:11:44 -08:00
k8s-merge-robot
3b41600e5a
Merge pull request #20929 from thockin/go-vet
...
Auto commit by PR queue bot
2016-02-10 12:13:55 -08:00
k8s-merge-robot
86a7a9534a
Merge pull request #20924 from kubernetes/revert-20651-quarantine-reboot
...
Auto commit by PR queue bot
2016-02-10 09:36:09 -08:00
Justin Santa Barbara
a0093eb503
e2e: Don't try to create a UDP LoadBalancer on AWS
...
AWS doesn't support type=LoadBalancer with UDP services. For now, we
simply skip over the test with type=LoadBalancer on AWS for the UDP
service.
Fix #20911
2016-02-10 12:31:18 -05:00
Wojciech Tyczynski
932302fa95
Remove annoying logs from Kubemark
2016-02-10 16:26:53 +01:00
Salvatore Dario Minonne
9ebe3f8b0d
To fix flaky downward api volume e2e
2016-02-10 11:29:57 +01:00
k8s-merge-robot
b0560cba2e
Merge pull request #20686 from dchen1107/test1
...
Auto commit by PR queue bot
2016-02-09 23:55:38 -08:00
k8s-merge-robot
1dd703921f
Merge pull request #20052 from derekwaynecarr/limit_range_e2e
...
Auto commit by PR queue bot
2016-02-09 21:45:57 -08:00
k8s-merge-robot
c6ed624bfb
Merge pull request #19503 from markturansky/attacher_interface
...
Auto commit by PR queue bot
2016-02-09 20:50:41 -08:00
k8s-merge-robot
41a98b43e4
Merge pull request #19840 from madhusudancs/replicaset-deployment
...
Auto commit by PR queue bot
2016-02-09 18:57:42 -08:00
Jeff Grafton
220b5e3e8e
Make all e2e tests use Framework
2016-02-09 15:50:07 -08:00
Madhusudan.C.S
e7a9f30936
Address review comments.
2016-02-09 15:50:01 -08:00
Maisem Ali
16ad043cb8
running gofmt
2016-02-09 15:48:34 -08:00
saadali
8987d63f7b
Have E2E PD tests retry on kubectl exec timeout
2016-02-09 14:44:02 -08:00
k8s-merge-robot
b00fb1211b
Merge pull request #20183 from ihmccreery/feature-fsgroup
...
Auto commit by PR queue bot
2016-02-09 14:11:03 -08:00
Maisem Ali
3a92e47d61
removing comment for missing yaml extension
2016-02-09 14:10:24 -08:00
Maisem Ali
4dfdb154fb
Adding testing-manifests to the test tar ball
2016-02-09 14:09:26 -08:00
Tim Hockin
7cab7bd472
fix a few go-vet errors
2016-02-09 13:20:31 -08:00
Isaac Hollander McCreery
2ad245b8a8
Revert "[Discussion] Quarantine reboot tests as [Feature:Reboot] due to instability?"
2016-02-09 12:25:03 -08:00
k8s-merge-robot
8ecea546b2
Merge pull request #20889 from pmorie/substitution-e2e
...
Auto commit by PR queue bot
2016-02-09 11:26:06 -08:00
k8s-merge-robot
cff7511c6a
Merge pull request #20872 from pwittrock/node-e2e-tests
...
Auto commit by PR queue bot
2016-02-09 11:26:05 -08:00
Phillip Wittrock
3c708db4b8
Include kubelet logs in output when running node e2e tests
2016-02-09 10:41:13 -08:00
k8s-merge-robot
9942f6bf3e
Merge pull request #19792 from pmorie/config-int-test
...
Auto commit by PR queue bot
2016-02-09 09:31:04 -08:00
Isaac Hollander McCreery
3022cbef89
Make FSGroup e2es [Feature:FSGroup], not [Skipped]
2016-02-09 09:22:10 -08:00
Paul Morie
e0ef253f7d
Add integration test for ConfigMap
2016-02-09 10:28:53 -05:00
Wojciech Tyczynski
a6a0392b03
Merge pull request #20891 from wojtek-t/fix_load_test
...
Fix load test & run it on 100- and 500-node Kubemarks
2016-02-09 15:33:12 +01:00
k8s-merge-robot
f637f08774
Merge pull request #20725 from mesosphere/jdef_node_affinity_is_not_conformance
...
Auto commit by PR queue bot
2016-02-09 02:35:56 -08:00
Wojciech Tyczynski
9fce56c165
Fix timeouts in load test
2016-02-09 08:38:12 +01:00
Paul Morie
50427287ef
Add note and link to doc in variable expansion e2e
2016-02-09 02:30:32 -05:00
k8s-merge-robot
fec0d127b3
Merge pull request #15938 from justinsb/aws_ebs_cleanup
...
Auto commit by PR queue bot
2016-02-08 21:42:52 -08:00
Madhusudan.C.S
ed7ad6dcf3
Make deployments work.
2016-02-08 21:27:49 -08:00
Madhusudan.C.S
518f08aa7c
Move Deployments to ReplicaSets and switch the Deployment selector to the new LabelSelector.
...
Update the Deployments' API types, defaulting code, conversions, helpers
and validation to use ReplicaSets instead of ReplicationControllers and
LabelSelector instead of map[string]string for selectors.
Also update the Deployment controller, registry, kubectl subcommands,
client listers package and e2e tests to use ReplicaSets and
LabelSelector for Deployments.
2016-02-08 21:27:38 -08:00
Dawn Chen
d65cab42bf
Scheduler predicate test explicitly assumes that cluster add-on pods stay stable, but never check it before each test run. Adding the check for each test case.
2016-02-08 16:21:17 -08:00
Dawn Chen
242000d790
Merge pull request #20837 from yujuhong/pull_images
...
e2e: use the tagged busybox image to avoid unnecessary pulling
2016-02-08 16:15:29 -08:00
Dawn Chen
e367ddc39e
Merge pull request #20732 from vishh/18704
...
Bump up liveness probe timeout for Conformance test
2016-02-08 15:50:53 -08:00
Maisem Ali
1168df93f6
Merge branch 'master' of https://github.com/kubernetes/kubernetes
2016-02-08 15:38:56 -08:00
Maisem Ali
3f58a0b15b
Adding a readiness probe to kubectl e2e tests.
2016-02-08 15:38:17 -08:00
Yu-Ju Hong
4544575e11
e2e: use the tagged busybox image to avoid unnecessary pulling
2016-02-08 15:28:55 -08:00
Vishnu kannan
01834449f0
Bump up liveness probe initial delay for Conformance test "should *not* be restarted with a /healthz http liveness probe"
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-02-08 14:59:08 -08:00
k8s-merge-robot
c75e344b47
Merge pull request #20828 from pwittrock/metricse2etest
...
Auto commit by PR queue bot
2016-02-08 13:45:40 -08:00
Dawn Chen
df04225eca
Collect dmesg from nodes
2016-02-08 11:27:53 -08:00
Phillip Wittrock
6cb09700e0
Don't expect secret volume for node e2e tests
2016-02-08 10:08:41 -08:00
k8s-merge-robot
807e5f08d0
Merge pull request #20796 from smarterclayton/parallel_test
...
Auto commit by PR queue bot
2016-02-08 08:22:09 -08:00
derekwaynecarr
bab569e623
Add basic e2e test for LimitRange
2016-02-08 10:57:23 -05:00
k8s-merge-robot
e4cb6a09b2
Merge pull request #20718 from wojtek-t/timeouts_in_load_test
...
Auto commit by PR queue bot
2016-02-08 05:23:14 -08:00
k8s-merge-robot
3cacc7e9ce
Merge pull request #20723 from gmarek/limits
...
Auto commit by PR queue bot
2016-02-08 04:53:35 -08:00
gmarek
6b2507485f
Add FakeNeverRateLimitter
2016-02-08 11:06:25 +01:00
Wojciech Tyczynski
a1a6218dc6
Adjust timeouts in load test for larger clusters
2016-02-08 11:02:59 +01:00
k8s-merge-robot
f49fef6ebb
Merge pull request #20780 from smarterclayton/e2e_test_wrong
...
Auto commit by PR queue bot
2016-02-08 01:00:32 -08:00
k8s-merge-robot
14e2c2b740
Merge pull request #20773 from justinsb/fix/e2e_pods_to_be_ready_format
...
Auto commit by PR queue bot
2016-02-08 00:03:46 -08:00
Wojciech Tyczynski
48ea20a795
Higher QPS limits in load.go test
2016-02-08 08:05:06 +01:00
markturansky
a242a3d5fe
Added Attacher/Detacher interfaces and support to kubelet
2016-02-07 16:55:58 -05:00
k8s-merge-robot
f15996d509
Merge pull request #19846 from madhusudancs/replicaset-e2e
...
Auto commit by PR queue bot
2016-02-07 13:46:57 -08:00
Clayton Coleman
e8cbb762e2
e2e SecurityContext tests wrong volume dir
...
The volume directory is not guaranteed to be /var/lib/kubelet
for a conforming implementation of Kubernetes. Add --volume-dir
and an internal shim
2016-02-07 16:45:25 -05:00
Jan Chaloupka
4389b3f0d6
Rewritte util.* -> wait.* wherever reasonable
2016-02-07 12:02:20 +01:00
Tim Hockin
fecb71420c
Demote static IPs ASAP for easier cleanup
...
This exposed bugs in the IP promotion/demotion logic.
2016-02-06 21:15:06 -08:00
Clayton Coleman
f1ab9a42f5
NodeOutOfDisk should use NewFramework()
...
Fails when custom nsCreateFunc is provided
2016-02-06 23:25:08 -05:00
k8s-merge-robot
9e1d764524
Merge pull request #20654 from thockin/e2e-strings
...
Auto commit by PR queue bot
2016-02-06 19:02:48 -08:00
k8s-merge-robot
19c80e126a
Merge pull request #20651 from ihmccreery/quarantine-reboot
...
Auto commit by PR queue bot
2016-02-06 18:29:09 -08:00
k8s-merge-robot
70946a571a
Merge pull request #20571 from liggitt/service-account-e2e
...
Auto commit by PR queue bot
2016-02-06 09:21:57 -08:00
k8s-merge-robot
ae765ef677
Merge pull request #20543 from ArtfulCoder/kubeproxytest
...
Auto commit by PR queue bot
2016-02-06 08:19:39 -08:00
Justin Santa Barbara
051ff6aa35
e2e: fix format-string for error message
...
Argument was omitted
2016-02-06 09:15:55 -05:00
Madhusudan.C.S
e0a61c464a
Add ReplicaSet e2e tests.
2016-02-06 03:46:44 -08:00
k8s-merge-robot
b45a94bc78
Merge pull request #20765 from janetkuo/remove-podtemplate-key
...
Auto commit by PR queue bot
2016-02-06 00:44:47 -08:00
k8s-merge-robot
fe269474ca
Merge pull request #20330 from bryk/kubernetes-dashboard
...
Auto commit by PR queue bot
2016-02-06 00:15:10 -08:00
k8s-merge-robot
1b52e0ec3a
Merge pull request #20210 from jsafrane/devel/gce-tags
...
Auto commit by PR queue bot
2016-02-05 21:36:25 -08:00
k8s-merge-robot
0ad6326d7f
Merge pull request #20170 from pmorie/update-ads-pod
...
Auto commit by PR queue bot
2016-02-05 20:37:39 -08:00
k8s-merge-robot
fcf9c4a1e4
Merge pull request #19741 from pwittrock/syncfsmetrics
...
Auto commit by PR queue bot
2016-02-05 17:54:22 -08:00
Janet Kuo
7e9fb97b7d
Remove UniqueLabelKey from deployment spec
2016-02-05 16:21:44 -08:00
Phillip Wittrock
3de94cd23c
Supply volume fs metrics to server/stats/handler.go
...
* Metrics will not be expose until they are hooked up to a handler
* Metrics are not cached and expose a dos vector, this must be fixed before release or the stats should not be exposed through an api endpoint
2016-02-05 16:00:24 -08:00
Daniel Smith
60cc5d10b7
Merge pull request #20013 from spxtr/fix-ssh
...
Retry SSH connection for E2E log gathering.
2016-02-05 15:52:34 -08:00
Jordan Liggitt
1a92b8d11d
Improve serviceaccount e2e setup
2016-02-05 17:39:38 -05:00
Chao Xu
184440f8ef
rename release_1_2 to internalclientset
2016-02-05 14:02:28 -08:00
Paul Morie
0b82d0b491
Allow pod.Spec.ActiveDeadlineSeconds to be updateable
2016-02-05 15:58:31 -05:00
James DeFelice
457fb0382e
relabel NodeAffinity tests with Feature:NodeAffinity
2016-02-05 19:51:56 +00:00
Jan Safranek
76b6449715
Retry recycle or delete operation on failure.
...
Recycle controller tries to recycle or delete a PV several times.
It stores count of failed attempts and timestamp of the last attempt in
annotations of the PV.
By default, the controller tries to recycle/delete a PV 3 times in
10 minutes interval. These values are configurable by
kube-controller-manager --pv-recycler-maximum-retry=X --pvclaimbinder-sync-period=Y
arguments.
2016-02-05 17:02:13 +01:00
k8s-merge-robot
4ecfe4d207
Merge pull request #20678 from janetkuo/dont-copy-apply-annotation
...
Auto commit by PR queue bot
2016-02-05 05:23:08 -08:00
bryk
46f51d74bb
Set kubernetes-dashboard as the default UI addon
...
Dashboard release info:
https://github.com/kubernetes/dashboard/releases/tag/v0.1.0
This replaces kube-ui addon
2016-02-05 13:36:37 +01:00
k8s-merge-robot
9d7a3ed9f6
Merge pull request #20563 from roberthbailey/ui-e2e-non-conformance
...
Auto commit by PR queue bot
2016-02-05 03:56:43 -08:00
Janet Kuo
40849a5b50
Skip apply annotation when copying annotations from deployment to RC
2016-02-04 23:30:31 -08:00
Daniel Smith
62e0eed21c
Merge pull request #20660 from thockin/e2e-also-log-fails
...
Logf() failures for nicer logs
2016-02-04 23:24:15 -08:00
Daniel Smith
d84ac764a9
Merge pull request #20492 from erictune/labselunver
...
Move extensions.LabelSelector to unversioned
2016-02-04 23:17:40 -08:00
Daniel Smith
f932f3aea2
Merge pull request #20425 from ihmccreery/namespace-experimental
...
Use [Feature:ComprehensiveNamespaceDraining] instead of `PIt`
2016-02-04 23:17:20 -08:00
Tim Hockin
ea35158a32
e2e util: Pass region, not zone
2016-02-04 20:40:42 -08:00
k8s-merge-robot
c09b67f60f
Merge pull request #20591 from caesarxuchao/legacy-to-core
...
Auto commit by PR queue bot
2016-02-04 17:37:12 -08:00
Chao Xu
1b047f8e67
rename legacy to core
2016-02-04 14:26:56 -08:00
Phillip Wittrock
ba5be34574
Kubelet Metrics Summary Api Implementation
2016-02-04 14:05:28 -08:00
Eric Tune
6133cb1f21
Move extensions.LabelSelector to unversioned.
...
Move type LabelSelector and type LabelSelectorRequirement from pkg/apis/extensions
This avoids an import loop when Job (and later DaemonSet, Deployment, ReplicaSet)
are moved out of extensions to new api groups.
Also Move LabelSelectorAsSelector utility from pkg/apis/extensions/ to pkg/api/unversioned/
Also its test.
Also LabelSelectorOp* constants.
Also the pkg/apis/extensions/validation functions ValidateLabelSelectorRequirement and
ValidateLabelSelector move to pkg/api/unversioned
The related type in pkg/apis/extensions/v1beta1/ is staying there. I might move
it in another PR if neccessary.
2016-02-04 13:46:34 -08:00
Robert Bailey
6ad11dbcf7
Don't label the UI e2e test as part of the conformance suite - it's
...
a test to ensure that an *optional* cluster addon is working.
2016-02-04 11:55:00 -08:00
Nikhil Jindal
59820827d4
Merge pull request #20513 from nikhiljindal/apiserverExampleTest
...
Adding test for apiserver example
2016-02-04 11:28:58 -08:00
Tim Hockin
e7c3cb22ee
Logf() failures for nicer logs
2016-02-04 11:13:19 -08:00
Tim Hockin
a98f556dbb
cleaner service e2e strings
2016-02-04 09:28:48 -08:00
Isaac Hollander McCreery
3f893e53eb
Quarantine reboot tests as [Feature:Reboot] due to instability
2016-02-04 09:15:19 -08:00
k8s-merge-robot
ca30f38697
Merge pull request #20632 from wojtek-t/fix_metrics
...
Auto commit by PR queue bot
2016-02-04 04:28:29 -08:00
Wojciech Tyczynski
f23034d5da
Reset more metrics before scalability tests
2016-02-04 11:47:13 +01:00
k8s-merge-robot
3e8a55b81c
Merge pull request #20608 from nikhiljindal/etcd_failure
...
Auto commit by PR queue bot
2016-02-04 02:28:32 -08:00
Saad Ali
0952dcd349
Merge pull request #20389 from mqliang/deployment-MinReadySeconds
...
Move MinReadySeconds out of RollingUpdateDeployment
2016-02-03 22:44:14 -08:00
k8s-merge-robot
16aa40cc33
Merge pull request #20035 from janetkuo/record-command
...
Auto commit by PR queue bot
2016-02-03 20:19:08 -08:00
k8s-merge-robot
65ebe19164
Merge pull request #20584 from caesarxuchao/release_1_2
...
Auto commit by PR queue bot
2016-02-03 19:46:27 -08:00
k8s-merge-robot
dbd7b83d93
Merge pull request #20545 from pmorie/boilerplate
...
Auto commit by PR queue bot
2016-02-03 19:46:26 -08:00
David Oppenheimer
bf2dbd61a2
Merge pull request #19758 from Huawei-PaaS/node-affinity-part1
...
NodeSelector, HardNodeAffinity and SoftNodeAffinity implementation
2016-02-03 19:18:45 -08:00
Kevin
c8c82c1d8f
implement Node affinity and NodeSelector
2016-02-04 01:53:14 +00:00
k8s-merge-robot
d4da1ee3ce
Merge pull request #19835 from janetkuo/kubectl-rollout
...
Auto commit by PR queue bot
2016-02-03 17:39:04 -08:00
Saad Ali
b2600a65f5
Merge pull request #20421 from thockin/e2e-debris
...
Remove e2e global 'timeout'
2016-02-03 16:38:02 -08:00
nikhiljindal
97a34f0397
Removing unused var
2016-02-03 16:14:52 -08:00
Joe Finney
7a59683e41
Retry SSH connection for E2E log gathering.
2016-02-03 16:06:02 -08:00
nikhiljindal
c7beb9078c
Updating methods to return error rather than using glog.Fatalf
2016-02-03 16:00:45 -08:00
Saad Ali
b6c26ef69b
Merge pull request #20569 from thockin/service-e2e-hang-20561
...
Fix wrong timeout param to wget
2016-02-03 16:00:13 -08:00
Saad Ali
ae35a302b5
Merge pull request #20471 from bprashanth/kp-logs
...
kube-proxy tries to apply latest snapshot
2016-02-03 15:49:02 -08:00
Paul Morie
b672785d72
Add boilerplate checks for Dockerfiles
2016-02-03 18:35:26 -05:00
Paul Morie
05bd107301
Add boilerplate checks for Makefiles
2016-02-03 18:35:26 -05:00
Tim Hockin
88dbcffdf0
Fix wrong timeout param to wget
2016-02-03 14:53:32 -08:00
Saad Ali
351138372e
Merge pull request #20426 from thockin/service-e2e
...
Service e2e cleanup and factoring
2016-02-03 13:10:44 -08:00
Chao Xu
f9f5736b01
grep sed
2016-02-03 13:06:07 -08:00
Prashanth Balasubramanian
47f7f4417d
Poll w/ timeout for nodeport to disappear.
2016-02-03 12:58:42 -08:00
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
Janet Kuo
e3cb44aaff
Copy deployment's annotations to its RC
2016-02-03 10:19:06 -08:00
Tim Hockin
5ff5890ef9
Remove e2e global 'timeout'
2016-02-03 07:47:21 -08: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
Tim Hockin
b7782e73b6
Service e2e cleanup
...
Make a new jig that is based on the netexec container. Change the LB tests to
use this new jig and leave TODOs for other tests.
Add UDP testing to the main mutability test.
Flatten the "identical names" test into the mutability test - it is now the
only load-balancer test (speedup). Create LBs in parallel.
2016-02-02 22:04:27 -08:00
Abhishek Shah
d907da25b2
Updated kubeproxy test to test hitting 127.0.0.1:nodeport from node itself
2016-02-02 22:03:14 -08:00
Tim Hockin
bb460c04dd
netexec: Add / and /echo handlers, bump to 1.4
...
Add some logs, allow simple "cmd" arg for shell.
2016-02-02 21:46:30 -08:00
Tim Hockin
fd5cbdf73f
Rename a couple things for obviousness
2016-02-02 21:46:30 -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
mqliang
c4a1ab42e3
Move MinReadySeconds out of RollingUpdateDeployment
2016-02-03 11:38:11 +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
Janet Kuo
442c75045a
Add kubectl rollout undo
2016-02-02 14:20:01 -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
Jan Safranek
1edf34a4e5
Fixed persistent volume claim controllers processing an old claim.
...
Fixes #19860 (it may be easier to look at the issue to see exact sequence
to reproduce the bug and understand the fix).
When PersistentVolumeProvisionerController.reconcileClaim() is called with the
same claim in short succession (e.g. the claim is created by an user and
at the same time periodic check of all claims is scheduled), the second
reconcileClaim() call gets an old copy of the claim as its parameter.
The method should always reload the claim to get a fresh copy with all
annotations, possibly added by previous reconcileClaim() call.
The same applies to PersistentVolumeClaimBinder.syncClaim().
Also update all the test to store claims in "fake" API server before calling
syncClaim and reconcileClaim.
2016-02-02 13:52:07 +01: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
Isaac Hollander McCreery
c929d81d52
Use [Feature:ComprehensiveNamespaceDraining] instead of PIt
2016-02-01 10:40:23 -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
Chao Xu
90b4662d8d
Add services/status path, and let the service controller uses Services.UpdateStatus()
2016-01-31 12:39:45 -08:00
Janet Kuo
3396db9510
Add rollback subresource; add rollback logic to deployment controller
2016-01-30 16:00:34 -08:00
k8s-merge-robot
470b69b590
Merge pull request #20310 from janetkuo/remove-deployment-e2e-flaky
...
Auto commit by PR queue bot
2016-01-30 15:52:54 -08:00
Prashanth Balasubramanian
3726355887
Mark L7 tests as Feature:Ingress
2016-01-30 12:26:31 -08:00
Janet Kuo
42f712467e
Use ListOptions when listing RCs in deployment
2016-01-30 12:04:35 -08:00
Janet Kuo
c84a0371a2
Deployment adds version info to its new rc
2016-01-30 12:04:35 -08:00
Alex Robinson
1362316c69
Merge pull request #20360 from ihmccreery/draconian-slow
...
Demote 'Pods should have their auto-restart back-off timer reset on image update' to [Slow]
2016-01-30 10:37:34 -08:00
k8s-merge-robot
1140c12e58
Merge pull request #20245 from mesosphere/jdef_fix_746_remove_git_binary_dependency_conformance
...
Auto commit by PR queue bot
2016-01-30 08:41:46 -08:00
k8s-merge-robot
1f8bdd2748
Merge pull request #20059 from hongchaodeng/kubemark
...
Auto commit by PR queue bot
2016-01-30 05:21:17 -08:00
mqliang
b0e06c14e5
add a knob to enable quorum read
2016-01-30 20:32:12 +08:00
Janet Kuo
9e236a6c57
Remove 3 deployment e2e tests from flaky list
2016-01-29 22:59:49 -08:00
k8s-merge-robot
b276a98b55
Merge pull request #19731 from freehan/nodedown
...
Auto commit by PR queue bot
2016-01-29 22:26:42 -08:00
k8s-merge-robot
5b3318a0c8
Merge pull request #19612 from swagiaal/add-fsgroup-to-e2e
...
Auto commit by PR queue bot
2016-01-29 21:55:02 -08:00
Minhan Xia
b06094f09d
explictly check log tainted string
2016-01-29 18:29:35 -08:00
mqliang
c5cda2012a
cleanup-policy
2016-01-30 09:57:21 +08:00
Isaac Hollander McCreery
b368091f25
Demote 'Pods should have their auto-restart back-off timer reset on image update' to [Slow]
2016-01-29 16:36:18 -08:00
David Oppenheimer
913e6ce359
Revert "Kubemark scripts retry failed gcloud commands"
2016-01-29 13:07:01 -08:00
Fabio Yeon
ac373b6e84
Merge pull request #20158 from mwielgus/fix-kubemark
...
Kubemark scripts retry failed gcloud commands
2016-01-29 12:04:40 -08:00
Fabio Yeon
7d2f2f4b89
Merge pull request #20339 from ihmccreery/hpa-serial
...
Move HPA tests to [Serial] until #20338 is resolved
2016-01-29 11:09:02 -08:00
Isaac Hollander McCreery
a2f2f633af
Move HPA tests to [Serial] until #20338 is resolved
2016-01-29 11:05:58 -08:00
Fabio Yeon
6ee2f57490
Merge pull request #19638 from mqliang/RecreateDeployment
...
remove the flaky mark in deployment e2e test
2016-01-29 10:54:29 -08: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
Filip Grzadkowski
13480c171d
Revert "Yet another try to migrate to the new Heapster"
2016-01-29 15:03:49 +01: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
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
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
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
54816aab4f
Merge pull request #19624 from jayunit100/e2e_lib_minimal
...
E2E libraryzation (minimal patch)
2016-01-28 16:46:28 -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
Daniel Smith
394e91c4ff
Fix potential rounding problem
2016-01-28 15:50:39 -08:00
jay vyas
ef5f1012f6
E2E Libification rebased (3).
2016-01-28 18:07:53 -05:00
Isaac Hollander McCreery
843b913b07
Reclassify Restart tests as [Disruptive] and skip [Feature:.+] tests in -serial jobs
2016-01-28 14:44:22 -08:00
k8s-merge-robot
76f8a800ed
Merge pull request #19716 from pmorie/config-api-move
...
Auto commit by PR queue bot
2016-01-28 14:39:25 -08:00
Fabio Yeon
ef80fcc9d7
Merge pull request #20289 from mml/kubectl-log-e2e
...
Add debug output to kubectl-log-e2e.
2016-01-28 14:34:48 -08:00
Marcin Wielgus
39428cc0e5
Kubemark scripts retry failed gcloud commands
2016-01-28 23:23:46 +01:00
Fabio Yeon
2bc12a2a8e
Merge pull request #20248 from yujuhong/more_logs
...
e2e reboot: prints stats and logs for not ready pods before and after the test
2016-01-28 14:13:28 -08:00
Fabio Yeon
11a16988b9
Merge pull request #20049 from ixdy/ginkgo-synchronized
...
Refactor TestE2E to work correctly in parallel mode
2016-01-28 14:12:03 -08:00
Dawn Chen
7943708b96
Log more information for ssh command.
...
Sometimes e2e test nodes are refused to reboot, but we didn't properly
catch the exit code. This one can give us more information on debugging.
2016-01-28 14:11:54 -08:00
Paul Morie
9030f16071
Move ConfigMap to main API
2016-01-28 17:07:05 -05:00
Fabio Yeon
454ebc4e30
Merge pull request #19547 from ihmccreery/feature-example
...
Reclassify [Example] and [Feature:Example]
2016-01-28 14:03:48 -08:00