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.27] feat: implement watcher for oci bundles #4489

Merged
merged 10 commits into from
May 27, 2024

Conversation

implements an oci bundle watcher. this allows k0s to load new bundles
without requiring a restart of the process. the watcher acts upon create
or write operations happening in the oci bundles directory.

events are debounced with a timeout of 10 seconds.

Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit 799d7cf)
create a function to import a single oci bundle. use it in our watcher.

Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit ce37309)
Co-authored-by: Tom Wieczorek <twz123@users.noreply.github.com>
Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit 9f1058b)
Co-authored-by: Tom Wieczorek <twz123@users.noreply.github.com>
Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit 55ecd79)
Co-authored-by: Tom Wieczorek <twz123@users.noreply.github.com>
Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit 85a465d)
Co-authored-by: Tom Wieczorek <twz123@users.noreply.github.com>
Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit 7405caa)
Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit 87619e5)
Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit 43d9b36)
Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit 27d1539)
a function used to create a buffered channel does not exist on v1.6.0.

Signed-off-by: Ricardo Maraschini <ricardo.maraschini@gmail.com>
(cherry picked from commit b7a9199)
@twz123 twz123 marked this pull request as ready for review May 24, 2024 13:56
@twz123 twz123 requested a review from a team as a code owner May 24, 2024 13:56
@twz123 twz123 enabled auto-merge May 24, 2024 14:44
@twz123 twz123 merged commit 34d7a66 into k0sproject:release-1.27 May 27, 2024
71 checks passed
@twz123 twz123 deleted the backport-4428-to-release-1.27 branch May 27, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants