(This topic was ported over from our previous forum)
Our application components are deployed with a helm
module and corresponding container module
with tests defined in the helm
module.
We’ve set the desired nodeSelector
in the Helm chart to control where pods are scheduled. However, test pods are scheduled on any viable node in the cluster. Anything I’ve missed in the docs that can give me control over where the tests pods are scheduled?