-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
Signed-off-by: STRRL <[email protected]>
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by submitting an approval review. |
@STRRL: Adding label: Reasons for blocking this PR:[This PR modifies the files under the docs folder and requires the docs team to follow up on the PR. /label docs Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
✔️ Deploy Preview for chaos-mesh-website-zh-preview ready! 🔨 Explore the source changes: e51c4b9 🔍 Inspect the deploy log: https://app.netlify.com/sites/chaos-mesh-website-zh-preview/deploys/61020dccc65044000839dbe4 😎 Browse the preview: https://deploy-preview-58--chaos-mesh-website-zh-preview.netlify.app |
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.
LGTM
/merge |
This pull request has been accepted and is ready to merge. Commit hash: e51c4b9
|
@@ -21,7 +21,7 @@ JVMChaos 能向目标容器中的 JVM 注入故障,适用于任何使用 JVM | |||
|
|||
- Kubernetes 需要启用 Webhook 支持。 | |||
- 在为命名空间配置 MutatingAdmissionWebhook 之前已经存在 Pod,不会受到 JVMChaos 影响。 | |||
- 命名空间下的所有容器中的 JVM 都会在启动阶段加载 java agent,VMChaos 在被删除后也不会卸载 java agent。若考虑到 java agent 可能对程序行为或性能带来的影响,期望清理 java agnet,请将工作负载移出该命名空间。 | |||
- 命名空间下的所有容器中的 JVM 都会在启动阶段加载 java agent,JVMChaos 在被删除后也不会卸载 java agent。若考虑到 java agent 可能对程序行为或性能带来的影响,期望清理 java agnet,请将工作负载移出该命名空间。 |
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.
2.0 目录也需要更新
Signed-off-by: cwen0 <[email protected]>
Signed-off-by: STRRL [email protected]