We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For some services, it is required to use the external IP of the service (mail clusters for example).
This could be done with an annotation, for example kube-router/symetric-nat: true
kube-router/symetric-nat: true
The text was updated successfully, but these errors were encountered:
Have you reviewed #668 to see if this would mitigate your issue?
Sorry, something went wrong.
Yes, but that does only replace MASQUERADE with SNAT and the current HostIP. It does not allow "custom" SNAT rules.
same issue: #434
Closing in favor of #434
No branches or pull requests
For some services, it is required to use the external IP of the service (mail clusters for example).
This could be done with an annotation, for example
kube-router/symetric-nat: true
The text was updated successfully, but these errors were encountered: