-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
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
Add DSR support to flannel-overlay and flannel-host-gw deployements #119
Comments
@daschott Do you know if the SDN CNI plugins have the DSR loopback fix? |
No I do not unfortunately. @nagiesek maybe do you know? |
win-bridge / win-overlay have settings to enable loopback DSR. the sdnbridge, sdnoverlay do not have this setting. |
For reference SDN plugins are built from https://github.com/microsoft/windows-container-networking |
@Keith-Mange FYI this could become an issue in the future reported by users |
To clarify the impact of this missing, the case when a pod tries to reach a service VIP with backend that points to itself gets selected, the traffic will be dropped (applies to DSR mode only). |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle rotten |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
sdnbridge and sdnoverlay have DSR support now which can be enabled in the CNI config through |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close |
@k8s-triage-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is DSR support already implemented, so this ticket should be closed? |
The text was updated successfully, but these errors were encountered: