jahstreet commented on a change in pull request #25589: [SPARK-28879][K8S] 
Kubernetes node selector should be configurable
URL: https://github.com/apache/spark/pull/25589#discussion_r341564698
 
 

 ##########
 File path: docs/running-on-kubernetes.md
 ##########
 @@ -716,6 +716,26 @@ specific to Spark on Kubernetes.
      <code>myIdentifier</code>. Multiple node selector keys can be added by 
setting multiple configurations with this prefix.
   </td>
 </tr>
+<tr>
+  <td><code>spark.kubernetes.driver.node.selector.[labelKey]</code></td>
+  <td>(none)</td>
+  <td>
+    Adds to the node selector of the driver pod, with key 
<code>labelKey</code> and the value as the
+    configuration's value. For example, setting 
<code>spark.kubernetes.node.selector.identifier</code> to 
<code>myIdentifier</code>
 
 Review comment:
   ```suggestion
       configuration's value. For example, setting 
<code>spark.kubernetes.driver.node.selector.identifier</code> to 
<code>myIdentifier</code>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to