From 1c5166281fda12869adcecf50dfb3db45a994097 Mon Sep 17 00:00:00 2001 From: Filip Grzadkowski Date: Wed, 23 Dec 2015 15:49:14 +0100 Subject: [PATCH] Update comment in get-kube-local.sh --- cluster/get-kube-local.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cluster/get-kube-local.sh b/cluster/get-kube-local.sh index 2e2a31041f1..6c767ec37a7 100755 --- a/cluster/get-kube-local.sh +++ b/cluster/get-kube-local.sh @@ -16,14 +16,6 @@ # This script will download latest version of kubectl command line tool and will # bring up a local Kubernetes cluster with a single node. -# -# Usage: -# wget -q -O - https://get.k8s.io/local | bash -# or -# curl -sS https://get.k8s.io/local | bash -# -# On Mac OS X you'll have to additionally pass env variable: -# wget -q -O - https://get.k8s.io/local | KUBE_HOST= bash -c set -o errexit set -o nounset set -o pipefail