docs: update hostname and ip fields in chaosd to support multiple values#439
Open
spencercjh wants to merge 1 commit intochaos-mesh:masterfrom
Open
docs: update hostname and ip fields in chaosd to support multiple values#439spencercjh wants to merge 1 commit intochaos-mesh:masterfrom
chaosd to support multiple values#439spencercjh wants to merge 1 commit intochaos-mesh:masterfrom
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.
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.
versioned_docs/version-2.8.0/simulate-network-chaos-in-physical-nodes.md
Show resolved
Hide resolved
versioned_docs/version-2.7.3/simulate-network-chaos-in-physical-nodes.md
Show resolved
Hide resolved
versioned_docs/version-2.6.7/simulate-network-chaos-in-physical-nodes.md
Show resolved
Hide resolved
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.
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.