-
Notifications
You must be signed in to change notification settings - Fork 405
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the migration guide for 1.10 (#7169)
- Loading branch information
Showing
1 changed file
with
12 additions
and
0 deletions.
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 |
---|---|---|
@@ -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. |