From a5228033244e24e57f9ecb0ba251530b5d6ad1fc Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Fri, 28 Apr 2023 05:29:00 +0200 Subject: [PATCH] Added cleanup field --- .../05-hello_world_1_Service_Entry/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Istio/01-Simple/05-hello_world_1_Service_Entry/README.md b/Istio/01-Simple/05-hello_world_1_Service_Entry/README.md index 324c3fd..7de3242 100755 --- a/Istio/01-Simple/05-hello_world_1_Service_Entry/README.md +++ b/Istio/01-Simple/05-hello_world_1_Service_Entry/README.md @@ -183,6 +183,17 @@ curl 192.168.1.50/external ```text ``` +## Cleanup + +```shell +kubectl delete -f ./ +``` +```text +serviceentry.networking.istio.io "external-cern-service" deleted +gateway.networking.istio.io "helloworld-gateway" deleted +virtualservice.networking.istio.io "helloworld-vs" deleted +``` + # Links of interest: - https://istio.io/latest/docs/reference/config/networking/service-entry/#ServiceEntry-Location