k8s-merge-robot
abc06c9d73
Merge pull request #26913 from bprashanth/petset_e2e
...
Automatic merge from submit-queue
Improve petset e2es
Mainly
* scale petset to 0 and wait for volume provisioner to delete pvs so we don't leak them
* bake binaries into init[0] and cp into destination, instead of wgetting at runtime
* dump verbose debug output on failure
https://github.com/kubernetes/test-infra/pull/115 , https://github.com/kubernetes/kubernetes/issues/26824
2016-06-09 23:31:36 -07:00
Prashanth Balasubramanian
ff23a0e4fc
Clarity and reliability fixes for petset e2es
2016-06-09 12:58:28 -07:00
Wojciech Tyczynski
12d1cc454c
Change webserver binary to be usable in large clusters.
2016-06-09 16:01:01 +02:00
Jerzy Szczepkowski
967a7c95d2
Rework of resource consumer.
...
Major rework of resource consumer: added controller running as a pod that spreads requests around consumers. This should fix #21664 and #23536 .
2016-06-01 15:50:03 +02:00
k8s-merge-robot
91977842ac
Merge pull request #26330 from aledbf/test-iperf
...
Automatic merge from submit-queue
Use ubuntu-slim to reduce size of the iperf:e2e image
from
```
gcr.io/google_containers/iperf e2e 8b3cc7064090 5 weeks ago 737.9 MB
```
to
```
gcr.io/google_containers/iperf e2e 204325491636 33 seconds ago 61.09 MB
```
related to https://github.com/kubernetes/kubernetes/pull/25784#issuecomment-221706886
ping @bprashanth
2016-05-29 16:36:44 -07:00
Manuel de Brito Fontes
fcea6e0e9e
Use ubuntu-slim to reduce size of the iperf:e2e image
2016-05-25 22:50:57 -03:00
Colin Hom
a092fd2dd4
Federation build and e2e test integration
...
Federation components are now buildable and e2e-testable via e2e.go.
2016-05-25 15:07:27 -07:00
Jan Chaloupka
0e0be8421f
gcr.io/google_containers/mounttest: use Stat instead of Lstat to retrieve fileinfo of symlinks as well
2016-05-17 15:57:33 +02:00
Tim Hockin
cbf886c7f4
Convert everything to use vendor/
2016-05-08 20:30:37 -07:00
Robert Bailey
18a829e7a4
Merge pull request #24512 from freehan/goproxyflake
...
reuse goproxy pod and avoid race between kubectl exec and goproxy readiness
2016-05-06 14:46:30 -07:00
Humble Devassy Chirammal
fbc22b39b9
Update Dockerfile
...
Exposing 24008 is not required as glusterd listens on 24007 port.
2016-04-29 19:46:30 +05:30
Minhan Xia
1993bf901a
reuse goproxy pod and avoid race between kubectl exec and goproxy readiness
2016-04-26 16:45:10 -07:00
Erick Fejta
4e4edb4edc
Add Makefile for iperf
2016-04-13 14:28:33 -07: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
Huamin Chen
3a914c2583
fix #22529 : disable nfsv4 and use nfsv3
2016-04-12 16:23:28 +00:00
jay vyas
0e35d9194c
IPerf container to support network perfomance testing
2016-04-08 22:53:57 -04:00
goltermann
696423e044
Vet fixes, mostly pass lock by value errors.
2016-04-06 11:27:40 -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
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
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
Phillip Wittrock
d1d6650efd
Remove test tag from serve_hostname Makefile
2016-03-21 13:53:35 -07:00
deads2k
ab03317d96
support CIDRs in NO_PROXY
2016-03-16 16:22:54 -04: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
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
999e6311b5
Merge pull request #18672 from bprashanth/netexec
...
Auto commit by PR queue bot
2016-03-08 06:10:02 -08:00
Jan Safranek
44f995699e
Fix NFS and gluster test containers taking 100% of CPU
2016-03-08 10:32:34 +01: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
92ff05f2e6
Wait till netexec is Ready in kubeproxy e2e
2016-03-03 11:27:32 -08:00
Prashanth Balasubramanian
33bb8e863c
Add a simple clusterapi-tester, improve e2e logging.
2016-03-03 10:01:01 -08:00
Phillip Wittrock
b5bfc6c281
Move serve_hostname testing image to k8s test/images from contrib/for-demos
2016-03-03 09:22:43 -08:00
Minhan Xia
57fc5e1380
bump wait timeout for nettest container
2016-03-01 11:17:15 -08:00
Minhan Xia
66940c2d44
wait for all webserver endpoints to come up before contacting peers
2016-02-24 18:35:59 -08: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
dbd7b83d93
Merge pull request #20545 from pmorie/boilerplate
...
Auto commit by PR queue bot
2016-02-03 19:46:26 -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
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
harry
845a3145cd
Add a fake git server image for e2e test
2016-01-21 14:19:18 +08:00
Chao Xu
144b5acd08
move ServerVersion to DiscoveryClient
2016-01-13 10:11:52 -08:00
Piotr Szczesniak
fe04005959
Merge pull request #18658 from jszczepkowski/rc-bump
...
Autoscaling e2e tests: bumped resource consumer to version beta2.
2015-12-15 09:05:11 +01:00
Jerzy Szczepkowski
dd62c8e831
Autoscaling e2e tests: bumped resource consumer to version beta2.
...
Autoscaling e2e tests: bumped resource consumer to version beta2.
2015-12-14 16:55:26 +01:00
Jerzy Szczepkowski
aade6e78b2
Added handling custom metrics to resource consumer.
...
Added handling custom metrics in Prometheus format to resource consumer.
2015-12-10 16:20:03 +01:00
k8s-merge-robot
1a57cc8033
Merge pull request #15777 from mesosphere/sttts-replace-ssh-by-net-host-container
...
Auto commit by PR queue bot
2015-11-20 02:19:25 -08:00
Dr. Stefan Schimanski
2d6c2eb897
e2e: replace ssh with net=host hostexec pod and kubectl exec
...
- document needed packages in hostexec image
- add RunHostCmdOrDie
- kube-proxy e2e: port from ssh to hostexec
- use preset NodeName to schedule test pods to different nodes
- parallel launch of pods
- port from ssh to hostexec
- add timeout because nc might block on udp
- delete test container without grace period
- PrivilegedPod e2e: port from ssh to hostexec
- NodePort e2e: port from ssh to hostexec
- cluster/mesos/docker: Enable privileged pods
2015-11-17 20:48:34 +01:00
Salvatore Dario Minonne
e2c315ee99
modifying readFileContentInLoop to display iteratively file content and eventually check initial content
2015-11-14 22:52:34 +01:00
Dr. Stefan Schimanski
862143fc62
Add hostexec test image
2015-11-11 22:48:56 +01:00
vollschwitz
ac9484b869
prevent consumecpu/mem from becoming zombies by calling run instead of start
2015-11-10 08:04:26 +01:00
Prashanth Balasubramanian
84e9277bcc
Test image
2015-11-02 12:35:27 -08:00