turboFei commented on code in PR #7027: URL: https://github.com/apache/kyuubi/pull/7027#discussion_r2045890816
########## kyuubi-common/src/main/scala/org/apache/kyuubi/config/KyuubiConf.scala: ########## @@ -1236,6 +1236,17 @@ object KyuubiConf { .toSet() .createWithDefault(Set.empty) + val KUBERNETES_CLIENT_INITIALIZE_LIST: ConfigEntry[Seq[String]] = + buildConf("kyuubi.kubernetes.client.initialize.list") + .doc("The kubernetes client initialize list to register kubernetes resource informers" + + " during Kyuubi server startup. This ensure the Kyuubi server is promptly informed for" + + " any Kubernetes resource changes after startup. It is highly recommend to set it for" + + " multiple Kyuubi instances mode. The format is `context1:namespace1,context2:namespace2`.") + .version("1.11.0") + .stringConf Review Comment: done -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org