Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 64f3ddd

Browse files
Add missing code blocks (#403)
1 parent a8330eb commit 64f3ddd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resource-managers/kubernetes/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ build/mvn integration-test \
6464
# Running against an arbitrary cluster
6565

6666
In order to run against any cluster, use the following:
67+
```sh
6768
build/mvn integration-test \
6869
-Pkubernetes -Pkubernetes-integration-tests \
6970
-pl resource-managers/kubernetes/integration-tests -am
7071
-DextraScalaTestArgs="-Dspark.kubernetes.test.master=k8s://https://<master> -Dspark.docker.test.driverImage=<driver-image> -Dspark.docker.test.executorImage=<executor-image>"
72+
```
7173

7274
# Preserve the Minikube VM
7375

0 commit comments

Comments
 (0)