mirror of https://github.com/istio/istio.io.git
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:
parent
c15586fbcc
commit
dcd0e8c93f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue