Skip to content

Conversation

@msvik
Copy link
Contributor

@msvik msvik commented Mar 25, 2021

Adding support in CNI for "baremetal scenario" where when CNI is executed on baremetal nodes, it is pass through and invokes Azure's node service to configure container networking.

ramiro-gamarra
ramiro-gamarra previously approved these changes Mar 25, 2021
result := &cniTypesCurr.Result{}
var resultIpconfigs []*cniTypesCurr.IPConfig

if netRes.Interfaces != nil {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this check is not needed. looping on nil maps or slices is fine

@codecov
Copy link

codecov bot commented Mar 25, 2021

Codecov Report

Merging #835 (39a7f0b) into master (a0c36fe) will decrease coverage by 0.42%.
The diff coverage is 30.06%.

@@            Coverage Diff             @@
##           master     #835      +/-   ##
==========================================
- Coverage   41.99%   41.57%   -0.43%     
==========================================
  Files         152      157       +5     
  Lines       14486    14920     +434     
==========================================
+ Hits         6084     6203     +119     
- Misses       7665     7971     +306     
- Partials      737      746       +9     

@msvik msvik merged commit 28cf37b into Azure:master Mar 26, 2021
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.

3 participants