Skip to content

Commit 7e8144b

Browse files
committed
ddressed review comments
1 parent 48ecb1e commit 7e8144b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/running-on-kubernetes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ To use a secret through an environment variable use the following options to the
186186
```
187187

188188
## Using Kubernetes Volumes
189-
Starting Spark 2.4.0, users can mount the following types of Kubernetes [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) into the driver and executor pods:
189+
190+
Starting with Spark 2.4.0, users can mount the following types of Kubernetes [volumes](https://kubernetes.io/docs/concepts/storage/volumes/) into the driver and executor pods:
190191
* [hostPath](https://kubernetes.io/docs/concepts/storage/volumes/#hostpath): mounts a file or directory from the host node’s filesystem into a pod.
191192
* [emptyDir](https://kubernetes.io/docs/concepts/storage/volumes/#emptydir): an initially empty volume created when a pod is assigned to a node.
192193
* [persistentVolumeClaim](https://kubernetes.io/docs/concepts/storage/volumes/#persistentvolumeclaim): used to mount a `PersistentVolume` into a pod.

0 commit comments

Comments
 (0)