Zach Loafman
9b0a4bfdb0
Fix DNS test for larger clusters
...
On GKE, we scale the number of DNS pods based on the cluster size. For
testing on larger clusters, relax the DNS pod check.
2016-04-14 09:23:30 -07:00
Salvatore Dario Minonne
f4ed4998ff
Adding loadbalancer services to quota
2016-04-14 14:06:42 +02:00
k8s-merge-robot
98c255eb79
Merge pull request #22912 from Random-Liu/kubelet-perf
...
Automatic merge from submit-queue
Add generalized performance data type in e2e test
For kubernetes/contrib/issues/564 and #15554 .
This PR added two files in e2e test:
1) `perftype/perftype.go`: This file contains generalized performance data type. The type can be pretty printed in Json format and analyzed by other performance analyzing tools, such as [Perfdash](https://github.com/kubernetes/contrib/tree/master/perfdash ).
2) `perf_util.go`: This file contains functions which convert e2e performance test result into new performance data type.
The new performance data type is now used in *Density test, Load test and Kubelet resource tracking*. It's easy to support other e2e performance test by adding new convert function in `perf_util.go`.
@gmarek @yujuhong
/cc @kubernetes/sig-testing
2016-04-14 03:47:24 -07:00
k8s-merge-robot
b02f1bf667
Merge pull request #24189 from wojtek-t/dont_remove_binaries
...
Automatic merge from submit-queue
Don't remove kubemark binaries
If you want to experiment a bit with kubemark (e.g. relaunch the component with different flags), it's roughly impossible now. If we have binaries, this is much easier.
2016-04-13 23:15:26 -07:00
k8s-merge-robot
1ccb4cf497
Merge pull request #23542 from caesarxuchao/clientset-release-1-3
...
Automatic merge from submit-queue
Clientset release 1.3
This PR creates the release 1.3 client set. We'll keep updating this client set until we cut release 1.3. In the meantime, the release 1.2 client set will be locked.
@lavalamp
2016-04-13 18:27:59 -07:00
Chao Xu
64e414fe39
e2e test for 1.3
2016-04-13 16:49:24 -07:00
k8s-merge-robot
20eccc24cd
Merge pull request #24143 from goltermann/vetclean
...
Automatic merge from submit-queue
Final vet fixes; enabling vet checks in verify scripts.
Fixes #22523 , #22524
2016-04-13 16:46:46 -07:00
Tim St. Clair
59077722f2
Fix density tests
2016-04-13 14:33:29 -07:00
Random-Liu
5b2ddc9f2c
Add perfdash support in kubelet_perf and metrics_util
2016-04-13 14:32:11 -07:00
Erick Fejta
4e4edb4edc
Add Makefile for iperf
2016-04-13 14:28:33 -07:00
Daniel Smith
4c539bf082
Merge pull request #23490 from wojtek-t/remove_set_from_storage_interface
...
Remove Set() from storage.Interface.
2016-04-13 14:22:05 -07:00
goltermann
a3104ba96c
Final vet fixes; enabling vet checks in verify scripts.
2016-04-13 13:51:51 -07:00
Tim St. Clair
b0d3f32e88
Update test/e2e for test/e2e/framework refactoring
2016-04-13 10:50:17 -07:00
Tim St. Clair
a55b4f2e77
Move test/e2e framework & utility code to test/e2e/framework
2016-04-13 10:50:17 -07:00
Yu-Ju Hong
c6a26112bd
e2e: fix error checking in kubelet stats
2016-04-13 09:22:59 -07:00
k8s-merge-robot
8eb19c7889
Merge pull request #22154 from sdminonne/service_nodeports_quotas
...
Automatic merge from submit-queue
Adding nodeports services to quota
To fix #21677
@derekwaynecarr
2016-04-13 05:50:27 -07:00
Wojciech Tyczynski
0f60b33efc
Don't remove kubemark binaries
2016-04-13 12:07:34 +02:00
k8s-merge-robot
8905e61522
Merge pull request #23872 from jayunit100/iperf-container
...
Automatic merge from submit-queue
IPerf container to support network perfomance testing
Simple iperf container.
Issue:
We want to run iperf from the e2e tests for a network baseline, but there are no gcr images for this.
Solution:
Curate our own iperf container from source in kubernetes and copy it as a top level microservice. So long as these are injected into GCR, we can then run this container from the e2e tests.
cc @sig-testing this can be used along side #22869
2016-04-13 02:18:40 -07:00
k8s-merge-robot
21f4d1f1d6
Merge pull request #22649 from rootfs/nfs-fix
...
Automatic merge from submit-queue
disable nfsv4 and use nfsv3
fix #22529
2016-04-12 13:28:38 -07:00
k8s-merge-robot
e9c1d59174
Merge pull request #24003 from yujuhong/metrics_test
...
Automatic merge from submit-queue
e2e: adapt kubelet_perf.go to use the new summary metrics API
This commit switch most functions in kubelet_stats.go to use the new API.
However, the functions that perform one-time resource usage retrieval remain
unchanged to be compatible with reource_usage_gatherer.go. They should be
handled separately.
Also, the new summary API does not provide the RSS memory yet, so all memory
checking tests will *always* pass. We plan to add this metrics in the API and
restore the functionality of the test.
2016-04-12 11:01:48 -07:00
Random-Liu
2b9f6bea18
Fix PullImage and corresponding node e2e test.
2016-04-12 10:42:25 -07:00
k8s-merge-robot
828ea5a728
Merge pull request #24110 from vishh/node-conformance
...
Automatic merge from submit-queue
Convert the node conformance tests to use dedicated images.
This PR will de-flake the node e2e.
2016-04-12 09:38:48 -07:00
Yu-Ju Hong
a8c685921f
e2e: adapt kubelet_perf.go to use the new summary metrics API
...
This commit switch most functions in kubelet_stats.go to use the new API.
However, the functions that perform one-time resource usage retrieval remain
unchanged to be compatible with reource_usage_gatherer.go. They should be
handled separately.
Also, the new summary API does not provide the RSS memory yet, so all memory
checking tests will *always* pass. We plan to add this metrics in the API and
restore the functionality of the test.
2016-04-12 09:27:46 -07:00
Huamin Chen
3a914c2583
fix #22529 : disable nfsv4 and use nfsv3
2016-04-12 16:23:28 +00:00
k8s-merge-robot
acf9492cb1
Merge pull request #23660 from goltermann/vetclean
...
Automatic merge from submit-queue
Additional go vet fixes
Mostly:
- pass lock by value
- bad syntax for struct tag value
- example functions not formatted properly
2016-04-12 06:22:16 -07:00
James Ravn
5bb0595260
Make deserialization cache size configurable
...
Instead of the default 50K entries, allow users to specify more sensible
sizes for their cluster.
2016-04-12 13:42:27 +01:00
Salvatore Dario Minonne
15b7577454
Adding nodeports services to quota
2016-04-12 11:09:16 +02:00
Vishnu kannan
d100e3147f
Convert the node conformance tests to use dedicated images.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-04-11 14:38:43 -07:00
Vishnu kannan
d4db40e87f
Adding an e2e test for oom score adjust handling.
...
Signed-off-by: Vishnu kannan <vishnuk@google.com>
2016-04-11 12:51:42 -07:00
Jeff Lowdermilk
cd85b06465
Merge pull request #24001 from freehan/kubenet
...
include error in the fail msg
2016-04-08 20:55:35 -07:00
jay vyas
0e35d9194c
IPerf container to support network perfomance testing
2016-04-08 22:53:57 -04:00
Jeff Lowdermilk
27bca83304
Merge pull request #23963 from spxtr/services-slow
...
Mark services test slow.
2016-04-08 12:47:45 -07:00
Chao Xu
1cc84c5525
Merge pull request #23960 from caesarxuchao/fix-23952
...
fix e2e flake #23952
2016-04-07 16:59:59 -07:00
Minhan Xia
0174455111
include error in the fail msg
2016-04-07 15:42:21 -07:00
Mike Danese
476103a822
bump single call timeout in e2e tests
2016-04-07 14:12:38 -07:00
Yu-Ju Hong
6567c54e45
e2e_node: port privileged pod tests from test/e2e/priviliged.go
...
The ported test is functionally the same as the original test.
The main difference between the two tests is that the original test relies on
`kubectl` to exec into the container, while the latter directly uses the REST
client of the apiserver. This avoids the need to copy kubectl to the node under
test.
2016-04-06 19:09:07 -07:00
Joe Finney
39de4be40d
Mark services test slow.
2016-04-06 17:26:16 -07:00
Chao Xu
bcebfa072d
fix 23952
2016-04-06 16:52:30 -07:00
Saad Ali
d7b069fbcc
Merge pull request #23793 from pmorie/configmap-nonroot
...
Make ConfigMap volume readable as non-root
2016-04-06 15:11:25 -07:00
goltermann
696423e044
Vet fixes, mostly pass lock by value errors.
2016-04-06 11:27:40 -07:00
Isaac Hollander McCreery
9a7860855c
Merge pull request #22962 from ihmccreery/split-upgrade-jobs
...
Add configuration for splitting upgrade jobs instead of using Jenkins steps
2016-04-05 13:05:25 -07:00
Saad Ali
48fa998f58
Merge pull request #23717 from mml/until
...
Comment out racey part of the multi-scheduler test.
2016-04-05 11:34:32 -07:00
Paul Morie
e838ff2893
Make ConfigMap volume readable as non-root
2016-04-05 12:20:52 -04:00
k8s-merge-robot
02e0b29b6d
Merge pull request #23769 from saad-ali/fixVolumeCloudProvider
...
Automatic merge from submit-queue
Ensure object returned by volume getCloudProvider incorporates cloud config
This PR addresses https://github.com/kubernetes/kubernetes/issues/23517 .
**Problem**
The existing GCE PD and AWS EBS volume plugin code were fetching cloud provider without specifying a cloud config: `cloudprovider.GetCloudProvider("gce", nil)`
This caused the cloud provider to use default auth mechanism, which is not acceptable for the provisioning controller running on GKE master.
**Fix**
This PR does the following:
* Modifies the GCE PD and AWS EBS volume plugin code to use the cloud provider object pre-constructed by the binary with a cloud config.
* Enable provisioning E2E test for GKE (to catch future issues).
Thanks to @cjcullen for debugging and finding the root cause! 👍
This should be cherry-picked into the v1.2 branch for the next release.
2016-04-04 20:52:13 -07:00
gmarek
7a848eb03a
Print 100th percentile of resource usage when gatherer is turned on.
2016-04-04 17:42:32 -07:00
Isaac Hollander McCreery
873b499d90
Add ClusterUpgrade tests
2016-04-04 14:21:21 -07:00
Isaac Hollander McCreery
53c3a5626d
Add configuration for splitting upgrade jobs instead of using Jenkins steps
2016-04-04 14:21:21 -07:00
saadali
e7b14e721a
Ensure volume GetCloudProvider code uses cloud config
2016-04-04 10:59:13 -07:00
Wojciech Tyczynski
53f433f019
Remove Set() from storage.Interface.
2016-04-04 17:54:18 +02:00
k8s-merge-robot
3197f31cc6
Merge pull request #23554 from nikhiljindal/swaggerInRun
...
Automatic merge from submit-queue
genericapiserver: Moving InstallSwaggerAPI to Run
Ref https://github.com/kubernetes/kubernetes/pull/21190#discussion_r57494673
Moving InstallSwaggerAPI() from InstallAPIGroups() to Run(). This allows the use of InstallAPIGroups() multiple times or using InstallAPIGroup() directly.
cc @jianhuiz @kubernetes/sig-api-machinery
2016-04-02 08:19:25 -07:00
k8s-merge-robot
d0155982aa
Merge pull request #23736 from pwittrock/flaky
...
Automatic merge from submit-queue
node e2e retry gcr.io failures
2016-04-01 14:13:05 -07:00
k8s-merge-robot
9e14d6075c
Merge pull request #23700 from gmarek/density
...
Automatic merge from submit-queue
Make total pod throughput in density test more readable
2016-04-01 11:32:51 -07:00
Phillip Wittrock
015b9a6489
Retry failed image pulls. Closes #23669 .
2016-04-01 09:48:19 -07:00
Phillip Wittrock
8002e10fbb
node e2e Output failed health checks as string not bytes
2016-04-01 09:20:30 -07:00
gmarek
be3a5d83bb
Make total pod throughput in density test more readable
2016-04-01 17:48:55 +02:00
k8s-merge-robot
9105a6abcc
Merge pull request #23445 from ncdc/go16-portforward-e2e
...
Automatic merge from submit-queue
Update port forward e2e for go 1.6
Only close the stdout/stderr pipes from kubectl port-forward when we're truly done with the command,
instead of as soon as runPortForward exits.
Also try to gracefully stop kubectl port-forward via SIGINT, instead of always sending SIGKILL, as
this will help avoid spdy goroutine leaks in the Kubelet.
Ref #22149
cc @smarterclayton @kubernetes/rh-cluster-infra
2016-04-01 06:05:15 -07:00
Matt Liggett
6ace15eb73
Comment out racey part of the multi-scheduler test.
...
Should fix #22848 .
2016-03-31 16:56:10 -07:00
gmarek
9120a60724
Kubemark uses kubectl from the repo
2016-03-31 09:13:42 -07:00
Andy Goldstein
66899a47a5
Update port forward e2e for go 1.6
...
Only close the stdout/stderr pipes from kubectl port-forward when we're truly done with the command,
instead of as soon as runPortForward exits.
Also try to gracefully stop kubectl port-forward via SIGINT, instead of always sending SIGKILL, as
this will help avoid spdy goroutine leaks in the Kubelet.
2016-03-30 17:07:21 -04:00
k8s-merge-robot
eb665e038c
Merge pull request #23285 from pwittrock/flaky
...
Automatic merge from submit-queue
node e2e conformance keep polling if encounters errors
2016-03-29 22:56:03 -07:00
k8s-merge-robot
d911fc20af
Merge pull request #23067 from deads2k/fix-group-enablement
...
Auto commit by PR queue bot
2016-03-29 09:46:21 -07:00
nikhiljindal
eeeaa6867a
Moving InstallSwaggerAPI to Run
2016-03-28 23:04:14 -07:00
Dawn Chen
c47f74a470
Merge pull request #23348 from pwittrock/docs
...
Update docs to reflect `kubectl run` creates deployments by default i…
2016-03-28 17:03:47 -07:00
Phillip Wittrock
4d2f3c1c17
Update docs to reflect `kubectl run` creates deployments by default instead of replicatino controllers.
2016-03-28 16:25:02 -07:00
Phillip Wittrock
183562d79a
node e2e conformance keep polling if encounters errors
2016-03-28 12:02:33 -07:00
deads2k
e8fb35d4d8
refactor resource overrides as positive logic interface
2016-03-28 09:24:49 -04:00
k8s-merge-robot
86ee449600
Merge pull request #23447 from cjcullen/testtransport
...
Auto commit by PR queue bot
2016-03-26 16:37:12 -07:00
k8s-merge-robot
25d94e80e0
Merge pull request #23289 from pwittrock/move-serve-hostname
...
Auto commit by PR queue bot
2016-03-26 11:20:12 -07:00
k8s-merge-robot
95e09e303f
Merge pull request #22965 from caesarxuchao/delete-UID-precondition
...
Auto commit by PR queue bot
2016-03-26 09:36:28 -07:00
k8s-merge-robot
e44ad7a083
Merge pull request #22735 from resouer/throttle-dev
...
Auto commit by PR queue bot
2016-03-26 06:44:48 -07:00
k8s-merge-robot
23fc7905c1
Merge pull request #23466 from andyzheng0831/fix
...
Auto commit by PR queue bot
2016-03-26 04:01:49 -07:00
goltermann
32d569d6c7
Fixing all the "composite literal uses unkeyed fields" Vet errors.
2016-03-25 15:25:09 -07:00
Andy Zheng
364ac85179
Support differentiation of OS distro in e2e tests
2016-03-25 14:53:36 -07:00
Chao Xu
31b425b3a1
add delete precondition
2016-03-25 11:21:39 -07:00
k8s-merge-robot
590038dcf1
Merge pull request #23488 from gmarek/cleanup
...
Auto commit by PR queue bot
2016-03-25 08:14:01 -07:00
k8s-merge-robot
62a6c2219b
Merge pull request #23432 from wojtek-t/speedup_load_test
...
Auto commit by PR queue bot
2016-03-25 08:13:59 -07:00
gmarek
ea040b77a8
Remove test/scalability
2016-03-25 14:51:14 +01:00
Wojciech Tyczynski
b953048f0b
Speedup load test
2016-03-25 11:54:21 +01:00
k8s-merge-robot
ee9420b848
Merge pull request #23065 from tiwillia/gctestprovider
...
Auto commit by PR queue bot
2016-03-25 03:15:16 -07:00
k8s-merge-robot
0877263f32
Merge pull request #23260 from hongchaodeng/fix
...
Auto commit by PR queue bot
2016-03-25 02:42:05 -07:00
k8s-merge-robot
4e4ad61260
Merge pull request #23366 from goltermann/vet
...
Auto commit by PR queue bot
2016-03-24 21:50:56 -07:00
harry
8472cfa214
Refactor throttle into util pkg
...
Fix missing throttle.go
2016-03-25 08:32:23 +08:00
CJ Cullen
4c188eae10
Change the extractRT to return a non-nil Response.
2016-03-24 12:58:38 -07:00
Hongchao Deng
29b46a2395
integration/framework: remove unused NewEtcdStorage()
...
In integration/, framework.NewEtcdStorage() isn't used by any function.
2016-03-23 16:34:28 -07:00
k8s-merge-robot
f4b948bc0f
Merge pull request #22525 from derekwaynecarr/more_e2e
...
Auto commit by PR queue bot
2016-03-23 13:43:22 -07:00
derekwaynecarr
ede95cb094
Add e2e for remaining quota resources
2016-03-23 13:57:38 -04:00
k8s-merge-robot
3257260657
Merge pull request #23293 from pwittrock/update-serve-hostname-version
...
Auto commit by PR queue bot
2016-03-23 01:48:19 -07:00
goltermann
34d4eaea08
Fixing several (but not all) go vet errors. Most are around string formatting, or unreachable code.
2016-03-22 17:26:50 -07:00
Quintin Lee
81ba98ae5d
Adding e2e test support for monitoring deployments.
2016-03-22 13:17:06 -07:00
k8s-merge-robot
d37baf748f
Merge pull request #22933 from liangchenye/imageConform
...
Auto commit by PR queue bot
2016-03-22 04:27:50 -07:00
tiwillia@redhat.com
8cb332b86c
Remove gce provider requirements from garbage collector test
...
There is no reason for the garbage collector test to be restricted to the gce provider.
2016-03-21 17:32:01 -04:00
Phillip Wittrock
d1d6650efd
Remove test tag from serve_hostname Makefile
2016-03-21 13:53:35 -07:00
Phillip Wittrock
f22ddf1ea8
Update serve_hostname version from 1.1 to v1.4
2016-03-21 12:53:22 -07:00
Janet Kuo
482efba8de
Copy annotations back from RS to Deployment on rollback
2016-03-21 10:21:48 -07:00
Erick Fejta
f9d5c81c61
Add missing =
2016-03-19 18:06:13 -07:00
Erick Fejta
be5f27e3aa
Use tagged busybox image from gcr.io
2016-03-19 16:02:29 -07:00
Erick Fejta
e3b2ecdb23
Use busybox:1.24 from gcr.io in kubectl.go
2016-03-19 15:56:26 -07:00
liangchenye
41d40824cf
image operation conformance test
...
Signed-off-by: liang chenye <liangchenye@huawei.com>
2016-03-17 15:27:07 +08:00
deads2k
ab03317d96
support CIDRs in NO_PROXY
2016-03-16 16:22:54 -04:00
k8s-merge-robot
eb0e25f5bd
Merge pull request #17577 from swagiaal/fix-emptydir-e2e
...
Auto commit by PR queue bot
2016-03-16 11:11:51 -07:00
k8s-merge-robot
4e29c580a8
Merge pull request #22206 from jayunit100/kubeit
...
Auto commit by PR queue bot
2016-03-16 08:36:41 -07:00
k8s-merge-robot
49092c0b99
Merge pull request #22443 from pwittrock/move-serve-hostname
...
Auto commit by PR queue bot
2016-03-15 21:57:16 -07:00
Jay Vyas
9a71dfe753
KubeDescribe implementation with verify into after-build/ scripts.
2016-03-15 22:29:21 -04:00
k8s-merge-robot
204d426dd3
Merge pull request #22310 from krousey/adapterbreak
...
Auto commit by PR queue bot
2016-03-15 14:28:38 -07:00
k8s-merge-robot
879d04046a
Merge pull request #21140 from jsafrane/devel/provisioner-e2e
...
Auto commit by PR queue bot
2016-03-15 13:52:22 -07:00
k8s-merge-robot
52b061a4d3
Merge pull request #22969 from nikhiljindal/upgradeTest
...
Auto commit by PR queue bot
2016-03-15 12:45:52 -07:00
k8s-merge-robot
d809db9c22
Merge pull request #22946 from pwittrock/flaky-node
...
Auto commit by PR queue bot
2016-03-15 12:12:10 -07:00
nikhiljindal
435a4e8279
disable kubectl validation for upgrade e2e
2016-03-15 11:26:10 -07:00
Jan Safranek
4402e57588
e2e test for dynamic provisioning.
...
The test works only on GCE, AWS and OpenStack. It creates and deletes a 2GiB
volume.
2016-03-15 13:01:03 +01:00
k8s-merge-robot
70a303d301
Merge pull request #22935 from wojtek-t/rc_startup_time
...
Auto commit by PR queue bot
2016-03-15 03:09:15 -07:00
Wojciech Tyczynski
b47018e366
Schedule ReplicationControllers in pod-startup-time test.
2016-03-15 09:56:46 +01:00
k8s-merge-robot
9c1e6926f6
Merge pull request #22955 from lavalamp/fix-22238
...
Auto commit by PR queue bot
2016-03-14 19:26:26 -07:00
k8s-merge-robot
a9c17c1fbe
Merge pull request #22958 from jlowdermilk/run-test
...
Auto commit by PR queue bot
2016-03-14 18:10:26 -07:00
k8s-merge-robot
bf1bb5d309
Merge pull request #22899 from justinsb/aws_fix_e2e
...
Auto commit by PR queue bot
2016-03-14 17:37:13 -07:00
Phillip Wittrock
56af8f3f3b
Merge pull request #22959 from ArtfulCoder/dnsconformtest
...
Conformance Test for DNS
2016-03-14 17:07:08 -07:00
Phillip Wittrock
85f09cbcfe
node e2e - make more resilient to flakes
2016-03-14 17:03:06 -07:00
k8s-merge-robot
b86b6e58a0
Merge pull request #22860 from jayunit100/skip_gce_k8bps
...
Auto commit by PR queue bot
2016-03-14 16:28:45 -07:00
Abhishek Shah
bf598e3ff8
Conformance Test for DNS
2016-03-14 16:07:04 -07:00
Jeff Lowdermilk
c732681354
test kubectl run with default args
...
Also explicitly pass generator for run deployments test.
2016-03-14 15:09:32 -07:00
Daniel Smith
1c54e41134
Extend timeout to allow for observed slow proxy requests
2016-03-14 14:46:54 -07:00
Kris
4d404ded1a
Moving adapters to their own packages
2016-03-14 14:22:34 -07:00
Random-Liu
4df8cfcd53
Fix cpu and resource summary log in kubelet stat.
2016-03-12 21:56:34 -08:00
Justin Santa Barbara
3e12e8b7cc
AWS e2e: don't try to build a full cloudprovider in e2e
...
We have previously tried building a full cloudprovider in e2e for AWS;
this wasn't the best idea, because e2e runs on a different machine than
normal operations, and often doesn't even run in AWS. In turn, this
meant that the cloudprovider had to do extra work and have extra code,
which we would like to get rid of. Indeed, I got rid of some code which
tolerated not running in AWS, and this broke e2e.
2016-03-12 06:14:45 -05:00
k8s-merge-robot
1ad0c97837
Merge pull request #22847 from caesarxuchao/matching-replicas
...
Auto commit by PR queue bot
2016-03-12 01:10:43 -08:00
Chao Xu
a6240c1ab8
add FullyLabeledReplicas in Replicaset Status and ReplicationController Status
2016-03-11 23:55:04 -08:00
k8s-merge-robot
c99e85c374
Merge pull request #22605 from erictune/batch-test
...
Auto commit by PR queue bot
2016-03-11 22:23:31 -08:00
k8s-merge-robot
61c4958dcc
Merge pull request #22859 from pwittrock/flaky-node
...
Auto commit by PR queue bot
2016-03-11 14:30:51 -08:00
k8s-merge-robot
c9977cc774
Merge pull request #22760 from mikedanese/flake-pods
...
Auto commit by PR queue bot
2016-03-11 14:30:49 -08:00
Eric Tune
17a05ce32d
Added e2e test for batch API group
2016-03-11 11:41:15 -08:00
Jay Vyas
1bc1bf01ba
skip k8petstore shell script while i rewrite it entirely in golang
2016-03-11 14:01:21 -05:00
Mike Danese
f8e1404f87
e2e: seperate wait for termination notice and graceful termination
2016-03-11 09:42:31 -08:00
Phillip Wittrock
ce2d2c84c1
use different pod names and namespaces
2016-03-11 09:13:37 -08:00
Brian Grant
54e97c7755
Merge pull request #22757 from jayunit100/fix-liveness
...
Concurrent liveness test to gaurantee test finishes in 2 minutes with…
2016-03-10 23:46:39 -08:00
Janet Kuo
4a181dacec
Fix the possible negative scale down value; add logs when scaling down
2016-03-10 16:01:18 -08:00
Andy Goldstein
cdd339505e
Merge pull request #22758 from madhusudancs/replicaset-nonpointer-template
...
ReplicaSetSpec.Template shouldn't be a pointer.
2016-03-10 15:35:04 -05:00
k8s-merge-robot
0c10fce98c
Merge pull request #22606 from fejta/deployment
...
Auto commit by PR queue bot
2016-03-09 21:46:15 -08:00
Madhusudan.C.S
db48dcf583
ReplicaSetSpec.Template shouldn't be a pointer.
...
PodTemplateSpec should be consistent for all the types in extensions/v1beta1.
See PR #19510 .
2016-03-09 21:24:16 -08:00
Madhusudan.C.S
fe26381c90
Support for both map-based and set-based selectors in extensions/v1beta1.Scale
...
Here are a list of changes along with an explanation of how they work:
1. Add a new string field called TargetSelector to the external version of
extensions Scale type (extensions/v1beta1.Scale). This is a serialized
version of either the map-based selector (in case of ReplicationControllers)
or the unversioned.LabelSelector struct (in case of Deployments and
ReplicaSets).
2. Change the selector field in the internal Scale type (extensions.Scale) to
unversioned.LabelSelector.
3. Add conversion functions to convert from two external selector fields to a
single internal selector field. The rules for conversion are as follows:
i. If the target resource that this scale targets supports LabelSelector
(Deployments and ReplicaSets), then serialize the LabelSelector and
store the string in the TargetSelector field in the external version
and leave the map-based Selector field as nil.
ii. If the target resource only supports a map-based selector
(ReplicationControllers), then still serialize that selector and
store the serialized string in the TargetSelector field. Also,
set the the Selector map field in the external Scale type.
iii. When converting from external to internal version, parse the
TargetSelector string into LabelSelector struct if the string isn't
empty. If it is empty, then check if the Selector map is set and just
assign that map to the MatchLabels component of the LabelSelector.
iv. When converting from internal to external version, serialize the
LabelSelector and store it in the TargetSelector field. If only
the MatchLabel component is set, then also copy that value to
the Selector map field in the external version.
4. HPA now just converts the LabelSelector field to a Selector interface
type to list the pods.
5. Scale Get and Update etcd methods for Deployments and ReplicaSets now
return extensions.Scale instead of autoscaling.Scale.
6. Consequently, SubresourceGroupVersion override and is "autoscaling"
enabled check is now removed from pkg/master/master.go
7. Other small changes to labels package, fuzzer and LabelSelector
helpers to piece this all together.
8. Add unit tests to HPA targeting Deployments and ReplicaSets.
9. Add an e2e test to HPA targeting ReplicaSets.
2016-03-09 17:54:17 -08:00
Joe Finney
0976ed59c9
Remove hack/e2e-internal/e2e-upgrade.sh.
2016-03-09 14:14:04 -08:00
k8s-merge-robot
36cb9d05ea
Merge pull request #22728 from spxtr/tidy-shell
...
Auto commit by PR queue bot
2016-03-09 13:59:13 -08:00
Brian Grant
3f7f167790
Merge pull request #22743 from gmarek/register-kubelet
...
Make kubelet-perf 100 pod/node test work with registered master
2016-03-09 13:58:27 -08:00
jay vyas
61102b5ac7
Concurrent liveness test to gaurantee test finishes in 2 minutes with meaningfull results
2016-03-09 16:55:07 -05:00
k8s-merge-robot
3081c10a40
Merge pull request #22632 from jsafrane/devel/fix-nfs-image
...
Auto commit by PR queue bot
2016-03-09 12:51:44 -08:00
k8s-merge-robot
26e9f187d7
Merge pull request #22613 from jayunit100/e2e-volumes-simple
...
Auto commit by PR queue bot
2016-03-09 11:29:13 -08:00
gmarek
38411818ed
Make kubelet-perf 100 pod/node test work with registered master
2016-03-09 16:05:04 +01:00
k8s-merge-robot
aca37830b1
Merge pull request #22720 from bprashanth/ing_e2e_masterip
...
Auto commit by PR queue bot
2016-03-08 18:26:57 -08:00
Joe Finney
9845639e14
Remove cluster/kube-env.sh.
2016-03-08 16:57:31 -08:00
Prashanth Balasubramanian
f6c8b9b238
Don't list master node when looking to a NodePort node.
2016-03-08 15:12:13 -08:00
k8s-merge-robot
fa21ef11bd
Merge pull request #22708 from mikedanese/revert-revert
...
Auto commit by PR queue bot
2016-03-08 14:51:25 -08:00
Mike Danese
d8eaed912a
fix pod garbage collection test
2016-03-08 12:21:41 -08:00
k8s-merge-robot
75699ff5ea
Merge pull request #22458 from bprashanth/ing_tls_e2e
...
Auto commit by PR queue bot
2016-03-08 11:53:56 -08:00
k8s-merge-robot
7e9256b39e
Merge pull request #22383 from spxtr/core
...
Auto commit by PR queue bot
2016-03-08 06:44:18 -08:00
k8s-merge-robot
999e6311b5
Merge pull request #18672 from bprashanth/netexec
...
Auto commit by PR queue bot
2016-03-08 06:10:02 -08:00
k8s-merge-robot
1b003ba25a
Merge pull request #22648 from wojtek-t/fix_wait_for_rc_pods_gone
...
Auto commit by PR queue bot
2016-03-08 03:43:34 -08:00
Jan Safranek
44f995699e
Fix NFS and gluster test containers taking 100% of CPU
2016-03-08 10:32:34 +01:00
David Oppenheimer
14a5d5d0ca
Add CONNECT to ignoredVerbs for readLatencyMetrics.
2016-03-07 11:31:22 -08:00
Joe Finney
44ef1224fe
Move CoreDump into test/e2e/util.go, add docstring.
2016-03-07 10:18:35 -08:00
Joe Finney
8d1d368401
Call cluster/log-dump.sh from test/e2e/core.go.
2016-03-07 10:14:02 -08:00
k8s-merge-robot
09f00aeb32
Merge pull request #22303 from marun/expose-net-e2e-utils
...
Auto commit by PR queue bot
2016-03-07 10:01:08 -08:00
Wojciech Tyczynski
ef0953585e
Speed up DeleteRC test util func
2016-03-07 17:53:49 +01:00
deads2k
8b06ef144e
deflake rc logs test
2016-03-07 09:30:08 -05:00
k8s-merge-robot
e84fee2189
Merge pull request #22172 from gmarek/register
...
Auto commit by PR queue bot
2016-03-07 02:07:43 -08:00
k8s-merge-robot
61c9a004a5
Merge pull request #22397 from bprashanth/dns_debug
...
Auto commit by PR queue bot
2016-03-07 00:20:03 -08:00
Prashanth Balasubramanian
10cf2d4e4e
Ingress https E2E
2016-03-06 17:21:15 -08:00
Brian Grant
83f2f14dcc
Merge pull request #22617 from bprashanth/gc
...
Poll for gc'd pods.
2016-03-06 16:24:44 -08:00
Prashanth Balasubramanian
543a0691f6
Poll for gc'd pods.
2016-03-06 15:52:30 -08:00
k8s-merge-robot
95ab1936ea
Merge pull request #22559 from krousey/discbreak
...
Auto commit by PR queue bot
2016-03-06 12:47:07 -08:00
jay vyas
ec4db43197
Decouple webserver from storage tests
2016-03-06 14:53:52 -05:00
k8s-merge-robot
8ab8231c20
Merge pull request #22577 from jpiccari/master
...
Auto commit by PR queue bot
2016-03-06 00:18:53 -08:00
k8s-merge-robot
168711b3cd
Merge pull request #22281 from wojtek-t/increase_qps_limits
...
Auto commit by PR queue bot
2016-03-05 21:27:57 -08:00
k8s-merge-robot
2472a176b7
Merge pull request #22275 from gmarek/flake
...
Auto commit by PR queue bot
2016-03-05 17:54:29 -08:00
Erick Fejta
51174e6830
Use versioned images in deployment.go to avoid unnecessary gcr.io pulling
2016-03-05 17:40:59 -08:00
k8s-merge-robot
2e03822386
Merge pull request #21335 from deads2k/make-rc-logs-work
...
Auto commit by PR queue bot
2016-03-05 09:37:24 -08:00
Maru Newby
d405718a83
Move net e2e helpers to util.go for reuse
...
Some of the helper methods used by test/e2e/networking.go are useful for
downstream e2e tests (e.g. openshift).
2016-03-05 17:09:24 +00:00
k8s-merge-robot
4091d51750
Merge pull request #22380 from jayunit100/conformance-rw
...
Auto commit by PR queue bot
2016-03-05 07:23:06 -08:00
k8s-merge-robot
183c188027
Merge pull request #22563 from derekwaynecarr/node_e2e
...
Auto commit by PR queue bot
2016-03-05 06:50:56 -08:00
k8s-merge-robot
6d9e0ed038
Merge pull request #22312 from janetkuo/improve-error-log
...
Auto commit by PR queue bot
2016-03-05 04:11:06 -08:00
k8s-merge-robot
5efa8aa7d1
Merge pull request #22404 from yujuhong/dump_mem
...
Auto commit by PR queue bot
2016-03-05 00:38:56 -08:00
k8s-merge-robot
e9d3be83ae
Merge pull request #22241 from Random-Liu/recover-back-off-behaviour
...
Auto commit by PR queue bot
2016-03-05 00:05:15 -08:00
k8s-merge-robot
ef129499da
Merge pull request #22459 from jayunit100/disruptivediskannot
...
Auto commit by PR queue bot
2016-03-04 21:17:52 -08:00
k8s-merge-robot
ea43db8039
Merge pull request #22481 from ihmccreery/better-upgrade-tests
...
Auto commit by PR queue bot
2016-03-04 20:07:29 -08:00
k8s-merge-robot
28b3448a9a
Merge pull request #22314 from yujuhong/resource_100
...
Auto commit by PR queue bot
2016-03-04 18:48:02 -08:00
Joshua Piccari
f5f83b076a
Improve go report card by fixing typos in comments
2016-03-04 18:30:59 -08:00
Isaac Hollander McCreery
0e9114f667
Add ExperimentalNodeUpgrade test that a service stays up during cluster upgrade, not just master upgrade
...
- Duplicate old test to keep old functionality while allowing ExperimentalNodeUpgrade
- Also remove push test; no longer used/functioning
2016-03-04 16:10:29 -08:00
derekwaynecarr
f0bfbcedcd
Bump timeout time for e2e node test services
2016-03-04 17:07:35 -05:00
Kris
dbde4fd798
Move the discovery client to its own package
2016-03-04 13:44:52 -08:00
Abhishek Shah
a3c00aadd5
Specify hostname, subdomain via annotation on podspec.
...
The hostname is a DNS A record, if the subdomain maps to a service name
in the same namespace
2016-03-04 13:28:33 -08:00
Marcin Wielgus
a13843cddb
Add volumes, volumemounts and host ports to rcconfig in e2e utils
2016-03-04 18:38:10 +01:00
Abhi Shah
b25a48d605
Revert "Move discovery client to its own package"
2016-03-04 09:24:54 -08:00
Abhi Shah
627edd2588
Merge pull request #22016 from krousey/discbreak
...
Move discovery client to its own package
2016-03-04 09:17:46 -08:00
k8s-merge-robot
2a8ec62e76
Merge pull request #22522 from mwielgus/cm_utils
...
Auto commit by PR queue bot
2016-03-04 08:01:54 -08:00
k8s-merge-robot
917fb4264d
Merge pull request #22461 from jayunit100/skipNodeDiskFill
...
Auto commit by PR queue bot
2016-03-04 08:01:53 -08:00
Marcin Wielgus
0a7e344d49
CustomMetric support in autoscaling utils
2016-03-04 15:50:55 +01:00
k8s-merge-robot
6a6fcc8c2b
Merge pull request #22432 from piosz/hpa-e2e
...
Auto commit by PR queue bot
2016-03-04 03:45:33 -08:00
k8s-merge-robot
b45bf88105
Merge pull request #22513 from gmarek/density
...
Auto commit by PR queue bot
2016-03-04 03:12:52 -08:00
k8s-merge-robot
0e3469dce3
Merge pull request #22183 from pmorie/config-quota
...
Auto commit by PR queue bot
2016-03-04 03:12:51 -08:00
k8s-merge-robot
1b9abdc920
Merge pull request #22510 from gmarek/proxy
...
Auto commit by PR queue bot
2016-03-04 02:29:37 -08:00
Piotr Szczesniak
60430ca1fb
Added HPA lightweight e2e test
2016-03-04 11:23:07 +01:00
gmarek
43a8f04193
Add a comment explaining the necessary scale for Density test
2016-03-04 11:05:20 +01:00
k8s-merge-robot
17b5ac4808
Merge pull request #22440 from gmarek/more_flake
...
Auto commit by PR queue bot
2016-03-04 01:28:34 -08:00