-
Notifications
You must be signed in to change notification settings - Fork 128
Support specifying node name to target for the hog scenarios #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
Support specifying node name to target for the hog scenarios #830
Comments
cc: @NarmalaSk @10sharmashivam @abhinavs1920 @jason810496 @Transcendental-Programmer This is a worthwhile issue to explore if it aligns with your interests. |
Hey everyone, I was exploring around the CPU‐hog code and noticed we only let users pick nodes by selector. What if we add an optional node-name field? The idea is simple: if you set node-name, we schedule the chaos pod directly on that node; otherwise we fall back to the selector, and if neither is set, we keep picking a random node like it exists. It feels like a lightweight change that gives folks more control without breaking existing configs. Let me know what you think! @chaitanyaenr Thanks!! |
Hey, quick check-in before I start implementing the node-name feature — just want to make sure we're on the same page with a couple things. First, about handling multiple node names. Say a user passes something like Second, the question of priority — if both @chaitanyaenr can you clarify if my reasoning is correct, meanwhile i will come up with an implementation plan. Cheers, |
Uh oh!
There was an error while loading. Please reload this page.
Replicating the issue opened by @elib in Krkn: krkn-chaos/krkn-hub#262
Current hog scenarios use node-selector to pick the nodes to target. Users can benefit from being able to set the node-name(s) in case of targeting particular nodes.
Something along the lines of
The text was updated successfully, but these errors were encountered: