From 57a0b2b19bbeba4501bedb878a48d35620d9c01b Mon Sep 17 00:00:00 2001 From: Oleksandr Shevchenko Date: Fri, 14 May 2021 15:04:16 +0300 Subject: [PATCH] [SPARK-35405][DOC] Submitting Applications documentation has outdated information about K8s client mode support --- docs/submitting-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submitting-applications.md b/docs/submitting-applications.md index 7a0f17f5ad13f..831b4f8523828 100644 --- a/docs/submitting-applications.md +++ b/docs/submitting-applications.md @@ -181,7 +181,7 @@ The master URL passed to Spark can be in one of the following formats: The cluster location will be found based on the HADOOP_CONF_DIR or YARN_CONF_DIR variable. k8s://HOST:PORT Connect to a Kubernetes cluster in - cluster mode. Client mode is currently unsupported and will be supported in future releases. + client or cluster mode depending on the value of --deploy-mode. The HOST and PORT refer to the Kubernetes API Server. It connects using TLS by default. In order to force it to use an unsecured connection, you can use k8s://http://HOST:PORT.