From f9147a9065c57a77940a0b439b91508eb585e2b1 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Sun, 23 Apr 2023 08:57:44 +0200 Subject: [PATCH] Quality improvements --- .../09-Ingress/01-Create-Istio-LoadBalancer/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Istio/09-Ingress/01-Create-Istio-LoadBalancer/README.md b/Istio/09-Ingress/01-Create-Istio-LoadBalancer/README.md index e7b29b3..f81c507 100644 --- a/Istio/09-Ingress/01-Create-Istio-LoadBalancer/README.md +++ b/Istio/09-Ingress/01-Create-Istio-LoadBalancer/README.md @@ -160,6 +160,17 @@ x-envoy-upstream-service-time: 15 [Yeah no idea, gl with that.](https://stackoverflow.com/a/55731730) +```shell +kubectl delete -f ./deployment.yaml +kubectl delete -f ./gateway.yaml +``` +```text +service "helloworld" deleted +deployment.apps "helloworld-nginx" deleted +gateway.networking.istio.io "helloworld-gateway" deleted +virtualservice.networking.istio.io "helloworld-vs" deleted +``` + ```shell istioctl uninstall --purge ```