pan3793 commented on code in PR #5020:
URL: https://github.com/apache/kyuubi/pull/5020#discussion_r1252695105
##########
kyuubi-server/src/main/scala/org/apache/kyuubi/engine/KubernetesApplicationOperation.scala:
##########
@@ -271,4 +281,6 @@ object KubernetesApplicationOperation extends Logging {
"mark the application state as UNKNOWN.")
UNKNOWN
}
+
+ def tagToKubernetesPodName(tag: String): String =
s"$KUBERNETES_POD_NAME_PREFIX$tag"
Review Comment:
can we add a `-driver` suffix?
this simple way should work, I'm not sure if the user will complain about
this behavior
--
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]