Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Enable host port #2008

Closed
wants to merge 3 commits into from
Closed

Enable host port #2008

wants to merge 3 commits into from

Conversation

saiyan86
Copy link
Contributor

@saiyan86 saiyan86 commented Jan 5, 2018

What this PR does / why we need it:

Update Azure cni config file to enable hostport functionality of Kubernetes.

This PR contains changes that download portmap plugin from cni repo which will handle functionality of hostport specified in pod yaml

chmod 600 $CNI_CONFIG_DIR/10-azure.conf
# Copy config file. After azure cni is released, we should change the 10-azure.conf to 10-azure.conflist
mv $CNI_BIN_DIR/10-azure.conflist $CNI_CONFIG_DIR/
chmod 600 $CNI_CONFIG_DIR/10-azure.conflist
Copy link
Contributor

Choose a reason for hiding this comment

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

This is dependent on Azure CNI drop that will have 10-azure.conflist file. We need to add the changes to pick up new drop of Azure CNI that has this file.

Copy link
Contributor

Choose a reason for hiding this comment

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

CNI version 1.0.1 is now available. please update this PR to pick 1.0.1 from https://github.com/Azure/azure-container-networking/releases/tag/v1.0.1

This change requires v1.0.1 and v1.0.1 requires this change.

@saiyan86 @jackfrancis

Copy link
Member

Choose a reason for hiding this comment

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

See #2064, thanks for the notification @sharmasushant!

@jackfrancis jackfrancis self-assigned this Jan 17, 2018
@jackfrancis
Copy link
Member

See #2064

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants