Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EHerzog76 authored Dec 9, 2024
1 parent 650f121 commit b380e9d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kubernetes/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ 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** **do not** use source nat (**SNAT**) for this connections !
CNI configs:
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/)

Expand Down

0 comments on commit b380e9d

Please sign in to comment.