In-place upgrade: filename is optional (#8742)

This commit is contained in:
Shamsher Ansari 2021-01-07 20:45:34 +05:30 committed by GitHub
parent 4dbeccf68a
commit 2e9f577912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ can be found in the `bin/` subdirectory of the downloaded package.
1. Begin the upgrade by running this command:
{{< text bash >}}
$ istioctl upgrade -f `<your-custom-configuration-file>`
$ istioctl upgrade
{{< /text >}}
{{< warning >}}