dongjoon-hyun commented on code in PR #46184:
URL: https://github.com/apache/spark/pull/46184#discussion_r1576855288


##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/features/DriverServiceFeatureStep.scala:
##########
@@ -87,16 +77,19 @@ private[spark] class DriverServiceFeatureStep(
           .withName(DRIVER_PORT_NAME)
           .withPort(driverPort)
           .withNewTargetPort(driverPort)
+          .withProtocol("TCP")

Review Comment:
   To @pan3793 , I'm not sure we need to have this code in `master`. I'd 
recommend to remove this here and not to make an independent PR.



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

To unsubscribe, e-mail: [email protected]

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