mhausenblas / kboom

The Kubernetes scale & soak load tester
Apache License 2.0
305 stars 24 forks source link

WIP: Initial support for pod template #11

Open johscheuer opened 5 years ago

johscheuer commented 5 years ago

This PR allows users to specify a Pod manifest that will be used for the benchmark e.g. if you want to benchmark a different Pod Spec than the default one (e.g. compare different spec variants).

TODO: