From 5d7db3f6431939379a98e30c7ef4cc597e4234a0 Mon Sep 17 00:00:00 2001 From: Chris Marino Date: Tue, 25 Oct 2016 15:24:54 -0700 Subject: [PATCH] Rework.. --- docs/getting-started-guides/network-policy/walkthrough.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/getting-started-guides/network-policy/walkthrough.md b/docs/getting-started-guides/network-policy/walkthrough.md index 1a02bc4877..0317458e97 100644 --- a/docs/getting-started-guides/network-policy/walkthrough.md +++ b/docs/getting-started-guides/network-policy/walkthrough.md @@ -6,9 +6,6 @@ assignees: Kubernetes can be used to declare network policies which govern how Pods can communicate with each other. This document helps you get started using the Kubernetes [NetworkPolicy API](/docs/user-guide/networkpolicies), and provides a demonstration thereof. -In this article, we assume a network provider that supports the NetworkPolicy API has been installed. Network providers can be installed as add-ons using [kubeadm](/docs/getting-started-guides/kubeadm/), or any other suitable cluster installer. - -There are a number of network providers which support NetworkPolicy including: * [Calico](/docs/getting-started-guides/network-policy/calico/) * [Romana](/docs/getting-started-guides/network-policy/romana/)