-
Notifications
You must be signed in to change notification settings - Fork 88
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
Question: How to set NodeSelector for agent plane resources using helm chart? #163
Comments
You can't install an agent plane using a helm chart. Agents can be installed using litmusctl and you can pass the Ref- https://github.com/litmuschaos/litmusctl/blob/master/Usage.md |
@rajdas98 thanks for answer. |
for self-agent, node-selector flag is not present. You can disconnect the self-agent and reconnect it using litmusctl(with --node-selector flag). |
thanks @rajdas98 |
For future readers, this appears to now be possible declaratively via litmuschaos/litmus#3527 |
@sthomson-wyn You mentioned node selectors and tolerations can be declaratively added. Can you explain what you mean? Is there a way for me to set the tolerations, node selectors, and resources via helm? I see mention of the chaos-exporter, chaos-operator, subscriber, etc here: https://github.com/litmuschaos/litmus-helm/tree/master/charts/litmus-agent#requirements. Is that helm command how I set these values, or do I need to use litmusctl? Are there any docs around how to set those three values (tolerations, node selectors, resources) on the agent plane resources? |
I want to run agent plane(subscriber, event-tracker, litmus-operator-ce, workflow-controller) resources on particular nodes.
I found that these resources can be executed with node selector(litmuschaos/litmus) but cant get how to do it using chart.
Do someone can help?
The text was updated successfully, but these errors were encountered: