remove inapplicable bits

pull/765/head
Jeff Lowdermilk 2016-06-30 14:28:18 -07:00
parent 99c200eba0
commit b06a313ab9
1 changed files with 0 additions and 16 deletions

View File

@ -84,22 +84,6 @@ curl -sSL "http://storage.googleapis.com/kubernetes-release/release/{{page.versi
chmod +x /usr/bin/kubectl
```
On OS X, to make the API server accessible locally, setup a ssh tunnel.
```shell
docker-machine ssh `docker-machine active` -N -L 8080:localhost:8080
```
Setting up a ssh tunnel is applicable to remote docker hosts as well.
(Optional) Create kubernetes cluster configuration:
```shell
kubectl config set-cluster minikube --server=http://localhost:8080
kubectl config set-context minikube --cluster=test-doc
kubectl config use-context minikube
```
### Starting the cluster
To start a cluster, run the command: