Hey @Hima Vyas 👋
You can use taints and tolerations which together ensures that pods are not scheduled onto inappropriate nodes.
You would have to set taints in the nodes or node groups and use
Thanks @Prashant Shahi
while installing signoz, is there a straightforward way to override tolerations?
Hima Vyas
11/16/2022, 5:40 AM
If not, does it sound right to change tolerations in values.yaml file of all 3 directories - https://github.com/SigNoz/charts/tree/main/charts ?
Taint part - node group creation can be handled separately.
p
Prashant Shahi
11/16/2022, 5:06 PM
yes, node group taints can be added afterwards.
You can also include tolerations in
override-values.yaml
for the
helm upgrade
h
Hima Vyas
11/17/2022, 4:27 AM
Awesome, let me try this! Thank you @Prashant Shahi !
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.