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

Add support for executor service account #1322

Merged
merged 1 commit into from
Aug 22, 2021

Conversation

bbenzikry
Copy link
Contributor

This is a follow-up to #885, passes executor service account to spark.kubernetes.authenticate.executor.serviceAccountName

@@ -117,6 +117,8 @@ const (
// SparkDriverServiceAccountName is the Spark configuration key for specifying name of the Kubernetes service
// account used by the driver pod.
SparkDriverServiceAccountName = "spark.kubernetes.authenticate.driver.serviceAccountName"
// account used by the executor pod.
SparkExecutorAccountName = "spark.kubernetes.authenticate.executor.serviceAccountName"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this config option available in Spark on Kubernetes?

Copy link
Contributor Author

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, looks like the doc was not updated.

Copy link
Collaborator

@liyinan926 liyinan926 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@liyinan926 liyinan926 merged commit 74ea1c8 into kubeflow:master Aug 22, 2021
jbhalodia-slack pushed a commit to jbhalodia-slack/spark-operator that referenced this pull request Oct 4, 2024
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

Successfully merging this pull request may close these issues.

2 participants