Upgrade is not compatible with revisions (#8447)

* Upgrade is not compatible with revisions

* correction

* fix typo

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>

Co-authored-by: Frank Budinsky <frankb@ca.ibm.com>
This commit is contained in:
Shamsher Ansari 2020-11-09 20:57:51 +05:30 committed by GitHub
parent c15586fbcc
commit dcd0e8c93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,11 @@ The upgrade command can also perform a downgrade of Istio.
See the [`istioctl` upgrade reference](/docs/reference/commands/istioctl/#istioctl-upgrade)
for all the options provided by the `istioctl upgrade` command.
{{< warning >}}
`istioctl upgrade` is for in-place upgrade and not compatible with installations done with
the `--revision` flag. Upgrades of such installations will fail with an error.
{{< /warning >}}
## Upgrade prerequisites
Before you begin the upgrade process, check the following prerequisites: