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

Stop redownloading cni #200

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

IamTheFij
Copy link

The previous implementation redownloads CNI plugins every run. This compares the sha first.

This depends on #156. I'll rebase and undraft after that is merged.

Before only one sha was being downloaded for checking against even if
each host required a different cni plugin distribution.
…ly installed

This is done by storing the checksum used on the server after
installation. This checksum file is then compared to the local checksum
file for the requested CNI plugins. If they do not match (hash has
changed or version is different), then plugins will be installed or
updated.
@IamTheFij IamTheFij force-pushed the stop-redownloading-cni branch from 681bfc0 to 7179d7e Compare December 3, 2024 21:14
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.

1 participant