-
Notifications
You must be signed in to change notification settings - Fork 295
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
Remove RHEL 8 K8s 1.32 tests #9309
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9309 +/- ##
=======================================
Coverage 72.40% 72.40%
=======================================
Files 589 589
Lines 46361 46363 +2
=======================================
+ Hits 33569 33571 +2
Misses 11032 11032
Partials 1760 1760 ☔ View full report in Codecov by Sentry. |
c47ae24
to
4f35b55
Compare
4f35b55
to
f75e74a
Compare
f75e74a
to
d13e657
Compare
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: 2ez4szliu The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
RHEL 8 is currently using a kernel version of 4.18.0, which is not supported by kubeadm 1.32.
[ERROR SystemVerification]: kernel release 4.18.0-553.40.1.el8_10.x86_64 is unsupported. Recommended LTS version from the 4.x series is 4.19. Any 5.x or 6.x versions are also supported. For cgroups v2 support, the minimal version is 4.15 and the recommended version is 5.8+
so we remove all e2e tests running RHEL 8 on k8s 1.32 and cleanup all rhel8 1.32 helper function
Testing:
make e2e-cross-platform
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.