mirror of https://github.com/istio/istio.io.git
Fix minor syntax error on istioctl describe (#6677)
This commit is contained in:
parent
b7f5606488
commit
71ae8d0682
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue