Add 3rd party content warning

Signed-off-by: Celeste Horgan <celeste@cncf.io>
Co-authored-by: Tim Bannister <tim+github@scalefactory.com>
This commit is contained in:
Celeste Horgan
2020-08-11 10:23:04 -07:00
parent aa855d5988
commit 47dd26bf09
6 changed files with 17 additions and 10 deletions
@@ -9,6 +9,7 @@ content_type: task
<!-- overview -->
This document helps you get started using the Kubernetes [NetworkPolicy API](/docs/concepts/services-networking/network-policies/) to declare network policies that govern how pods communicate with each other.
{{% thirdparty-content %}}
## {{% heading "prerequisites" %}}
@@ -23,11 +24,6 @@ Make sure you've configured a network provider with network policy support. Ther
* [Romana](/docs/tasks/administer-cluster/network-policy-provider/romana-network-policy/)
* [Weave Net](/docs/tasks/administer-cluster/network-policy-provider/weave-network-policy/)
{{< note >}}
The above list is sorted alphabetically by product name, not by recommendation or preference. This example is valid for a Kubernetes cluster using any of these providers.
{{< /note >}}
<!-- steps -->
## Create an `nginx` deployment and expose it via a service