mirror of https://github.com/istio/istio.io.git
Minor fix in egress mtls example cleanup (#10720)
* Minor fix in egress mtls example cleanup The document mentions some resources for cleanup which are not actually created as part of this exercise. Signed-off-by: Faseela K <faseela.k@est.tech> * Adding make gen output files Signed-off-by: Faseela K <faseela.k@est.tech>
This commit is contained in:
parent
8349a2bdc4
commit
d99f954936
|
@ -545,7 +545,7 @@ to hold the configuration of the NGINX server:
|
|||
|
||||
{{< text bash >}}
|
||||
$ kubectl delete secret nginx-server-certs nginx-ca-certs -n mesh-external
|
||||
$ kubectl delete secret client-credential istio-egressgateway-certs istio-egressgateway-ca-certs nginx-client-certs nginx-ca-certs -n istio-system
|
||||
$ kubectl delete secret client-credential -n istio-system
|
||||
$ kubectl delete configmap nginx-configmap -n mesh-external
|
||||
$ kubectl delete service my-nginx -n mesh-external
|
||||
$ kubectl delete deployment my-nginx -n mesh-external
|
||||
|
|
|
@ -417,7 +417,7 @@ kubectl logs -l istio=egressgateway -n istio-system | grep 'my-nginx.mesh-extern
|
|||
|
||||
snip_cleanup_the_mutual_tls_origination_example_1() {
|
||||
kubectl delete secret nginx-server-certs nginx-ca-certs -n mesh-external
|
||||
kubectl delete secret client-credential istio-egressgateway-certs istio-egressgateway-ca-certs nginx-client-certs nginx-ca-certs -n istio-system
|
||||
kubectl delete secret client-credential -n istio-system
|
||||
kubectl delete configmap nginx-configmap -n mesh-external
|
||||
kubectl delete service my-nginx -n mesh-external
|
||||
kubectl delete deployment my-nginx -n mesh-external
|
||||
|
|
Loading…
Reference in New Issue