mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
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:
commit
2e179cc0f7
@ -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:
|
||||
|
||||

|
||||
|
||||
* 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:
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user