-
Notifications
You must be signed in to change notification settings - Fork 292
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
If a service has session affinity set as client IP, then the connection is blocked #12778
Comments
I fixed the issues by for example removing the overlapping docker network, but no help. |
Same with 4.9.0. |
This can be closed. The root cause is the missing kernel parameter at WSL kernel. https://medium.com/@gamunu/wsl-kubernetes-service-with-session-affinity-e98265433c8e |
Issues go stale after 90 days of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
this should be noted on knowing issues or something since as soon as any container has |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. /lifecycle locked |
Actual behavior
A service is deployed with session affinity set as ClientIP and it is not reachable.
Expected behavior
A service is deployed with session affinity set as ClientIP and it is reachable.
Information
On other kubernetes or openshift there are no issues with this.
Output of
& "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" check
Steps to reproduce the behavior
FAIL:
service.yaml:
WORKS:
Uninstall the helm chart and remove the added sessionAffinity, and then install the helm chart again. Use curl again to access the service.
service.yaml:
The text was updated successfully, but these errors were encountered: