Merge pull request #30035 from pwittrock/move-local-setup-docs

Automatic merge from submit-queue

Clean up items from moving local cluster setup guides
This commit is contained in:
Kubernetes Submit Queue 2016-08-04 21:56:14 -07:00 committed by GitHub
commit 2e179cc0f7
3 changed files with 4 additions and 36 deletions

View File

@ -27,14 +27,6 @@ Documentation for other releases can be found at
<!-- END MUNGE: UNVERSIONED_WARNING -->
---
assignees:
- asridharan
- brendandburns
- fgrzadkowski
---
**Stop. This guide has been superseded by [Minikube](https://github.com/kubernetes/minikube) which is the recommended method of running Kubernetes on your local machine.**
@ -44,9 +36,6 @@ Here's a diagram of what the final result will look like:
![Kubernetes Single Node on Docker](../../getting-started-guides/k8s-singlenode-docker.png)
* TOC
{:toc}
## Prerequisites
**Note: These steps have not been tested with the [Docker For Mac or Docker For Windows beta programs](https://blog.docker.com/2016/03/docker-for-mac-windows-beta/).**
@ -225,6 +214,10 @@ On OS X, since docker is running inside a VM, run the following command instead:
docker-machine ssh `docker-machine active` curl $ip
```
## Deploy a DNS
Read [documentation for manually deploying a DNS](http://kubernetes.io/docs/getting-started-guides/docker-multinode/#deploy-dns-manually-for-v12x) for instructions.
### Turning down your cluster
1\. Delete the nginx service and deployment:

View File

@ -27,19 +27,6 @@ Documentation for other releases can be found at
<!-- END MUNGE: UNVERSIONED_WARNING -->
---
assignees:
- erictune
- mikedanese
- thockin
---
* TOC
{:toc}
**Stop. This guide has been superseded by [Minikube](https://github.com/kubernetes/minikube) which is the recommended method of running Kubernetes on your local machine.**
### Requirements

View File

@ -27,20 +27,8 @@ Documentation for other releases can be found at
<!-- END MUNGE: UNVERSIONED_WARNING -->
---
assignees:
- brendandburns
- derekwaynecarr
- jbeda
---
did no
Running Kubernetes with Vagrant (and VirtualBox) is an easy way to run/test/develop on your local machine (Linux, Mac OS X).
* TOC
{:toc}
### Prerequisites
1. Install latest version >= 1.7.4 of [Vagrant](http://www.vagrantup.com/downloads.html)