From dd6d03e7fc7e01ad86769db760286f69f2411a09 Mon Sep 17 00:00:00 2001 From: Karolina Zydek Date: Tue, 11 Feb 2020 08:26:41 +0100 Subject: [PATCH] Add the migration guide for 1.10 (#7169) --- docs/migration-guides/1.9-1.10.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/migration-guides/1.9-1.10.md diff --git a/docs/migration-guides/1.9-1.10.md b/docs/migration-guides/1.9-1.10.md new file mode 100644 index 000000000000..fa2bcf393f66 --- /dev/null +++ b/docs/migration-guides/1.9-1.10.md @@ -0,0 +1,12 @@ +# Migrate from v1.9 to v1.10 + +## Installation + +In this release we upgraded Istio to 1.4.3 that requires a new version of Tiller. Before upgrading to Kyma 1.10, you must upgrade Tiller using the `tiller.yaml` file from the Kyma GitHub release artifacts. + +Use this command: + +```yaml +kubectl apply -f https://raw.githubusercontent.com/kyma-project/kyma/release-1.10/installation/resources/tiller.yaml +``` +>**TIP:** To upgrade Kyma, read [this](https://kyma-project.io/docs/master/root/kyma/#installation-upgrade-kyma) document.