From ac2f75b05addca4173da80830f13e5b2fe8eeaa9 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Thu, 15 Mar 2018 09:23:25 -0700 Subject: [PATCH] Reference ahmetb's recipes repo for more scenarios enabled by NetworkPolicy (#7750) --- docs/concepts/services-networking/network-policies.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/concepts/services-networking/network-policies.md b/docs/concepts/services-networking/network-policies.md index 5874351e09..049e268919 100644 --- a/docs/concepts/services-networking/network-policies.md +++ b/docs/concepts/services-networking/network-policies.md @@ -186,3 +186,4 @@ This ensures that even pods that aren't selected by any other NetworkPolicy will - See the [Declare Network Policy](/docs/tasks/administer-cluster/declare-network-policy/) walkthrough for further examples. +- See more [Recipes](https://github.com/ahmetb/kubernetes-network-policy-recipes) for common scenarios enabled by the NetworkPolicy resource. \ No newline at end of file