Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Allow setting nodeSelector and affinity #768

Description

@isaac88

Right now we're trying to use that event source: https://docs.triggermesh.io/apis/sources/#sources.triggermesh.io/v1alpha1.AWSSQSSource but the POD awssqssource-adapter is not able to be schedule in our kubernetes cluster because we have different tainted node groups and it's require to set the proper tolerations in the POD, so the POD will run on the correct group of nodes.

It'll be really useful to allow setting nodeSelector, tolerations, and affinity on all Pods to accomplish this.
It will be great to have that option available to any CRDs that create pods.

https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

Regards

Metadata

Metadata

Assignees

Labels

feature requestRequest for a new featurep0Highest priority items

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions