From 9fbc2c5f1fe367f5f70013a0a98d544004fe3e05 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Thu, 11 May 2023 08:21:42 +0200 Subject: [PATCH] spelling fix --- 07-MeshConfig/01-Outboud-Traffic-Policy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/07-MeshConfig/01-Outboud-Traffic-Policy/README.md b/07-MeshConfig/01-Outboud-Traffic-Policy/README.md index b42b823..715faa2 100755 --- a/07-MeshConfig/01-Outboud-Traffic-Policy/README.md +++ b/07-MeshConfig/01-Outboud-Traffic-Policy/README.md @@ -10,7 +10,7 @@ On this example compares the behavior between setting up the MeshConfig `Outboun - REGISTRY_ONLY: Restricted to services that figure in the service registry a and the ServiceEntry objects. -More info regarding this configuration at the pertintent documentation (https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/#MeshConfig-OutboundTrafficPolicy-Mode) +More info regarding this configuration at the pertinent documentation (https://istio.io/latest/docs/reference/config/istio.mesh.v1alpha1/#MeshConfig-OutboundTrafficPolicy-Mode) ## Runthrough @@ -70,7 +70,7 @@ server: istio-envoy ### Test egress the helloworld deployment -It returns a 301 code, meaning that it was able to reach the destination and it was attempted to redirect the traffic from HTTP to HTTPS. +It returns a 301 code, meaning that it was able to reach the destination, and it was attempted to redirect the traffic from HTTP to HTTPS. ```shell $ kubectl exec -i -t "$(kubectl get pod -l app=helloworld | tail -n 1 | awk '{print $1}')" -- curl wikipedia.com -I