Skip to content

fix: Fix helm chart template for chaos mesh#458

Open
mininny wants to merge 4 commits intoethpandaops:masterfrom
mininny:feat/mininny/chaosd-fix-chart
Open

fix: Fix helm chart template for chaos mesh#458
mininny wants to merge 4 commits intoethpandaops:masterfrom
mininny:feat/mininny/chaosd-fix-chart

Conversation

@mininny
Copy link
Contributor

@mininny 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.

@mininny mininny force-pushed the feat/mininny/chaosd-fix-chart branch from 76eea16 to 4b0bfb7 Compare October 20, 2025 14:23
validate_certs: false
register: chaosd_proxy_test
failed_when: false
become: false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant