You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know if it's possible to configure the Kubeflow Spark Operator to allow running Spark jobs from all namespaces using custom service accounts.
In our use case, users create their own namespaces in Kubernetes and want to run Spark jobs from those namespaces using their specific service accounts. Is there a way to set this up in the operator? If so, could you provide guidance or documentation on how to achieve this?
Thanks in advance for your help!
Additional context
No response
Have the same question?
Give it a 👍 We prioritize the question with most 👍
The text was updated successfully, but these errors were encountered:
@ramsinghtmdc If the service accounts in those namespaces have the same name, then you can configure spark operator helm chart to create RBAC resources for these service accounts. Otherwise, you need to create the RBAC resources manually for these service accounts.
What question do you want to ask?
I would like to know if it's possible to configure the Kubeflow Spark Operator to allow running Spark jobs from all namespaces using custom service accounts.
In our use case, users create their own namespaces in Kubernetes and want to run Spark jobs from those namespaces using their specific service accounts. Is there a way to set this up in the operator? If so, could you provide guidance or documentation on how to achieve this?
Thanks in advance for your help!
Additional context
No response
Have the same question?
Give it a 👍 We prioritize the question with most 👍
The text was updated successfully, but these errors were encountered: