Skip to content

Commit

Permalink
document istio-csr v0.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley Davis <[email protected]>
  • Loading branch information
SgtCoDFish committed Nov 25, 2024
1 parent 12a648f commit e78ce42
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion content/docs/usage/istio-csr/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ Note that if you're following the Platform Setup guide for OpenShift, do not run

### 0. Background

#### Supported Istio Versions

istio-csr is only tested against a subset of Istio versions, and older Istio versions are generally dropped from tests as they reach end-of-life upstream.

That said, most Istio versions work well with most istio-csr versions, and istio-csr is regularly tested against supported Istio versions for compatibility,
as well as always being tested against the latest Istio release (including Istio pre-releases).

Also note that:

- For Istio Ambient support, istio-csr `v0.12.0` or higher is required
- For Istio version 1.24 and newer, istio-csr `v0.13.0` or higher is required

#### Issuer Configuration

istio-csr uses cert-manager to issue Istio certificates, and needs to be able to reference an issuer resource to do this.
Expand Down Expand Up @@ -165,7 +177,7 @@ istioctl install -f istio-install-config.yaml
You will be prompted for input to confirm your choice of Istio profile:

```console
This will install the Istio 1.14.1 demo profile with ["Istio core" "Istiod" "Ingress gateways" "Egress gateways"] components into the cluster. Proceed? (y/N)
This will install the Istio 1.24.0 profile "demo" into the cluster. Proceed?
```

Confirm your selection by entering `y` into the console to proceed with installation.
Expand Down

0 comments on commit e78ce42

Please sign in to comment.