From c1a4e65a35c847e6ef4b7d7d85be133f665e611d Mon Sep 17 00:00:00 2001 From: Murali Reddy Date: Fri, 28 Jul 2017 14:37:50 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3471efb6..8bc76208 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ iptables to ensure your firewall rules have as little performance impact on your cluster as possible. Kube-router supports the networking.k8s.io/NetworkPolicy API or network policy V1/GA -[semantics](https://github.com/kubernetes/kubernetes/pull/39164#issue-197243974) +[semantics](https://github.com/kubernetes/kubernetes/pull/39164#issue-197243974) and also network policy beta semantics. Read more about kube-router's approach to Kubernetes Network Policies: - [Enforcing Kubernetes network policies with iptables](https://cloudnativelabs.github.io/post/2017-05-1-kube-network-policies/)