mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-10 04:50:27 +00:00
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