mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Add canary analysis dashboard screen
This commit is contained in:
@@ -22,7 +22,7 @@ Deploy Steerer in the `istio-system` namespace using Helm:
|
||||
helm repo add steerer https://stefanprodan.github.io/steerer
|
||||
|
||||
# install or upgrade
|
||||
helm upgrade --install steerer steerer/steerer \
|
||||
helm upgrade -i steerer steerer/steerer \
|
||||
--namespace=istio-system \
|
||||
--set metricsServer=http://prometheus.istio-system:9090 \
|
||||
--set controlLoopInterval=1m
|
||||
@@ -353,6 +353,18 @@ Events:
|
||||
Normal Synced 5s steerer Promotion completed! Scaling down podinfo-canary.test
|
||||
```
|
||||
|
||||
Steerer comes with a Grafana dashboard made for canary analysis.
|
||||
|
||||
Install Grafana with Helm:
|
||||
|
||||
```bash
|
||||
helm upgrade -i steerer-grafana steerer/grafana \
|
||||
--namespace=istio-system \
|
||||
--set url=http://prometheus.istio-system:9090
|
||||
```
|
||||
|
||||

|
||||
|
||||
### Contributing
|
||||
|
||||
Steerer is Apache 2.0 licensed and accepts contributions via GitHub pull requests.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 620 KiB |
Reference in New Issue
Block a user