dongjoon-hyun commented on code in PR #46184:
URL: https://github.com/apache/spark/pull/46184#discussion_r1576870634
##########
resource-managers/kubernetes/core/src/main/scala/org/apache/spark/deploy/k8s/Config.scala:
##########
@@ -749,13 +749,52 @@ private[spark] object Config extends Logging {
.checkValue(value => value > 0, "Gracefully shutdown period must be a
positive time value")
.createWithDefaultString("20s")
+ val KUBERNETES_INGRESS_ENABLED =
+ ConfigBuilder("spark.kubernetes.driver.ingress.enabled")
Review Comment:
I believe we don't need this because `KUBERNETES_INGRESS_HOST_PATTERN` is
mandatory always. Shall we remove this redudant configuration?
--
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]