terraform-provider-flux icon indicating copy to clipboard operation
terraform-provider-flux copied to clipboard

Support `nodeSelector` for scheduling

Open philwelz opened this issue 2 years ago • 0 comments

Although we can specify tolerations with https://github.com/fluxcd/flux2/pull/899 this is not enough.

The KubeScheduler now just has the option to schedule the pods on tainted nodes but will not do so when for example other nodes have enough resources free. So it is no real enforcement.

I think using the Customize Flux option is a little bit overdosed just for this use case. The better option in my opinion is to support the nodeSelector natively with the Terraform provider.

philwelz avatar Mar 22 '22 10:03 philwelz