You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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