This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/gh-pages by this push:
new d2d73d0 Set spark.kubernetes.driver.pod.excludedFeatureSteps
d2d73d0 is described below
commit d2d73d0fb210c6b7fe82af8effd297761a8a94f8
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Nov 7 11:00:26 2025 -0800
Set spark.kubernetes.driver.pod.excludedFeatureSteps
---
pi.yaml | 1 +
spark-connect-server.yaml | 1 +
2 files changed, 2 insertions(+)
diff --git a/pi.yaml b/pi.yaml
index 131b8db..684d377 100644
--- a/pi.yaml
+++ b/pi.yaml
@@ -25,6 +25,7 @@ spec:
spark.dynamicAllocation.maxExecutors: "3"
spark.kubernetes.authenticate.driver.serviceAccountName: "spark"
spark.kubernetes.container.image: "apache/spark:4.0.1"
+ spark.kubernetes.driver.pod.excludedFeatureSteps:
"org.apache.spark.deploy.k8s.features.KerberosConfDriverFeatureStep"
applicationTolerations:
resourceRetainPolicy: OnFailure
runtimeVersions:
diff --git a/spark-connect-server.yaml b/spark-connect-server.yaml
index 18b9d12..9d05531 100644
--- a/spark-connect-server.yaml
+++ b/spark-connect-server.yaml
@@ -25,6 +25,7 @@ spec:
spark.dynamicAllocation.maxExecutors: "3"
spark.kubernetes.authenticate.driver.serviceAccountName: "spark"
spark.kubernetes.container.image: "apache/spark:4.0.1"
+ spark.kubernetes.driver.pod.excludedFeatureSteps:
"org.apache.spark.deploy.k8s.features.KerberosConfDriverFeatureStep"
applicationTolerations:
resourceRetainPolicy: OnFailure
runtimeVersions:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]