Helm Chart for 5.0.5 - #24
Merged
Merged
Conversation
pjuarezd
force-pushed
the
chart-5.0.5
branch
from
September 12, 2025 06:33
9e68c3d to
50a2e12
Compare
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.
pjuarezd
force-pushed
the
chart-5.0.5
branch
from
September 12, 2025 06:38
50a2e12 to
c9d1ab9
Compare
|
PS: I do not have any knowledge of this tool, so static review only. You may also want to take a look at https://github.com/miniohq/aistor-operator/pull/1081 for improving Helm chart documentation. |
Member
Author
Thank you, impprove documentation can be done in another PR, now I am just updating the helm chart that was still on version 4.0.5 I needed to performance test a cluster. |
ramondeklein
approved these changes
Sep 16, 2025
… when latency is enabled
If the test fails because the hperf servers were not ready before the Job started, we should allow the container test to be recreated.
By binding the actual pod IP and not the `0.0.0.0` interface we can get mode detailed results of test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Helm chart 5.0.5
Changes in this release:
These changes provide better Kubernetes-native handling of test workloads,
ensuring proper completion tracking and automatic cleanup of finished tests.