-
Notifications
You must be signed in to change notification settings - Fork 1.1k
CRI-O reads its configuration from /etc first and then /usr #9173
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
base: main
Are you sure you want to change the base?
Conversation
The configuration files would be searched and merged from top to bottom: 1. `/etc/crio/crio.conf` (file) 2. `/usr/lib/crio/crio.conf` (file) 3. `--config` (file) 4. `/etc/crio/crio.conf.d/*` (dir) 5. `/usr/lib/crio/crio.conf.d/*` (dir) 6. `--config-dir` (dir) 7. `CLI` parameters Signed-off-by: roman-kiselenko <roman.kiselenko.dev@gmail.com>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: roman-kiselenko The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9173 +/- ##
==========================================
+ Coverage 46.99% 47.03% +0.03%
==========================================
Files 161 161
Lines 23661 23710 +49
==========================================
+ Hits 11120 11152 +32
- Misses 11440 11452 +12
- Partials 1101 1106 +5 🚀 New features to boost your workflow:
|
A friendly reminder that this PR had no activity for 30 days. |
A friendly reminder that this PR had no activity for 30 days. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
The configuration files would be searched and merged from top to bottom:
/etc/crio/crio.conf
(file)/usr/lib/crio/crio.conf
(file)--config
(file)/etc/crio/crio.conf.d/*
(dir)/usr/lib/crio/crio.conf.d/*
(dir)--config-dir
(dir)CLI
parametersWhich issue(s) this PR fixes:
Fixes #9075
Special notes for your reviewer:
Does this PR introduce a user-facing change?
None