You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to set Tolerations for an experiment but that is not enough to be able to run it in cluster where all nodes have Taints.
The current setting only adds a Toleration to the Workflow manifest, which means that only the pods created by the workflow get Tolerations. But it is also needed for the pods running the experiment.
I have been able to work around it by adding it to the ChaosEngine in the manifest to .spec.components.runner.tolerations .spec.experiments[].spec.components.tolerations
What happened:
Experiments didn't run on clusters with Taints.
What you expected to happen:
Setting the Toleration for an experiment in Chaos Studio should be enough for running the experiment.
Where can this issue be corrected? (optional)
How to reproduce it (as minimally and precisely as possible):
Set up a cluster with one node. Set a Taint on that node. Try to run an experiment in that cluster.
Anything else we need to know?:
The text was updated successfully, but these errors were encountered:
It is possible to set Tolerations for an experiment but that is not enough to be able to run it in cluster where all nodes have Taints.
The current setting only adds a Toleration to the Workflow manifest, which means that only the pods created by the workflow get Tolerations. But it is also needed for the pods running the experiment.
I have been able to work around it by adding it to the ChaosEngine in the manifest to
.spec.components.runner.tolerations
.spec.experiments[].spec.components.tolerations
What happened:
Experiments didn't run on clusters with Taints.
What you expected to happen:
Setting the Toleration for an experiment in Chaos Studio should be enough for running the experiment.
Where can this issue be corrected? (optional)
How to reproduce it (as minimally and precisely as possible):
Set up a cluster with one node. Set a Taint on that node. Try to run an experiment in that cluster.
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: