apache / openwhisk-deploy-kube

The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.
https://openwhisk.apache.org/
Apache License 2.0
296 stars 228 forks source link

affinity stanzas in provider pods #725

Closed dgrove-oss closed 2 years ago

hunhoffe commented 2 years ago

Your changes work well to add affinity to the provider pods but I believe there's a bug in the _affinity.tpl file that prevents the provider pods from being scheduled on invoker nodes.

If you remove the line here then it appears to work (in my local setup, at least!)