Hi, With RKE1 we had some proxy containers (squid)...
# general
f
Hi, With RKE1 we had some proxy containers (squid) running. We use them to prefilter traffic to the internet (only allowed client ips can forward traffic to the internet gateway). With RKE1 we exposed the host port. If we do the same with RKE2 there is a source NAT active. In the proxy logs we can see only the host ip. Is there way to disable source NAT for host ips or is there a better way to access the squid from outside the K8S cluster (default ingress does not work with squid)?