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

Solution to the problem when deploying k3s nodes in VMware Cloud Director. #8804

Closed
AitorMSuarez opened this issue Nov 9, 2023 · 2 comments

Comments

@AitorMSuarez
Copy link

Hello,
I just want to report a problem we've solved when deploying k3s in a VMWARE CLOUD DIRECTOR environment.

We had an issue where when adding nodes, they were successfully added to the master node, but the pods deployed on the nodes were not accessible through the ingress, and when deploying something like Nginx, it would give us a gateway timeout.

In the end, after a month, the solution was to change the network interface when creating the VMs. Instead of choosing the default VMXNET3 network interface, we selected E1000E, and it worked on the first try without any further actions needed.

Best regards, and I hope this helps others.

@brandond
Copy link
Member

brandond commented Nov 9, 2023

This sounds like a known issue with hardware checksum offload on VMware. It affects all CNIs that use vxlan encapsulation, not just flannel. See projectcalico/calico#3145 (comment)

The bug is in the vmxnet driver, iirc.

Copy link
Contributor

This repository uses a bot to automatically label issues which have not had any activity (commit/comment/label) for 45 days. This helps us manage the community issues better. If the issue is still relevant, please add a comment to the issue so the bot can remove the label and we know it is still valid. If it is no longer relevant (or possibly fixed in the latest release), the bot will automatically close the issue in 14 days. Thank you for your contributions.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2024
@github-project-automation github-project-automation bot moved this from Upstream Issues to Closed in K3s Backlog Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Closed
Development

No branches or pull requests

2 participants