-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support for endPort
in multi-networkpolicy
#14
Comments
Thank you for the info, @girishmg ! I suppose we should support it in the future but not immediately due to following reasons:
Hence I suppose we could introduce this field in next API revision 'v1beta2' of our scheme. What do you think about it? |
@s1061123 we are adding support for |
@girishmg sure. will do that and let you know when I'm done. BTW, does this mean ovn-k supports secondary networks? Currently multi-networkpolicy is only for secondary network interface. Just a double check. |
Thank you @s1061123 . Yes we are adding support to OVN-K8s for secondary networks. The WIP PR is here: ovn-kubernetes/ovn-kubernetes#2775 |
Now that K8s v1.21+ supports endPort in NetworkPolicyPort field, should we also add it to
multi-networkpolicy
CRD?From here: https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#networkpolicyport-v1-networking-k8s-io
@dougbtv @s1061123 any thoughts?
The text was updated successfully, but these errors were encountered: