This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 115
Support port mapping #122
Comments
we can use portmapping-manager to do port mapping via iptables like https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/network/kubenet/kubenet_linux.go. What do you think? @feiskyer |
@heartlock A standard CNI plugin is more preferred, e.g. containernetworking/plugins#1, which is also depending on kubernetes/kubernetes#42202. |
Cool! I will follow containernetworking/plugins#1 |
Good news! containernetworking/plugins#1 was merged. I will start to work on supporting port mapping. |
@heartlock We need to support cni plugin chaining first. Would you like to file a PR for this first? Refer kubernetes/kubernetes#42202. |
@feiskyer Sure, will do it. |
This was referenced Jun 5, 2017
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
CNI doesn't do port-mapping today. We could support port mapping via iptables.
The text was updated successfully, but these errors were encountered: