mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add istioctl installation steps. (#1496)
This commit is contained in:
committed by
Lachlan Evenson
parent
4bf69283dc
commit
a82b9f4e00
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user