From 650f1217a705924990d48d1e8b33d0f4981dedf4 Mon Sep 17 00:00:00 2001 From: EHerzog76 Date: Mon, 9 Dec 2024 13:07:31 +0100 Subject: [PATCH] Update readme.md --- kubernetes/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/readme.md b/kubernetes/readme.md index f796067..a321862 100644 --- a/kubernetes/readme.md +++ b/kubernetes/readme.md @@ -46,7 +46,7 @@ Please notice the service configuration for the service: this is from **type: NodePort**. This is important, because after a TFTP-client requests a file, the TFTP-Server will initiate a new connection and send data back to the client over this new connection. -So you must configure your **CNI** to **not** use source nat (**SNAT**) for this connections ! +So you must configure your **CNI** **do not** use source nat (**SNAT**) for this connections ! CNI configs: - calico [SNAT-Config](https://docs.tigera.io/calico/latest/networking/configuring/workloads-outside-cluster) - cilium [SNAT-Config](https://docs.cilium.io/en/stable/network/concepts/masquerading/)