-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document istio-csr v0.13.0: Supported versions + Ambient service mesh #1601
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -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. | ||
|
@@ -255,16 +267,6 @@ kubectl logs $(kubectl get pod -n $NAMESPACE -o jsonpath="{.items...metadata.nam | |
|
||
You should see some early logs similar to this example: | ||
|
||
Istio v1.12 and earlier versions: | ||
|
||
``` | ||
2022-01-13T16:51:58.495493Z info CA Endpoint cert-manager-istio-csr.cert-manager.svc:443, provider Citadel | ||
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 | ||
2022-01-13T16:51:58.495941Z info citadelclient Citadel client using custom root cert: cert-manager-istio-csr.cert-manager.svc:443 | ||
``` | ||
Comment on lines
-258
to
-264
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. note: This is very out of date. We don't test with any version of Istio even close to this old - seems worth removing. |
||
|
||
Istio v1.13+ | ||
|
||
``` | ||
2022-01-13T16:51:58.495493Z info CA Endpoint cert-manager-istio-csr.cert-manager.svc:443, provider Citadel | ||
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 | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note: I updated this to match the latest, since Istio 1.14.x is very old