-
Notifications
You must be signed in to change notification settings - Fork 260
Adding PortMapping support to Azure cni for Windows. #253
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
Conversation
|
@erfrimod Thanks for contributing! Will there be anything else except for PortMappings in RuntimeConfig? |
|
@saiyan86 I just updated with further changes so that the RuntimeConfig portmappings are converted into Endpoing policy objects and sent to HNS. |
|
/lgtm |
@madhanrm portmap plugin handles this for linux. please take a look at conflist file. Let me know if I misunderstood your comment. |
|
/lgtm |
saiyan86
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
|
@erfrimod Could you please resolve the conflicts so we can merge this PR? Thanks! |
Azure CNI doesn’t program any port mappings. Its not supported in Azure CNI.
Earlier it worked because the port mapping was programmed through NAT network which was added by accident.
WINCNI does support it and here is the code that does it...