From a82b9f4e00cbe4bad5df046ee99613c294fcf433 Mon Sep 17 00:00:00 2001 From: Guang Ya Liu Date: Wed, 19 Jul 2017 11:46:36 -0400 Subject: [PATCH] Add istioctl installation steps. (#1496) --- incubator/istio/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/incubator/istio/README.md b/incubator/istio/README.md index b3738ad836..26723b8f74 100644 --- a/incubator/istio/README.md +++ b/incubator/istio/README.md @@ -18,7 +18,15 @@ This chart bootstraps a [Istio](https://istio.io/) deployment on a [Kubernetes]( ## Prerequisites - Kubernetes 1.5+ -- istioctl - See installation steps [here](https://istio.io/docs/tasks/installing-istio.html#installation-steps) +- istioctl + +### istioctl installation steps + +Run +```console +curl -L https://git.io/getIstio | sh - +``` +to download and extract the latest release automatically (on MacOS and Ubuntu), the `istioctl` client will be added to your PATH by the above shell command. ## RBAC By default the chart is installed without associated RBAC roles and rolebindings. If you would like to install the provided roles and rolebindings please do the following: