radanalyticsio / spark-operator

Operator for managing the Spark clusters on Kubernetes and OpenShift.
Apache License 2.0
156 stars 61 forks source link

Does this operator support Mutation Webhooks like the Google Cloud does? #293

Open nbonavia opened 4 years ago

nbonavia commented 4 years ago

I would like to ask if this spark-operator supports Mutating Admission Webhooks similar to what the Google Cloud Platform's Spark Operator has in here: -

https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/master/docs/quick-start-guide.md#about-the-mutating-admission-webhook

elmiko commented 4 years ago

hi, thanks for the question.

although there are a few options in the CRD for this spark-operator to manage the deployment of the worker pods, there is no equivalent to that mutating admission webhook.