mirror of https://github.com/fluxcd/flagger.git
Updated docs
Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io>
This commit is contained in:
parent
fdc8dd8795
commit
51605d9e04
|
|
@ -68,7 +68,7 @@ $ helm upgrade -i flagger flagger/flagger \
|
|||
--set prometheus.install=true
|
||||
```
|
||||
|
||||
To install Flagger and Prometheus for **Gloo** (requires Gloo discovery enabled):
|
||||
To install Flagger and Prometheus for **Gloo** (no longer requires Gloo discovery):
|
||||
|
||||
```console
|
||||
$ helm upgrade -i flagger flagger/flagger \
|
||||
|
|
|
|||
|
|
@ -174,6 +174,8 @@ service/podinfo
|
|||
service/podinfo-canary
|
||||
service/podinfo-primary
|
||||
routetables.gateway.solo.io/podinfo
|
||||
upstreams.gloo.solo.io/test-podinfo-canaryupstream-80
|
||||
upstreams.gloo.solo.io/test-podinfo-primaryupstream-80
|
||||
```
|
||||
|
||||
When the bootstrap finishes Flagger will set the canary status to initialized:
|
||||
|
|
|
|||
Loading…
Reference in New Issue