Skip to content

Commit 1929d3c

Browse files
committed
Point to Helm charts in the release
1 parent b29cbd1 commit 1929d3c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

doc_files/iter8_install.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,13 @@ kubectl apply \
3535
-f https://raw.githubusercontent.com/iter8-tools/iter8-controller/v0.0.1/install/iter8-controller.yaml
3636
```
3737

38-
### Customized installation
38+
### Customized installation via Helm charts
3939

40-
In case you need to change the default configuration options used in the quick installation, use the helm charts directly by cloning the projects:
40+
In case you need to change the default configuration options used in the quick installation, you can use iter8's Helm charts:
4141

42-
```bash
43-
git clone [email protected]:iter8-tools/iter8-analytics.git
44-
git clone [email protected]:iter8-tools/iter8-controller.git
45-
```
42+
* _iter8-analytics_: [hhttps://github.com/iter8-tools/iter8-analytics/releases/download/v0.0.1/iter8-analytics-helm-chart.tar](https://github.com/iter8-tools/iter8-analytics/releases/download/v0.0.1/iter8-analytics-helm-chart.tar)
4643

47-
The _iter8-analytics_ helm chart is [here](https://github.com/iter8-tools/iter8-analytics/tree/v0.0.1/install/kubernetes/helm/iter8-analytics), and the _iter8-controller_ helm chart is [here](https://github.com/iter8-tools/iter8-controller/tree/v0.0.1/install/helm/iter8-controller).
44+
* _iter8-controller_: [https://github.com/iter8-tools/iter8-controller/releases/download/v0.0.1/iter8-controller-helm-chart.tar](https://github.com/iter8-tools/iter8-controller/releases/download/v0.0.1/iter8-controller-helm-chart.tar)
4845

4946
**Note on Prometheus:** In order to make assessments on canary releases, _iter8_analytics_ needs to query metrics collected by Istio and stored on Prometheus. The default values for the helm chart parameters (used in the quick installation) point _iter8_analytics_ to Prometheus at `http://prometheus.istio-system:9090`, which is the default internal Kubernetes URL of Prometheus installed as an Istio addon. If your Istio installation is shipping metrics to a different Prometheus installation, you need to set the _iter8-analytics_ helm chart parameter `iter8Config.metricsBackendURL` to your Prometheus `host:port`.
5047

0 commit comments

Comments
 (0)