diff options
| author | Sean M. Collins <sean@coreitpro.com> | 2016-09-27 08:55:04 -0400 |
|---|---|---|
| committer | Sean M. Collins <sean@coreitpro.com> | 2016-09-27 17:02:14 -0400 |
| commit | 8bcaa28e2cd5eddb8b5028ca6d7bbc4cec4b6781 (patch) | |
| tree | 49a24da2af5dd322486c7fe37e57f74df01381fb | |
| parent | eb797e756de41791fcba07ef874ebf8673671b7d (diff) | |
Delete vagrant.md
The link[1] 404's and most of the documentation now suggests[2] using
minikube for running a kubernetes cluster locally
[1]: http://kubernetes.github.io/docs/getting-started-guides/vagrant/
[2]: http://kubernetes.io/docs/getting-started-guides/#local-machine-solutions
| -rw-r--r-- | running-locally.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/running-locally.md b/running-locally.md index dc32a38f..ef80e686 100644 --- a/running-locally.md +++ b/running-locally.md @@ -57,7 +57,7 @@ Getting started locally #### Linux -Not running Linux? Consider running Linux in a local virtual machine with [Vagrant](../getting-started-guides/vagrant.md), or on a cloud provider like [Google Compute Engine](../getting-started-guides/gce.md). +Not running Linux? Consider running [Minikube](http://kubernetes.io/docs/getting-started-guides/minikube/), or on a cloud provider like [Google Compute Engine](../getting-started-guides/gce.md). #### Docker |
