palantir / k8s-spark-scheduler

A Kubernetes Scheduler Extender to provide gang scheduling support for Spark on Kubernetes
Apache License 2.0
175 stars 43 forks source link

Remove conversion webhook from scheduler #198

Open Chrisbattarbee opened 2 years ago

Chrisbattarbee commented 2 years ago

The conversion webhook for resource reservations now runs standalone in a separate process, so we can stop serving the webhook from the scheduler process.