-
Notifications
You must be signed in to change notification settings - Fork 115
docs: update hostname and ip fields in chaosd to support multiple values
#439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: spencercjh <spencercjh@gmail.com>
✅ Deploy Preview for chaos-mesh-website-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the documentation for chaosd network chaos configuration to indicate that the hostname and ip (or ip-address) fields now support multiple comma-separated values. This enhancement improves usability by allowing users to target multiple hosts or IP addresses in a single chaos experiment configuration.
Key Changes:
- Added documentation for multiple value support in
hostnameandip/ip-addressfields - Updated examples to show comma-separated syntax (e.g., "chaos-mesh.org,example.com")
- Applied changes across multiple documentation versions (2.6.7, 2.7.3, 2.8.0, and current)
- Updated both English and Chinese translations
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
versioned_docs/version-2.8.0/simulate-network-chaos-in-physical-nodes.md |
Updated English documentation for version 2.8.0 to document multiple value support for hostname/ip fields across all network chaos types (corrupt, delay, duplicate, loss, partition, bandwidth) |
versioned_docs/version-2.7.3/simulate-network-chaos-in-physical-nodes.md |
Updated English documentation for version 2.7.3 with the same multiple value support information |
versioned_docs/version-2.6.7/simulate-network-chaos-in-physical-nodes.md |
Updated English documentation for version 2.6.7 with the same multiple value support information |
docs/simulate-network-chaos-in-physical-nodes.md |
Updated current English documentation with the same multiple value support information |
i18n/zh/docusaurus-plugin-content-docs/version-2.8.0/simulate-network-chaos-in-physical-nodes.md |
Updated Chinese documentation for version 2.8.0 with multiple value support information in both command-line and service mode sections |
i18n/zh/docusaurus-plugin-content-docs/version-2.7.3/simulate-network-chaos-in-physical-nodes.md |
Updated Chinese documentation for version 2.7.3 with multiple value support information |
i18n/zh/docusaurus-plugin-content-docs/version-2.6.7/simulate-network-chaos-in-physical-nodes.md |
Updated Chinese documentation for version 2.6.7 with multiple value support information |
i18n/zh/docusaurus-plugin-content-docs/current/simulate-network-chaos-in-physical-nodes.md |
Updated current Chinese documentation with multiple value support information |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Parts of this PR were drafted with assistance from Warp (with
claude-4.5-sonnet) and fully reviewed and edited by me. I take full responsibility for all changes.Hostnameandip-address(in some places referred to asip) are separated by,but no documentation informs users about this.