2020-08-12 22:27:45 +00:00
# Rancher Istio Installers
A Rancher created chart that packages the istioctl binary to install via a helm chart.
# Installation
2020-08-04 22:50:37 +00:00
### Requirements
2020-08-12 22:27:45 +00:00
2020-08-04 22:50:37 +00:00
This chart depends on the rancher-kiali-server-crd chart.
2020-08-12 22:27:45 +00:00
2020-08-04 22:50:37 +00:00
It also depends on the `rancher-monitoring` chart being installed with default values for `nameOverride` , `namespaceOverride` , and `prometheus.service.port` .
2020-08-12 22:27:45 +00:00
If those values are modified on the rancher-monitoring deployment, please adjust the `kiali.external_services.prometheus` url settings:
```
http://{{ .Values.nameOverride }}-prometheus.{{ .Values.namespaceOverride }}.svc:{{ prometheus.service.port }}
```
2020-08-04 22:50:37 +00:00
### Installation
```
2020-08-24 08:36:25 +00:00
helm install rancher-istio ./ --create-namespace -n cattle-istio-system
2020-08-04 22:50:37 +00:00
```