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

[Backport release-1.30] bug: disable oci bundle loader on byocri #5005

Merged

Conversation

twz123
Copy link
Member

@twz123 twz123 commented Sep 18, 2024

oci bundle loader does not support bring your own cri as we can't
possibly know where the containerd socket is. we should revisit this
in the future and maybe attempt to contact through cri socket instead.

Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit a203f26)
@twz123 twz123 added bug Something isn't working area/worker area/containers backport/release-1.29 PR that needs to be backported/cherrypicked to the release-1.29 branch labels Sep 18, 2024
@twz123 twz123 marked this pull request as ready for review September 23, 2024 13:30
@twz123 twz123 requested a review from a team as a code owner September 23, 2024 13:30
@jnummelin jnummelin merged commit c0ef63f into k0sproject:release-1.30 Sep 24, 2024
83 checks passed
@k0s-bot
Copy link

k0s-bot commented Sep 24, 2024

Backport failed for release-1.29, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin release-1.29
git worktree add -d .worktree/backport-5005-to-release-1.29 origin/release-1.29
cd .worktree/backport-5005-to-release-1.29
git switch --create backport-5005-to-release-1.29
git cherry-pick -x 9fac1227ec5e7e1a2e9d1add7c8932049bdc572f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/containers area/worker backport/release-1.29 PR that needs to be backported/cherrypicked to the release-1.29 branch bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants