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
297 stars 231 forks source link

Configuring a custom scheduler for pods. #666

Open 842Mono opened 3 years ago

842Mono commented 3 years ago

Hi.

I'm trying to write a custom Kubernetes scheduler. And I want the pods that get created by openwhisk to be scheduled by this scheduler. How can I configure openwhisk to use a custom scheduler with the pods it creates?

Thanks.

kzhang28 commented 1 year ago

Hi, have you figured out a way to do this? I am attempting to do the same thing. thanks!