You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/tasks/administer-cluster/declare-network-policy.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ This document helps you get started using the Kubernetes [NetworkPolicy API](/do
18
18
19
19
Make sure you've configured a network provider with network policy support. There are a number of network providers that support NetworkPolicy, including:
This page shows how to install and use Antrea CNI plugin on Kubernetes.
9
+
For background on Project Antrea, read the [Introduction to Antrea](http://antrea.io/docs/).
10
+
11
+
## {{% heading "prerequisites" %}}
12
+
13
+
You need to have a Kubernetes cluster. Follow the
14
+
[kubeadm getting started guide](/docs/reference/setup-tools/kubeadm/) to bootstrap one.
15
+
16
+
<!-- steps -->
17
+
18
+
## Deploying Antrea with kubeadm
19
+
20
+
Follow [Getting Started](http://github.com/vmware-tanzu/antrea/blob/main/docs/getting-started.md) guide to deploy Antrea for kubeadm.
21
+
22
+
## {{% heading "whatsnext" %}}
23
+
24
+
Once your cluster is running, you can follow the [Declare Network Policy](/docs/tasks/administer-cluster/declare-network-policy/) to try out Kubernetes NetworkPolicy.
0 commit comments