You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Helm chart 5.0.5: Convert Pods to Jobs for improved orchestration
Changes in this release:
- Converted bandwidth Pod to Job for one-time test execution
- Converted latency Pod to Job with post-install hook for automated testing
- Updated Chart version to 5.0.5
- Enhanced StatefulSet configuration with improved resource management
- Added new configuration options in values.yaml for test parameters
- Fixed service port configuration to use integer type
These changes provide better Kubernetes-native handling of test workloads,
ensuring proper completion tracking and automatic cleanup of finished tests.
* add helm hook to create bandwidth pod after hperf statefulset
* update notes
* add labels field
* remove hooks
* remove default
* mount volume based on options: emptyDir, hostPath or volumeClaimTemplate
* Set print all as default to true
* Comment latency test by default and only print NOTES.txt instructions when latency is enabled
* Re-run the Job OnFailure
If the test fails because the hperf servers were not ready before the Job started, we should allow the container test to be recreated.
* Bind IP to the server pods
By binding the actual pod IP and not the `0.0.0.0` interface we can get mode detailed results of test
0 commit comments