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

Walk config path symlinks when verifying Containerd configuration #571

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

phillebaba
Copy link
Member

This chage fixes the config path verification when the path is a symlink. With this change the symlinks will be traversed and any matching path will be accepted as proper configuration.

Fixes #567

@phillebaba phillebaba force-pushed the fix/symlink-config-path branch from 455ff84 to 2c8005c Compare August 28, 2024 11:46
Copy link

codecov bot commented Aug 28, 2024

Codecov Report

Attention: Patch coverage is 60.00000% with 8 lines in your changes missing coverage. Please review.

Files Patch % Lines
pkg/oci/containerd.go 60.00% 4 Missing and 4 partials ⚠️
Files Coverage Δ
pkg/oci/containerd.go 59.22% <60.00%> (-0.37%) ⬇️

@phillebaba phillebaba force-pushed the fix/symlink-config-path branch from 2c8005c to 6f96501 Compare August 28, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support microk8s containerdRegistryConfigPath
1 participant