-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Use static CNI bin dir #10868
Use static CNI bin dir #10868
Conversation
ccdbb65
to
959c7e1
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #10868 +/- ##
==========================================
- Coverage 49.69% 44.07% -5.62%
==========================================
Files 178 178
Lines 14801 14801
==========================================
- Hits 7355 6524 -831
- Misses 6101 7074 +973
+ Partials 1345 1203 -142
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Maintain a separate dir for CNI binaries so that additional plugins can be installed in a predictable location that does not change every time k3s is upgraded. Signed-off-by: Brad Davidson <[email protected]>
959c7e1
to
0ad1bac
Compare
It gets created since k3s-io/k3s#10868
Proposed Changes
Maintain a separate dir for CNI binaries so that additional plugins can be installed in a predictable location that does not change every time k3s is upgraded.
Types of Changes
enhancement
Verification
/var/lib/rancher/k3s/data/cni
/var/lib/rancher/k3s/data/cni
is now used ascni_bin
dir in/var/lib/rancher/k3s/agent/etc/containerd/config.toml
Testing
See above
Linked Issues
User-Facing Change
Further Comments