dongjoon-hyun commented on a change in pull request #32708:
URL: https://github.com/apache/spark/pull/32708#discussion_r642288323



##########
File path: 
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala
##########
@@ -473,6 +473,13 @@ private[spark] object Config extends Logging {
   val KUBERNETES_AUTH_SUBMISSION_CONF_PREFIX =
     "spark.kubernetes.authenticate.submission"
 
+  val KUBERNETES_EXECUTOR_HOSTNETWORK =
+    ConfigBuilder("spark.kubernetes.executor.hostNetwork.enable")
+    .doc("executor pod with hostNetwork status")

Review comment:
       indentation?




-- 
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]



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

Reply via email to