pan3793 commented on code in PR #5714:
URL: https://github.com/apache/kyuubi/pull/5714#discussion_r1395386964
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -1231,6 +1231,14 @@ object KyuubiConf {
.checkValue(_ > 0, "must be positive number")
.createWithDefault(Duration.ofMinutes(5).toMillis)
+ val KUBERNETES_TERMINATED_APPLICATION_POD_CLEANUP_ENABLED:
ConfigEntry[Boolean] =
+ buildConf("kyuubi.kubernetes.terminatedApplicationPodCleanupEnabled")
Review Comment:
how about `kyuubi.kubernetes.deleteDriverPodOnTermination.enabled`?
##########
kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala:
##########
@@ -1231,6 +1231,14 @@ object KyuubiConf {
.checkValue(_ > 0, "must be positive number")
.createWithDefault(Duration.ofMinutes(5).toMillis)
+ val KUBERNETES_TERMINATED_APPLICATION_POD_CLEANUP_ENABLED:
ConfigEntry[Boolean] =
+ buildConf("kyuubi.kubernetes.terminatedApplicationPodCleanupEnabled")
Review Comment:
how about `kyuubi.kubernetes.spark.deleteDriverPodOnTermination.enabled`?
--
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]