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
I run the helm chart with a nodeSelector, so the server-job runs on a different node than in my case cassandra, but the job fails every time. I set these values:
I tried to reproduce the bug with chart version 0.22.1 on AWS by creating a cluster with nodes of different instance types, and using the node.kubernetes.io/instance-type label to put Cadence pods on a node of a specific instance type and for me it worked multiple times. My specific values were:
Describe the bug
I run the helm chart with a nodeSelector, so the server-job runs on a different node than in my case cassandra, but the job fails every time. I set these values:
Steps to reproduce the issue:
Apply the values above
Expected behavior
Server-Job should run also on different kind of nodes, it my helpful if the nodeSelector can be set as well for the server-job
Additional context
I try this with helm chart version 0.23.0 and 0.22.1
The text was updated successfully, but these errors were encountered: