From eb32f1323bca5ca0819a1151da5b7e81f8a76c01 Mon Sep 17 00:00:00 2001 From: Chris Marino Date: Wed, 26 Oct 2016 06:35:28 -0700 Subject: [PATCH] Weird client mishap missed this line... --- docs/getting-started-guides/network-policy/walkthrough.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started-guides/network-policy/walkthrough.md b/docs/getting-started-guides/network-policy/walkthrough.md index 0317458e97..49da17e6ef 100644 --- a/docs/getting-started-guides/network-policy/walkthrough.md +++ b/docs/getting-started-guides/network-policy/walkthrough.md @@ -6,6 +6,7 @@ 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 Kubernetes cluster has been created with network policy support. There are a number of network providers that support NetworkPolicy including: * [Calico](/docs/getting-started-guides/network-policy/calico/) * [Romana](/docs/getting-started-guides/network-policy/romana/)