Update content/en/docs/tasks/administer-cluster/network-policy-provider/weave-network-policy.md

Co-authored-by: Bryan Boreham <bjboreham@gmail.com>
pull/45258/head
cShirley14 2024-02-22 11:32:53 -06:00 committed by GitHub
parent 713d621b60
commit d6459c1823
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ You need to have a Kubernetes cluster. Follow the
Follow the [Integrating Kubernetes via the Addon](https://github.com/weaveworks/weave/blob/master/site/kubernetes/kube-addon.md#-installation) guide.
The Weave Net addon for Kubernetes comes with a
[Network Policy Controller](https://github.com/weaveworks/weave/blob/master/docs/weavenpc-design.md)
[Network Policy Controller](https://github.com/weaveworks/weave/blob/master/site/kubernetes/kube-addon.md#network-policy)
that automatically monitors Kubernetes for any NetworkPolicy annotations on all
namespaces and configures `iptables` rules to allow or block traffic as directed by the policies.