-
Notifications
You must be signed in to change notification settings - Fork 950
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
feature: update the version of cri-o/ocicni #2065
Conversation
164cdc6
to
42a3b5b
Compare
Signed-off-by: Starnop <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #2065 +/- ##
==========================================
- Coverage 63.8% 63.79% -0.01%
==========================================
Files 202 202
Lines 15621 15621
==========================================
- Hits 9967 9966 -1
- Misses 4413 4415 +2
+ Partials 1241 1240 -1
|
Please add more reasons about why we need to update the vendored package. For example, the newer version has fixed some certain bugs and so on. 😄 @starnop |
@starnop Please remove |
@YaoZengzeng Has been well tested. :) |
LGTM |
ping @starnop |
LGTM |
Signed-off-by: Starnop [email protected]
Ⅰ. Describe what this PR did
update the version of cri-o/ocicni
Now that
watcher
is running and watching thepluginDir
gather the initial configuration, before starting the goroutine which will actually process events. It has to be done in this order to avoid missing any updates which might otherwise occur between gathering the initial configuration and starting the watcher.Ⅱ. Does this pull request fix one issue?
None.
Ⅲ. Describe how you did it
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews