Github user felixcheung commented on a diff in the pull request:
https://github.com/apache/spark/pull/21748#discussion_r202534636
--- Diff: docs/running-on-kubernetes.md ---
@@ -399,18 +426,18 @@ specific to Spark on Kubernetes.
<td>
Path to the CA cert file for connecting to the Kubernetes API server
over TLS from the driver pod when requesting
executors. This file must be located on the submitting machine's disk,
and will be uploaded to the driver pod.
- Specify this as a path as opposed to a URI (i.e. do not provide a
scheme).
+ Specify this as a path as opposed to a URI (i.e. do not provide a
scheme). In client mode, use
+ <code>spark.kubernetes.authenticate.caCertFile</code> instead.
</td>
</tr>
<tr>
<td><code>spark.kubernetes.authenticate.driver.clientKeyFile</code></td>
<td>(none)</td>
<td>
Path to the client key file for authenticating against the Kubernetes
API server from the driver pod when requesting
- executors. This file must be located on the submitting machine's disk,
and will be uploaded to the driver pod.
- Specify this as a path as opposed to a URI (i.e. do not provide a
scheme). If this is specified, it is highly
- recommended to set up TLS for the driver submission server, as this
value is sensitive information that would be
- passed to the driver pod in plaintext otherwise.
--- End diff --
why remove
```If this is specified, it is highly
recommended to set up TLS for the driver submission server, as this
value is sensitive information that would be
passed to the driver pod in plaintext otherwise.```?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]