serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

feat: Adding affinity & tolerations #144

Closed alexander-alvarez closed 6 years ago

alexander-alvarez commented 6 years ago

We leverage some of the more granular controls of k8s, as such I'm expanding the surface area of the serverless kubeless APIs. I hope this is okay.

For more info on these pieces of functionality. https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

/cc @andresmgot

andresmgot commented 6 years ago

thanks for the contribution!