mirror of https://github.com/fluxcd/flagger.git
Add CLI screen
This commit is contained in:
parent
97c53b9599
commit
1c07a7c2ed
22
README.md
22
README.md
|
|
@ -1,3 +1,23 @@
|
|||
# steerer
|
||||
|
||||
service mesh steerer
|
||||
Istio progressive rollout gated by Prometheus HTTP success rate metric
|
||||
|
||||
### Usage
|
||||
|
||||
Create a test namespace:
|
||||
|
||||
```bash
|
||||
kubectl apply -f ./artifacts/namespace/
|
||||
```
|
||||
|
||||
Create GA and canary deployments, services and Istio virtual service:
|
||||
|
||||
```bash
|
||||
kubectl apply -f ./artifacts/workloads/
|
||||
```
|
||||
|
||||
Start rollout:
|
||||
|
||||

|
||||
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 378 KiB |
Loading…
Reference in New Issue