mirror of https://github.com/istio/istio.io.git
should specify the resource type:destinationrule (#3161)
should specify the resource type: destinationrule in the delete statement.
This commit is contained in:
parent
13167f97ea
commit
66788b98c3
|
@ -132,7 +132,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