This message was deleted.
# support
s
This message was deleted.
v
check your affinity and taints. i had same issue . otelAgent tolerations on singoz helm chart is what needs to be configured.
Copy code
otelAgent:
  # NB: if adding node group and wanting it to be monitred add toleration here
  tolerations:
    - key: "<http://nvidia.com/gpu|nvidia.com/gpu>"
      operator: "Exists"
      effect: "NoSchedule"
something like that