pan3793 commented on code in PR #5227: URL: https://github.com/apache/kyuubi/pull/5227#discussion_r1312615724
########## docs/deployment/engine_on_kubernetes.md: ########## @@ -36,6 +36,19 @@ Spark on Kubernetes config master by using a special format. You can use cmd `kubectl cluster-info` to get api-server host and port. +### Deploy Mode + +Kyuubi supports cluster and client deploy modes. + +To use client deploy mode specify: +* spark.driver.host (headless service hostname of the pod you want to use as a driver) +* spark.kubernetes.driver.pod.name (the name of the pod) Review Comment: IMO, the client mode is out-of-box. We just need to mention that it's Kyuubi also supports cluster mode and it's always recommended to use cluster mode on K8s, the minimum required configurations are ... -- 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]
