Remove retired command manifest versions (#7937)

`istioctl manifest versions` was removed as part of https://github.com/istio/istio/pull/23512/.
The validation of version is done during istioctl upgrade
This commit is contained in:
Tao HE 2020-08-12 12:04:40 -07:00 committed by GitHub
parent 4bff8d3f97
commit 3ee722a200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

View File

@ -153,13 +153,6 @@ can be found in the `bin/` subdirectory of the downloaded package.
1. [Download the new Istio release](/docs/setup/getting-started/#download)
and change directory to the new release directory.
1. Verify that `istoctl` supports upgrading from your current Istio version by
viewing the supported versions list:
{{< text bash >}}
$ istioctl manifest versions
{{< /text >}}
1. Ensure that your Kubernetes configuration points to the cluster to upgrade:
{{< text bash >}}