-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Sonobuoy conformance test fails on Centos/RHEL #1960
Comments
This appears to be caused by the kernel vxlan checksum bug that has been causing all kinds of issues. According to flannel-io/flannel#1282 (comment) this has been fixed upstream by kubernetes/kubernetes#92035 which is being cherry-picked back to 1.17 and 1.18. In the mean time, we can switch the flannel backend to something other than vxlan (I personally usually use host-gw) or use ethtool to disable checksum on the vxlan interface. I have confirmed that either workaround results in a clean test run. Long term this should be fixed in the next releases of upstream k8s. tl;dr do one of:
|
Will track underlying issue in #2013 |
@ShylajaDevadiga you can test this post-patch releases. Once we have these 7/15 patch releases out you can test with them again in CentOS or RHEL and the issue should be resolved. |
moving this to next up. QA is going to stand by until patch releases are done - then once available this can be moved back to test. |
Ready for testing |
k3s version: v1.18.6+k3s1
RHEL 7.8:
|
Version:
k3s v1.18.4+k3s1
Centos 7.6
RHEL 7.8
Describe the bug
Conformance test failures with selinux enabled and selinux disabled.
RHEL 7.8 SELinux Enabled
RHEL 7.8 SELinux disabled
With SELinux enabled we have these two test fails consistently
The text was updated successfully, but these errors were encountered: