Fix cleanup to delete authorization policy (#7142)

Fixes https://github.com/istio/istio/issues/23190
This commit is contained in:
Mitch Connors 2020-04-23 11:18:12 -07:00 committed by GitHub
parent cb1df05201
commit e1b4de48f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ $ curl $INGRESS_HOST/ip -s -o /dev/null -w "%{http_code}\n"
1. Remove authorization policy:
{{< text bash >}}
$ kubectl -n istio-system delete authorization frontend-ingress
$ kubectl -n istio-system delete authorizationpolicy frontend-ingress
{{< /text >}}
1. If you are not planning to explore any follow-on tasks, you can remove all resources simply by deleting test namespaces.