Skip to content

Commit 960e8cc

Browse files
authored
Merge pull request #1601 from SgtCoDFish/istio-csr-install
Document istio-csr v0.13.0
2 parents 12a648f + f61673d commit 960e8cc

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

content/docs/usage/istio-csr/installation.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ Note that if you're following the Platform Setup guide for OpenShift, do not run
1111

1212
### 0. Background
1313

14+
#### Supported Istio Versions
15+
16+
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.
17+
18+
That said, most Istio versions work well with most istio-csr versions, and istio-csr is regularly tested against supported Istio versions for compatibility,
19+
as well as always being tested against the latest Istio release (including Istio pre-releases).
20+
21+
Also note that:
22+
23+
- For Istio Ambient support, istio-csr `v0.12.0` or higher is required
24+
- For Istio version 1.24 and newer, istio-csr `v0.13.0` or higher is required
25+
1426
#### Issuer Configuration
1527

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

167179
```console
168-
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)
180+
This will install the Istio 1.24.0 profile "demo" into the cluster. Proceed?
169181
```
170182

171183
Confirm your selection by entering `y` into the console to proceed with installation.
@@ -255,16 +267,6 @@ kubectl logs $(kubectl get pod -n $NAMESPACE -o jsonpath="{.items...metadata.nam
255267

256268
You should see some early logs similar to this example:
257269

258-
Istio v1.12 and earlier versions:
259-
260-
```
261-
2022-01-13T16:51:58.495493Z info CA Endpoint cert-manager-istio-csr.cert-manager.svc:443, provider Citadel
262-
2022-01-13T16:51:58.495817Z info Using CA cert-manager-istio-csr.cert-manager.svc:443 cert with certs: var/run/secrets/istio/root-cert.pem
263-
2022-01-13T16:51:58.495941Z info citadelclient Citadel client using custom root cert: cert-manager-istio-csr.cert-manager.svc:443
264-
```
265-
266-
Istio v1.13+
267-
268270
```
269271
2022-01-13T16:51:58.495493Z info CA Endpoint cert-manager-istio-csr.cert-manager.svc:443, provider Citadel
270272
2022-01-13T16:51:58.495817Z info Using CA cert-manager-istio-csr.cert-manager.svc:443 cert with certs: var/run/secrets/istio/root-cert.pem

0 commit comments

Comments
 (0)