Fix typo in command (#2951)

This commit is contained in:
Hendrik Purmann 2018-12-05 15:24:27 +01:00 committed by istio-bot
parent 43831cddb3
commit 3e3ded3bd9
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ down once the migration is done.
{{< text bash >}}
$ kubectl get policies.authentication.istio.io --all-namespaces
No resources found.
$ kubectl get destionationrule --all-namespaces
$ kubectl get destinationrule --all-namespaces
No resources found.
{{< /text >}}