k3s/test/e2e/upgrades
Kubernetes Submit Queue afa8c4fee5
Merge pull request #59313 from MrHohn/e2e-ingress-scale-new
Automatic merge from submit-queue (batch tested with PRs 59424, 59672, 59313, 59661). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

[e2e gce-ingress] Scale test to measure ingress create/update latency

**What this PR does / why we need it**:
Adding a basic scale test. Test procedure:
- Create O(1) ingresses, measure creation latency for each ingress.
- Create and update one more ingress, do similar measurement on create & update latency.
- Repeat first two steps with O(10) ingresses.
- Repeat first two steps with O(100) ingresses.

Couple side notes:
- Each ingress reference a separate service.
- All services share the same set of backend pods.
- All ingress share one TLS secret.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #NONE 

**Special notes for your reviewer**:
/assign @rramkumar1 @nicksardo @bowei

**Release note**:

```release-note
NONE
```
2018-02-09 14:46:34 -08:00
..
apps Promote SS to apps/v1 2018-01-18 13:48:52 +05:30
storage vSphere scale tests 2017-11-07 15:33:27 -08:00
BUILD Improve the upgrade test for ingress. 2018-01-22 16:44:20 -08:00
apparmor.go Fix AppArmor upgrade test 2017-11-27 10:27:39 -08:00
cassandra.go Adding cassandra test. 2017-08-03 10:29:25 -07:00
configmaps.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
etcd.go
horizontal_pod_autoscalers.go [Federation] Update hpa e2e utils to enable reuse in fed hpa tests 2017-08-24 21:21:16 +05:30
ingress.go Merge pull request #59313 from MrHohn/e2e-ingress-scale-new 2018-02-09 14:46:34 -08:00
kube_proxy_migration.go use extensions client with explicit version 2017-11-22 21:18:14 +08:00
mysql.go
secrets.go use core client with explicit version globally 2017-10-27 15:48:32 +08:00
services.go
sysctl.go pkg/apis/core: mechanical import fixes in dependencies 2017-11-09 12:14:08 +01:00
upgrade.go Improve the upgrade test for ingress. 2018-01-22 16:44:20 -08:00