From 22ec0c1d1ef6237cb8b02f947705eb23312534c0 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Mon, 10 Jan 2022 22:57:57 +0000 Subject: [PATCH] Link from Policies concept to NetworkPolicy page --- content/en/docs/concepts/policy/_index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/en/docs/concepts/policy/_index.md b/content/en/docs/concepts/policy/_index.md index d2b42bc4cd7..20362745e3b 100644 --- a/content/en/docs/concepts/policy/_index.md +++ b/content/en/docs/concepts/policy/_index.md @@ -4,3 +4,8 @@ weight: 90 description: > Policies you can configure that apply to groups of resources. --- + +{{< note >}} +See [Network Policies](/docs/concepts/services-networking/network-policies/) +for documentation about NetworkPolicy in Kubernetes. +{{< /note >}}