From c215ee32c738b90e68bcc2e874336d0250a43a68 Mon Sep 17 00:00:00 2001 From: Charles Uneze Date: Thu, 29 Aug 2024 14:59:16 +0100 Subject: [PATCH] clarify when port-mapping is needed --- site/content/docs/user/configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/content/docs/user/configuration.md b/site/content/docs/user/configuration.md index 3b1332d8..55de4f8b 100644 --- a/site/content/docs/user/configuration.md +++ b/site/content/docs/user/configuration.md @@ -308,6 +308,9 @@ With the installation of the Docker Desktop Application, whether it is on macOs, You may also want to see the [Ingress Guide]. +> **NOTE**: If you're running Kind on a remote host and need to send traffic to Kind node +> IPs from a different host than where kind is running, you need to configure port-mapping. + {{< codeFromFile file="static/examples/config-with-port-mapping.yaml" lang="yaml" >}} An example http pod mapping host ports to a container port.