mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-04 16:07:03 +00:00
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 ```