ECK operator PodTemplate

Hi,

I'm wondering if I can change some variables in the podTemplate for the ECK operator.
The operator now runs on a node pool which has the available resources, however, I'd like to orchestrate this myself.

For example, in the ElasticSearch yaml, I can define the following:

podTemplate:
  spec:
    nodeSelector:
      # Node selector details, like node pool name

But because the ECK is installed via an all-in-one yaml, I can't configure it myself (It's possible of course, but it's not simple with future upgrades). And the Helm chart is still in beta.

Is there a way, with future ECK operator upgrades in mind, to change some details in the podTemplate for the operator? Specifically the nodeSelector.

Thanks in advance!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.