Release 2.0.8
Changes in this release:
- Added the interval runStrategy, which allows the load to be varied over the course of a run by specifying a userLoadPath. This runStrategy is primarily useful for experimentation and demos as it currently does not provide an overall performance metric.
- Added the ability to have runs with the fixed or interval runStrategy run continuously without ending. This is useful for burn-in testing or demo purposes.
- Fixed an issue where the application pods were starting before the datamanager pod had terminated. This could lead to failedScheduling errors on resource-constrained clusters.
- Made collecting kubectl top data optional since it is not supported by default on many clusters.
- Updated the documentation for the new features.
- Added an Advanced Topic to the docs covering how to access the browser interface of the running application.