From 38a7b70758ea2cd8c7ac2828b9aab805d3948977 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Thu, 11 May 2023 23:23:46 +0200 Subject: [PATCH] removed an space, wow --- 05-Sidecar/01-ingress-proxy-forwarding/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05-Sidecar/01-ingress-proxy-forwarding/README.md b/05-Sidecar/01-ingress-proxy-forwarding/README.md index 0bc2a1d..67d04fb 100755 --- a/05-Sidecar/01-ingress-proxy-forwarding/README.md +++ b/05-Sidecar/01-ingress-proxy-forwarding/README.md @@ -264,7 +264,7 @@ sidecar.networking.istio.io "helloworld-sidecar" deleted ### Curl again -After deleting the `sidecar` configuration, which was handling the ingress traffic from port `8080`, we can observe that we are no longer able to handle the incoming requests, raising an error message. +After deleting the `sidecar` configuration, which was handling the ingress traffic from port `8080`, we can observe that we are no longer able to handle the incoming requests, raising an error message. ```shell curl 192.168.1.50/helloworld -s