-
Notifications
You must be signed in to change notification settings - Fork 107
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
Fix flatcar vagrant for Kubernetes 1.26 #1392
Fix flatcar vagrant for Kubernetes 1.26 #1392
Conversation
A temporary box needs to be used until Flatcar will release of new version of stable. See flatcar/Flatcar#916
/assign @saschagrunert @jhrozek |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1392 +/- ##
=======================================
Coverage 44.21% 44.21%
=======================================
Files 50 50
Lines 5640 5640
=======================================
Hits 2494 2494
Misses 3026 3026
Partials 120 120 |
/test e2e-flatcar |
@ccojocar: The specified target(s) for
Use In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/test pull-security-profiles-operator-test-e2e |
/test all |
…er the mounted host filesystem as safe
ac28747
to
2ff4614
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ccojocar, JAORMX 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 |
Fix flatcar vagrant for Kubernetes 1.26
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fixes the vagrant for Flatcar Linux to work with Kubernetes 1.26 which requires containerd 1.6.x which is only available in Flatcar sable stream.
Also we have to use a temporary vagrant box because there was still an issue with ssh which was fixed by Flatcar but not yet released.
See for details: flatcar/Flatcar#916
Which issue(s) this PR fixes:
Fixes #1377
Does this PR have test?
Yes
Special notes for your reviewer:
Does this PR introduce a user-facing change?