Skip to content
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

Open
inspuradmin opened this issue Dec 17, 2020 · 8 comments
Open

access service nodeport too slow(about 63s) #911

inspuradmin opened this issue Dec 17, 2020 · 8 comments

Comments

@inspuradmin
Copy link
Contributor

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

@inspuradmin
Copy link
Contributor Author

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).

@inspuradmin
Copy link
Contributor Author

In GitLab by @tmon546596046 on Oct 9, 2020, 01:58

changed the description

@inspuradmin
Copy link
Contributor Author

In GitLab by @tmon546596046 on Oct 9, 2020, 02:00

according to kubernetes/kubernetes#92035
we can upgrade the kube-proxy to 1.19

@inspuradmin
Copy link
Contributor Author

In GitLab by @tmon546596046 on Oct 9, 2020, 02:00

changed the description

@inspuradmin
Copy link
Contributor Author

In GitLab by @tmon546596046 on Oct 9, 2020, 02:02

or we can offload the checksum every node when flannel.1 is created:

sudo ethtool --offload flannel.1 rx off tx off

@inspuradmin
Copy link
Contributor Author

In GitLab by @tmon546596046 on Oct 9, 2020, 02:08

kubernetes/kubernetes#92256

@inspuradmin
Copy link
Contributor Author

In GitLab by @tmon546596046 on Oct 9, 2020, 02:16

image

@inspuradmin
Copy link
Contributor Author

In GitLab by @tmon546596046 on Oct 9, 2020, 02:16

we should upgrade the kubernetes minor version to 1.18.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant