rancher-charts/packages/rancher-istio/charts/README.md

21 lines
713 B
Markdown

# Rancher Istio Installers
A Rancher created chart that packages the istioctl binary to install via a helm chart.
# Installation
### Requirements
This chart depends on the rancher-kiali-server-crd chart.
It also depends on the `rancher-monitoring` chart being installed with default values for `nameOverride`, `namespaceOverride`, and `prometheus.service.port`.
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 }}
```
### Installation
```
helm install rancher-istio ./ --create-namespace -n istio-system
```