nikhiljindal
f955d556f8
Adding cascading deletion support to federated namespaces
2016-10-26 16:54:12 -07:00
deads2k
81ae13084d
handle non-generated client removal
2016-10-26 16:10:41 -04:00
gmarek
be57ca5015
Generalize Pod creation across e2e and integration tests
2016-10-26 11:52:14 +02:00
mfanjie
66381c6694
delete forwardingRules instead of globalForwardingRules
2016-10-25 11:27:38 +08:00
mfanjie
127e1b6115
always clean gce resources in service e2e
2016-10-25 11:27:38 +08:00
Kubernetes Submit Queue
33ebe1f18b
Merge pull request #34905 from ingvagabund/client-to-clientset
...
Automatic merge from submit-queue
Replace client with clientset
Replace client with clientset in some places
Fixes : #34637
2016-10-24 05:38:43 -07:00
gmarek
aeba0f1dc4
Change a type of collection of strategies for NodePreparer
2016-10-24 11:47:36 +02:00
Jan Chaloupka
4fde09d308
Replace client with clientset in code
2016-10-23 22:00:35 +02:00
gmarek
fbb3d6bf88
Generalize Node preparation for e2e and integration tests
2016-10-20 11:51:41 +02:00
Matthew Wong
28f1d48bb4
Set done to true & return error if RestartPolicy not Always
2016-10-19 11:34:05 -04:00
gmarek
f08f751831
Use clientset in GetReadySchedulableNodesOrDie
2016-10-19 15:55:39 +02:00
Kubernetes Submit Queue
cefd680d72
Merge pull request #33811 from pmorie/e2e-ns-cleanup
...
Automatic merge from submit-queue
Make E2E tests easier to debug
This PR removes deferred deletion calls in E2E tests in order to make test easier to debug. Some of these tests predate namespace finalization; we should just rely on that mechanism to ensure that framework test artifacts are deleted.
2016-10-17 13:29:41 -07:00
Kubernetes Submit Queue
772b27da01
Merge pull request #34942 from kargakis/e2e-fix
...
Automatic merge from submit-queue
test: wait for complete rollouts in WaitForDeploymentStatusValid
@kubernetes/deployment should fix https://github.com/kubernetes/kubernetes/issues/34816 once and forever
2016-10-17 10:21:00 -07:00
Paul Morie
fd76e6a05e
Make Framework.MatchContainerOutput able to use GenerateName
2016-10-17 12:38:15 -04:00
Kubernetes Submit Queue
b008c683ec
Merge pull request #34548 from kargakis/estimate-available-from-rs
...
Automatic merge from submit-queue
controller: set minReadySeconds in deployment's replica sets
* Estimate available pods for a deployment by using minReadySeconds on
the replica set.
* Stop requeueing deployments on pod events, superseded by following the
replica set status.
* Cleanup redundant deployment utilities
Fixes https://github.com/kubernetes/kubernetes/issues/26079
@kubernetes/deployment ptal
2016-10-17 08:44:51 -07:00
Paul Morie
53ec6e60fe
Remove deferred deletion calls from E2E tests
2016-10-17 10:36:22 -04:00
Michail Kargakis
71df8f6544
test: wait for complete rollouts in WaitForDeploymentStatusValid
2016-10-17 13:19:28 +02:00
Kubernetes Submit Queue
b1b8e9e403
Merge pull request #34544 from gmarek/split
...
Automatic merge from submit-queue
Move RunRC-like functions to test/utils
Ref. #34336
cc @timothysc - the "move" part of the small refactoring. @jayunit100
2016-10-14 07:22:38 -07:00
Michail Kargakis
212a26dc95
controller: set minReadySeconds in deployment's replica sets
...
* Estimate available pods for a deployment by using minReadySeconds on
the replica set.
* Stop requeueing deployments on pod events, superseded by following the
replica set status.
* Cleanup redundant deployment utilities
2016-10-13 12:27:47 +02:00
Random-Liu
bab971d002
Fix the wait for pod success in test framework.
2016-10-12 11:33:40 -07:00
gmarek
7681a1bdff
Move RunRC-like functions to test/utils
2016-10-12 15:06:56 +02:00
gmarek
66c82a223c
Inject logFunc into RunPods
2016-10-12 13:44:43 +02:00
Kubernetes Submit Queue
4747e1cc1d
Merge pull request #34597 from gmarek/prompush
...
Automatic merge from submit-queue
Remove prompush from test/e2e
Ref. #34336
cc @timothysc
2016-10-12 03:14:16 -07:00
gmarek
b607c5cbee
Remove prompush from test/e2e
2016-10-12 10:31:45 +02:00
gmarek
1aff115f44
Make logging function injectable in RCConfig
2016-10-11 16:46:33 +02:00
gmarek
8d3973c2f4
Small refactoring of scheduler predicates
2016-10-10 13:13:15 +02:00
Avesh Agarwal
9fa12e3c99
Fix confusing log messages:
...
The status of Pod kibana-logging-v1-j99la is Running, waiting for it to be either Running or Failed
2016-10-07 13:54:36 -04:00
Kubernetes Submit Queue
2db9b3cddc
Merge pull request #34323 from kargakis/bump-status-check-timeout
...
Automatic merge from submit-queue
test: bump deployment test timeout
Matches the timeout used in [WaitForDeploymentStatus](6d56d0337a/test/e2e/framework/util.go (L3610) )
Fixes https://github.com/kubernetes/kubernetes/issues/31810
2016-10-07 07:34:20 -07:00
Michail Kargakis
b90661af9b
test: bump deployment test timeout
...
Matches the timeout used in WaitForDeploymentStatus
2016-10-07 14:18:29 +02:00
Wojciech Tyczynski
ce1925b829
Don't set timeouts in clients in tests
2016-10-05 14:33:26 +02:00
Chao Xu
75cc05de82
manual changes to let client-gen use versioned options
2016-10-04 20:39:29 -07:00
ymqytw
44eade9b8f
Provide more detailed error message when pod fails to be success state
2016-09-29 20:42:54 -07:00
Kubernetes Submit Queue
19a2a10354
Merge pull request #33389 from Random-Liu/lifecycle-hook
...
Automatic merge from submit-queue
CRI: Fix lifecycle hook and add container lifecycle node e2e test
This PR:
1) Adds pod spec missing handling in kuberuntime. (1st commit)
2) Adds container lifecycle hook node e2e test. (2nd commit)
@yujuhong @feiskyer
2016-09-26 10:48:35 -07:00
deads2k
48ac4d549d
change e2e scale to avoid adapter
2016-09-26 07:58:01 -04:00
deads2k
c22f076561
remove almost all usages of clientadapter
2016-09-26 07:53:03 -04:00
Kubernetes Submit Queue
9455b1de54
Merge pull request #33157 from YuPengZTE/devEG
...
Automatic merge from submit-queue
'eg.' should be 'e.g.'
2016-09-24 00:53:38 -07:00
Random-Liu
5eb41e9acb
Add container lifecycle hook test.
2016-09-23 17:13:19 -07:00
Kubernetes Submit Queue
071927a59d
Merge pull request #32549 from smarterclayton/gc_non_kube_legacy
...
Automatic merge from submit-queue
Allow garbage collection to work against different API prefixes
The GC needs to build clients based only on Resource or Kind. Hoist the
restmapper out of the controller and the clientpool, support a new
ClientForGroupVersionKind and ClientForGroupVersionResource, and use the
appropriate one in both places.
Allows OpenShift to use the GC
2016-09-23 14:06:35 -07:00
Kubernetes Submit Queue
88bcf4a5b4
Merge pull request #33156 from guangxuli/k8s_test_092101
...
Automatic merge from submit-queue
break the loop if pod name was equal
2016-09-22 18:29:26 -07:00
Clayton Coleman
97c35fcc67
Allow garbage collection to work against different API prefixes
...
The GC needs to build clients based only on Resource or Kind. Hoist the
restmapper out of the controller and the clientpool, support a new
ClientForGroupVersionKind and ClientForGroupVersionResource, and use the
appropriate one in both places.
2016-09-22 15:00:58 -04:00
nikhiljindal
bbb27cde10
Dumping federation events if federation test failed
2016-09-20 23:56:23 -07:00
YuPengZTE
5865a31e77
'eg.' should be 'e.g.'
...
Signed-off-by: YuPengZTE <yu.peng36@zte.com.cn >
2016-09-21 14:28:22 +08:00
guangxuli
f411d37363
break the loop if pod name was equal
2016-09-21 13:04:03 +08:00
Kubernetes Submit Queue
224cbeede5
Merge pull request #32871 from wojtek-t/speedup_pod_deletion
...
Automatic merge from submit-queue
Speedup pod deletion in density test
Ref #32571
2016-09-16 08:20:46 -07:00
Wojciech Tyczynski
5aed7aef22
Speedup pod deletion in density test
2016-09-16 16:14:33 +02:00
Wojciech Tyczynski
90cbef418f
Decrease timeout for namespace creation in test
2016-09-16 14:57:10 +02:00
Janet Kuo
e39b777746
Revert "Add test for --quiet flag for kubectl run"
...
This reverts commit 9e52d1cfd0 .
2016-09-15 11:11:09 -07:00
Kubernetes Submit Queue
b77e2728d8
Merge pull request #32560 from dshulyak/enable_signer_for_vagrant
...
Automatic merge from submit-queue
Allow to use GetSigner with vagrant provider
In order to run tests that require ssh access to a node on vagrant
we need to provide path to private ssh key.
Now it will be possible to do using VAGRANT_SSH_KEY environment variable
2016-09-14 05:35:55 -07:00
Kubernetes Submit Queue
1443fffc5d
Merge pull request #30701 from ardnaxelarak/28695_suppress_noisy_output
...
Automatic merge from submit-queue
Add test for --quiet flag for kubectl run
This adds a test for the changes introduced in #30247 and #28801 .
Ref #28695
2016-09-13 23:28:47 -07:00
Janet Kuo
79373b698e
Skip kubectl tests (create quota and exit code) on not supported versions
2016-09-13 17:25:19 -07:00