Skip to content

Commit

Permalink
update istio version info
Browse files Browse the repository at this point in the history
Signed-off-by: tjons <[email protected]>
  • Loading branch information
tjons committed Nov 24, 2023
1 parent 775f179 commit 809364e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/content/envoy-tutorial-istio.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ This tutorial requires Kubernetes 1.20 or later. To run the tutorial locally ens
version 1.20+, we recommend using [minikube](https://kubernetes.io/docs/getting-started-guides/minikube) or
[KIND](https://kind.sigs.k8s.io/).

The tutorial also requires Istio v1.9.0 or later. It assumes you have Istio deployed on top of Kubernetes.
The tutorial also requires Istio v1.19.0 or later. It assumes you have Istio deployed on top of Kubernetes.
See Istio's [Quick Start](https://istio.io/docs/setup/kubernetes/install/kubernetes/) page to get started.

If you are using an earlier version of Istio (1.9+), you will have to customize the `AuthorizationPolicy` in the to use the
`quick_start.yaml` file to use the `security.istio.io/v1beta1` API version instead of `security.istio.io/v1`.

## Steps

### 1. Install OPA-Envoy
Expand Down

0 comments on commit 809364e

Please sign in to comment.