Re: Kubernetes security context when submitting job through k8s servers

2018-07-09 Thread Yinan Li
It's still under design review. It's unlikely that it will go into 2.4. On Mon, Jul 9, 2018 at 3:46 PM trung kien wrote: > Thanks Li, > > Inread through the ticket, be able to pass pod YAML file would be amazing. > > Do you have any target date for production or incubator? I really want to >

Re: Kubernetes security context when submitting job through k8s servers

2018-07-09 Thread trung kien
Thanks Li, Inread through the ticket, be able to pass pod YAML file would be amazing. Do you have any target date for production or incubator? I really want to try out this feature. On Mon, Jul 9, 2018 at 4:48 PM Yinan Li wrote: > Spark on k8s currently doesn't support specifying a custom

Re: Kubernetes security context when submitting job through k8s servers

2018-07-09 Thread Yinan Li
Spark on k8s currently doesn't support specifying a custom SecurityContext of the driver/executor pods. This will be supported by the solution to https://issues.apache.org/jira/browse/SPARK-24434. On Mon, Jul 9, 2018 at 2:06 PM trung kien wrote: > Dear all, > > Is there any way to includes

Kubernetes security context when submitting job through k8s servers

2018-07-09 Thread trung kien
Dear all, Is there any way to includes security context ( https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) when submitting job through k8s servers? I'm trying to first spark jobs on Kubernetes through spark-submit: bin/spark-submit --master k8s://https://API_SERVERS