mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Update comment in get-kube-local.sh
This commit is contained in:
parent
41aa6cea62
commit
1c5166281f
@ -16,14 +16,6 @@
|
|||||||
|
|
||||||
# This script will download latest version of kubectl command line tool and will
|
# This script will download latest version of kubectl command line tool and will
|
||||||
# bring up a local Kubernetes cluster with a single node.
|
# 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=<docker_machine_ip> bash -c
|
|
||||||
set -o errexit
|
set -o errexit
|
||||||
set -o nounset
|
set -o nounset
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
Loading…
Reference in New Issue
Block a user