From db3bf3ba46ddcccaff962c0545438ffd9491b5ef Mon Sep 17 00:00:00 2001 From: Matt Rickard Date: Fri, 7 Apr 2017 15:04:51 -0700 Subject: [PATCH] Remove .gitattributes, update gendocs --- .gitattributes | 1 - docs/minikube_start.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index fcadb2cf97..0000000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text eol=lf diff --git a/docs/minikube_start.md b/docs/minikube_start.md index f819d9e245..a7260c270e 100644 --- a/docs/minikube_start.md +++ b/docs/minikube_start.md @@ -29,7 +29,7 @@ minikube start --host-only-cidr string The CIDR to be used for the minikube VM (only supported with Virtualbox driver) (default "192.168.99.1/24") --hyperv-virtual-switch string The hyperv virtual switch name. Defaults to first found. (only supported with HyperV driver) --insecure-registry stringSlice Insecure Docker registries to pass to the Docker daemon - --iso-url string Location of the minikube iso (default "https://storage.googleapis.com/minikube/iso/minikube-v1.0.7.iso") + --iso-url string Location of the minikube iso (default "https://storage.googleapis.com/minikube/iso/minikube-v0.18.0.iso") --keep-context This will keep the existing kubectl context and will create a minikube context. --kubernetes-version string The kubernetes version that the minikube VM will use (ex: v1.2.3) OR a URI which contains a localkube binary (ex: https://storage.googleapis.com/minikube/k8sReleases/v1.3.0/localkube-linux-amd64) (default "v1.6.0")