rancher-charts/packages/rancher-istio/charts
Brenda Rearden 95800e5bd0
Merge pull request #577 from brendarearden/kiali-fixes
Update kiali image conventions, remove release.name from naming convention
2020-08-26 16:12:36 -07:00
..
configs Remove release name, refactor image values, update web_root 2020-08-26 15:59:31 -07:00
samples Change namespace back to istio-system 2020-08-17 17:30:08 -07:00
templates Remove canary and set version to 1.6.7 for upgrade testing 2020-08-20 16:47:18 -07:00
Chart.yaml Correcting version in chart.yaml 2020-08-25 14:39:23 -07:00
README.md Add default podDisruptionBudget 2020-08-24 17:06:25 -07:00
requirements.yaml rancher-kiali-server init 2020-08-10 14:38:49 -07:00
values.yaml Merge pull request #577 from brendarearden/kiali-fixes 2020-08-26 16:12:36 -07:00

README.md

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