From e2a63e75c8f64f51927bd9496c382c74785f6b19 Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Mon, 15 May 2017 16:52:16 -0700 Subject: [PATCH] Tweak formatting for PR #3775 --- docs/tasks/administer-cluster/weave-network-policy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tasks/administer-cluster/weave-network-policy.md b/docs/tasks/administer-cluster/weave-network-policy.md index be3679428c..3d98c7a7eb 100644 --- a/docs/tasks/administer-cluster/weave-network-policy.md +++ b/docs/tasks/administer-cluster/weave-network-policy.md @@ -17,7 +17,7 @@ This page shows how to use Weave Net for NetworkPolicy. {% capture prerequisites %} -1. Complete steps 1, 2, and 3 of the [kubeadm getting started guide](/docs/getting-started-guides/kubeadm/). +Complete steps 1, 2, and 3 of the [kubeadm getting started guide](/docs/getting-started-guides/kubeadm/). {% endcapture %} @@ -25,7 +25,7 @@ This page shows how to use Weave Net for NetworkPolicy. ## Installing Weave Net addon -1. 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/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.