mirror of https://github.com/istio/istio.io.git
add missing cleanup for vs nginx (#7493)
This commit is contained in:
parent
8c285eff2b
commit
5c2db14018
|
@ -812,6 +812,7 @@ to hold the configuration of the NGINX server:
|
|||
$ kubectl delete deployment my-nginx -n mesh-external
|
||||
$ kubectl delete namespace mesh-external
|
||||
$ kubectl delete gateway istio-egressgateway
|
||||
$ kubectl delete virtualservice nginx
|
||||
$ kubectl delete serviceentry nginx
|
||||
$ kubectl delete virtualservice direct-nginx-through-egress-gateway
|
||||
$ kubectl delete destinationrule originate-mtls-for-nginx
|
||||
|
|
Loading…
Reference in New Issue