fix: Fix helm chart template for chaos mesh#458
Open
mininny wants to merge 4 commits intoethpandaops:masterfrom
Open
fix: Fix helm chart template for chaos mesh#458mininny wants to merge 4 commits intoethpandaops:masterfrom
mininny wants to merge 4 commits intoethpandaops:masterfrom
Conversation
Contributor
mininny
commented
Oct 20, 2025
- Updated chaos-mesh chart template for proper values configuration prefix, and fixed the ingress format to match the new chart release.
- Updated chaos-iptables-bridge file to create the chaos-related chains in iptables if they don't exist yet. These chains are only created when network-related experiments are created in chaosd. However, since we're creating the iptables bridge when bootstrapping the node, this is done before any experiments are created, so unless we create the chains beforehand, the experiments won't properly work with the docker network routings.
…necessary chaosd setup for network testing
76eea16 to
4b0bfb7
Compare
mininny
commented
Oct 21, 2025
| validate_certs: false | ||
| register: chaosd_proxy_test | ||
| failed_when: false | ||
| become: false |
Contributor
Author
There was a problem hiding this comment.
One thing is that this api test will return 401 (but accepted as success) anyway because the http auth is missing. I didn't find any other roles using the httpauth configs like gen_basic_auth_nginx_name in the tasks, is it not desirable?
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.