-
Notifications
You must be signed in to change notification settings - Fork 21
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
access service nodeport too slow(about 63s) #911
Comments
In GitLab by @tmon546596046 on Oct 9, 2020, 01:58 Note that the problem can also be (mostly) worked around by upgrading to a kernel with the checksum fix (#88986 (comment)) or by disabling checksum offload on the relevant network interfaces (eg, #88986 (comment) gives the command for flannel; some of the other xref'ed bugs may give the exact commands for other plugins if you can't figure it out). |
In GitLab by @tmon546596046 on Oct 9, 2020, 01:58 changed the description |
In GitLab by @tmon546596046 on Oct 9, 2020, 02:00 according to kubernetes/kubernetes#92035 |
In GitLab by @tmon546596046 on Oct 9, 2020, 02:00 changed the description |
In GitLab by @tmon546596046 on Oct 9, 2020, 02:02 or we can offload the checksum every node when flannel.1 is created:
|
In GitLab by @tmon546596046 on Oct 9, 2020, 02:08 |
In GitLab by @tmon546596046 on Oct 9, 2020, 02:16 |
In GitLab by @tmon546596046 on Oct 9, 2020, 02:16 we should upgrade the kubernetes minor version to 1.18.6 |
In GitLab by @tmon546596046 on Oct 9, 2020, 01:58
kubernetes 1.18 with flannel (0.11.0) cni plugin
relate kubernetes issues:
kubernetes/kubernetes#76699
kubernetes/kubernetes#88986
flannel-io/flannel#1282
kubernetes/kubernetes#92035
The text was updated successfully, but these errors were encountered: