mirror of https://github.com/istio/istio.io.git
egress-gateway-tls-origination - Additional secrets need cleaning (#8175)
* Additional secrets need cleaning * Missed make gen
This commit is contained in:
parent
565ee0cfbe
commit
d56bada3e6
|
@ -605,7 +605,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 istio-egressgateway-certs istio-egressgateway-ca-certs -n istio-system
|
||||
$ kubectl delete secret istio-egressgateway-certs istio-egressgateway-ca-certs nginx-client-certs nginx-ca-certs -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
|
||||
|
|
|
@ -472,7 +472,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 istio-egressgateway-certs istio-egressgateway-ca-certs -n istio-system
|
||||
kubectl delete secret istio-egressgateway-certs istio-egressgateway-ca-certs nginx-client-certs nginx-ca-certs -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