• Kubernetes Submit Queue's avatar
    Merge pull request #59313 from MrHohn/e2e-ingress-scale-new · afa8c4fe
    Kubernetes Submit Queue authored
    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
    ```
    afa8c4fe
Name
Last commit
Last update
..
apps Loading commit data...
storage Loading commit data...
BUILD Loading commit data...
apparmor.go Loading commit data...
cassandra.go Loading commit data...
configmaps.go Loading commit data...
etcd.go Loading commit data...
horizontal_pod_autoscalers.go Loading commit data...
ingress.go Loading commit data...
kube_proxy_migration.go Loading commit data...
mysql.go Loading commit data...
secrets.go Loading commit data...
services.go Loading commit data...
sysctl.go Loading commit data...
upgrade.go Loading commit data...