-
Notifications
You must be signed in to change notification settings - Fork 830
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
Make chaos-daemon can run on non-k8s node and work independently #888
Comments
|
In this issue, we can also consider chaos plugins like CNI for kubelet |
This is not only an issue in chaos-daemon. It's also a big problem for |
So. it is "can also"😃 |
|
Hi @cwen0 , I'm applying community bridge and I'm willing to work on this feature. It would be so useful to inject chaos on applications that not mainly work on k8s, like what I'm doing to APISIX, so this is the feature I would also use. I think I just figured out how to implement this feature. We don't need to change how to implement chaos, we just need to change its target from pod to non-k8s process, so only the interfaces for chaos-daemon need to change. A rough timeline could be:
Please point me out if I made mistake someplace 😊 |
|
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days |
Feature Request
Is your feature request related to a problem? Please describe:
This is the first step to let Chaos Mesh adapt the non-k8s platform, the details refer to #879.
Describe the feature you'd like:
The text was updated successfully, but these errors were encountered: