Skip to content

Commit

Permalink
Merge pull request #1461 from aryan9600/flagger-kuma
Browse files Browse the repository at this point in the history
Update kuma tutorial for flagger docs
  • Loading branch information
stefanprodan authored Apr 12, 2023
2 parents 8e26c33 + 5574b74 commit c9dccf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/flagger/tutorials/kuma-progressive-delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ This guide shows you how to use Kuma and Flagger to automate canary deployments.

## Prerequisites

Flagger requires a Kubernetes cluster **v1.16** or newer and Kuma **1.3** or newer.
Flagger requires a Kubernetes cluster **v1.19** or newer and Kuma **1.7** or newer.

Install Kuma and Prometheus (part of Kuma Metrics):

```bash
kumactl install control-plane | kubectl apply -f -
kumactl install metrics | kubectl apply -f -
kumactl install observability --components "grafana,prometheus" | kubectl apply -f -
```

Install Flagger in the `kuma-system` namespace:
Expand Down

0 comments on commit c9dccf1

Please sign in to comment.