Skip to content
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

Istio 1.6 migration guide update #9652

Merged
merged 4 commits into from
Oct 7, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/migration-guides/1.15-1.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Istio

Kyma 1.16 comes with a new Istio version: 1.5.10.
Kyma 1.16 comes with a new Istio version: 1.5.10, which introduces a new custom resource for Istio installation. If you use any overrides provided by Helm or IstioControlPlane, migrate them to the new [IstioOperator](https://istio.io/v1.5/docs/reference/config/istio.operator.v1alpha1/). See [an example of IstioOperator](https://kyma-project.io/docs/1.16/components/service-mesh/#configuration-istio-custom-configuration) for more information.

All Istio-related objects in Kyma are updated, but the migration may be necessary for the Istio objects created manually in your cluster.
Please read the [Istio upgrade notes](https://istio.io/latest/news/releases/1.5.x/announcing-1.5/upgrade-notes/) for the details.
Expand Down