Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions docs/running-on-kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,14 @@ See the [configuration page](configuration.html) for information on Spark config
</td>
<td>2.3.0</td>
</tr>
<tr>
<td><code>spark.kubernetes.allocation.maximum</code></td>
<td><code>Int.MaxValue</code></td>
<td>
The maximum number of executor pods to try to create during the whole job lifecycle.
</td>
<td>4.1.0</td>
</tr>
<tr>
<td><code>spark.kubernetes.jars.avoidDownloadSchemes</code></td>
<td><code>(none)</code></td>
Expand Down Expand Up @@ -1377,6 +1385,14 @@ See the [configuration page](configuration.html) for information on Spark config
</td>
<td>3.0.0</td>
</tr>
<tr>
<td><code>spark.kubernetes.executor.terminationGracePeriodSeconds</code></td>
<td>30s</td>
<td>
Time to wait for graceful termination of executor pods.
</td>
<td>4.1.0</td>
</tr>
<tr>
<td><code>spark.kubernetes.executor.checkAllContainers</code></td>
<td><code>true</code></td>
Expand Down Expand Up @@ -1603,6 +1619,15 @@ See the [configuration page](configuration.html) for information on Spark config
</td>
<td>3.2.0</td>
</tr>
<tr>
<td><code>spark.kubernetes.driver.pod.excludedFeatureSteps</code></td>
<td>(none)</td>
<td>
Class names of a driver pod feature step to exclude.
This is a developer API. Comma separated.
</td>
<td>4.1.0</td>
</tr>
<tr>
<td><code>spark.kubernetes.executor.pod.featureSteps</code></td>
<td>(none)</td>
Expand All @@ -1615,6 +1640,15 @@ See the [configuration page](configuration.html) for information on Spark config
</td>
<td>3.2.0</td>
</tr>
<tr>
<td><code>spark.kubernetes.executor.pod.excludedFeatureSteps</code></td>
<td>(none)</td>
<td>
Class names of an executor pod feature step to exclude.
This is a developer API. Comma separated.
</td>
<td>4.1.0</td>
</tr>
<tr>
<td><code>spark.kubernetes.allocation.maxPendingPods</code></td>
<td><code>Int.MaxValue</code></td>
Expand Down