How to schedule pods on specific nodes?

When installing Immuta you can place the pods on whichever nodes are readily available, sometimes if you wish to specify the correct nodes to install pods on you can use nodeSelector to specify that.

Use the following under the desired section of your immuta-values.yaml file:

nodeSelector:
  agentpool: apppool0

Last updated