mirror of https://github.com/istio/istio.io.git
should specify the resource type:destinationrule. (#3159)
should specify the resource type:destinationrule in the delete statement.
This commit is contained in:
parent
08465ef74a
commit
c5937a1d70
|
@ -138,7 +138,7 @@ command terminated with exit code 56
|
|||
Before you continue, remove the bad destination rule to make mutual TLS work again with the following command:
|
||||
|
||||
{{< text bash >}}
|
||||
$ kubectl delete --ignore-not-found=true bad-rule
|
||||
$ kubectl delete destinationrule --ignore-not-found=true bad-rule
|
||||
{{< /text >}}
|
||||
|
||||
## Verify requests
|
||||
|
|
Loading…
Reference in New Issue