From 5095bfa984ebe0eebfa738e97879cf6867d0a5ac Mon Sep 17 00:00:00 2001 From: Patryk Strugacz Date: Mon, 27 Jan 2025 11:00:47 +0100 Subject: [PATCH] ServiceEntry fix --- docs/user/tutorials/01-50-send-requests-using-egress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/tutorials/01-50-send-requests-using-egress.md b/docs/user/tutorials/01-50-send-requests-using-egress.md index 618682c5c..a03f4837a 100644 --- a/docs/user/tutorials/01-50-send-requests-using-egress.md +++ b/docs/user/tutorials/01-50-send-requests-using-egress.md @@ -115,7 +115,7 @@ Learn how to configure and use the Istio egress Gateway to allow outbound traffi export SOURCE_POD=$(kubectl get pod -n "$NAMESPACE" -l app=curl -o jsonpath={.items..metadata.name}) ``` -6. Define a ServiceEntry to allow outbound traffic to the `kyma-project` domain and perform DNS resolution: +6. Define a ServiceEntry which adds the `kyma-project.io` hostname to the mesh: ```bash kubectl apply -f - <