Skip to content

Commit

Permalink
Update weave-network-policy.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huchengze authored Sep 29, 2020
1 parent cd93cad commit efac1ef
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ You need to have a Kubernetes cluster. Follow the [kubeadm getting started guide
<!--
## Install the Weave Net addon
Follow the [Integrating Kubernetes via the Addon](https://www.weave.works/docs/net/latest/kube-addon/) guide.
Follow the [Integrating Kubernetes via the Addon](https://www.weave.works/docs/net/latest/kubernetes/kube-addon/) guide.
The Weave Net addon for Kubernetes comes with a [Network Policy Controller](https://www.weave.works/docs/net/latest/kube-addon/#npc) 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.
The Weave Net addon for Kubernetes comes with a [Network Policy Controller](https://www.weave.works/docs/net/latest/kubernetes/kube-addon/#npc) 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.
-->
## 安装 Weave Net 插件

按照[通过插件集成 Kubernetes](https://www.weave.works/docs/net/latest/kube-addon/)
按照[通过插件集成 Kubernetes](https://www.weave.works/docs/net/latest/kubernetes/kube-addon/)
指南执行安装。

Kubernetes 的 Weave Net 插件带有
[网络策略控制器](https://www.weave.works/docs/net/latest/kube-addon/#npc)
[网络策略控制器](https://www.weave.works/docs/net/latest/kubernetes/kube-addon/#npc)
可自动监控 Kubernetes 所有名字空间的 NetworkPolicy 注释,
配置 `iptables` 规则以允许或阻止策略指示的流量。

Expand Down

0 comments on commit efac1ef

Please sign in to comment.