Skip to content
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

Append daemonset workload to support network chaos experiments #42

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

xcaspar
Copy link
Member

@xcaspar xcaspar commented Sep 28, 2020

Describe what this PR does / why we need it

  1. Because many containers do not have the NET_ADMIN permission and some necessary commands are missing, so we must also use the docker channel.
  2. Support removing container experiments.

Does this pull request fix one issue?

Describe how you did it

Use --daemonset-enable to control chaosblade-tool daemonset. If the value is false, the chaosblade file is copied to the target container for execution. Otherwise, the chaosblade file is executed by sidecar, but this way only supports docker container.

@xcaspar xcaspar added the type/enhancement New feature or request label Sep 28, 2020
@xcaspar xcaspar added this to the v0.7.0 milestone Sep 28, 2020
@xcaspar xcaspar merged commit 53f1d72 into master Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant