Fix minor syntax error on istioctl describe (#6677)

This commit is contained in:
John Howard 2020-03-02 11:54:56 -08:00 committed by GitHub
parent b7f5606488
commit 71ae8d0682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ verify its configuration.
The basic usage of the command is as follows:
{{< text bash >}}
$ istioctl experimental describe <pod-name>[.<namespace>]
$ istioctl experimental describe pod <pod-name>[.<namespace>]
{{< /text >}}
Appending a namespace to the pod name has the same affect as using the `-n` option