-
Ticket
-
Resolution: Done
-
Major
-
None
-
OSSM 2.4.0
-
False
-
None
-
False
-
-
Scheduled the Jaeger elastic search pods to the infra nodes. Other than these pods all the smcp components such as Prometheus, kiali were able to schedule on the infra, but for elastic search, the tolerations don't make any changes and the pods were scheduled on worker instead of infra -
runtime:
components:
jaeger:
pod:
nodeSelector:
node-role.kubernetes.io/infra: ''
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/infra
value: reserved - effect: NoExecute
key: node-role.kubernetes.io/infra
value: reserved
- For Jaeger pod it's not taken the values set on the control plane deployment. - Tested the same configuration for Prometheus or for Kiali and it's working.