Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Spark Jobs Across Multiple Namespaces with Custom Service Accounts #2364

Open
1 task
ramsinghtmdc opened this issue Dec 18, 2024 · 2 comments
Open
1 task

Comments

@ramsinghtmdc
Copy link

What question do you want to ask?

  • ✋ Hi team,

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 👍

@ChenYi015
Copy link
Contributor

@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.

@ramsinghtmdc
Copy link
Author

Got it, Thanks @ChenYi015.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants