Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
grammar is hard
  • Loading branch information
shaneknapp committed Mar 27, 2019
commit 785efc6eb52923e307c95534f8dd7698e7cb10f2
2 changes: 1 addition & 1 deletion developer-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ If you have made changes to the K8S bindings in Apache Spark, it would behoove y
-
- minikube version v0.34.1 (or greater, but backwards-compatibility between versions is spotty)
- You must use a VM driver! Running minikube with the `--vm-driver=none` option requires that the user launching minikube/k8s have root access. Our Jenkins workers use the [kvm2](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#kvm2-driver) drivers. More details [here](https://github.com/kubernetes/minikube/blob/master/docs/drivers.md).
- kubernetes version v1.13.3 (can be specific by executing `minikube config set kubernetes-version v1.13.3`)
- kubernetes version v1.13.3 (can be set by executing `minikube config set kubernetes-version v1.13.3`)

Once you have minikube properly set up, and have successfully completed the [quick start](https://kubernetes.io/docs/setup/minikube/#quickstart), you can test your changes locally. All subsequent commands should be run from your root spark/ repo directory:

Expand Down
2 changes: 1 addition & 1 deletion site/developer-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ <h4>Testing K8S</h4>
<li></li>
<li>minikube version v0.34.1 (or greater, but backwards-compatibility between versions is spotty)</li>
<li>You must use a VM driver! Running minikube with the <code>--vm-driver=none</code> option requires that the user launching minikube/k8s have root access. Our Jenkins workers use the <a href="https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#kvm2-driver">kvm2</a> drivers. More details <a href="https://github.com/kubernetes/minikube/blob/master/docs/drivers.md">here</a>.</li>
<li>kubernetes version v1.13.3 (can be specific by executing <code>minikube config set kubernetes-version v1.13.3</code>)</li>
<li>kubernetes version v1.13.3 (can be set by executing <code>minikube config set kubernetes-version v1.13.3</code>)</li>
</ul>

<p>Once you have minikube properly set up, and have successfully completed the <a href="https://kubernetes.io/docs/setup/minikube/#quickstart">quick start</a>, you can test your changes locally. All subsequent commands should be run from your root spark/ repo directory:</p>
Expand Down