From f13c29f61d410a78147ccfca8cdb2255c8c28117 Mon Sep 17 00:00:00 2001 From: EHerzog76 Date: Mon, 9 Dec 2024 13:05:36 +0100 Subject: [PATCH] Update readme.md --- kubernetes/readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kubernetes/readme.md b/kubernetes/readme.md index c3470e0..f796067 100644 --- a/kubernetes/readme.md +++ b/kubernetes/readme.md @@ -1,6 +1,6 @@ # Kubernetes Deployment example -This is an example of one possibilty how to deploy netboot.xyz to a OKD/OpenShift cluster. +This is an example of one possibilty how to deploy netboot.xyz to a OKD/OpenShift cluster. You can also use it for a Kubernetes cluster, but in this case you will add your ingress configuration instead of the route. ## Edit PVC config @@ -43,10 +43,10 @@ kubectl -n network apply -f service.yaml Please notice the service configuration for the service: - svc-pxboot -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 ! +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 ! 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/)