From 3db930430261272374c2f9f48f99190c18da4a8c Mon Sep 17 00:00:00 2001 From: Lan Luo Date: Fri, 29 Jul 2022 16:48:19 +0800 Subject: [PATCH] Add new ports to network requirement doc Signed-off-by: Lan Luo --- docs/network-requirements.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/network-requirements.md b/docs/network-requirements.md index 3e50c43ca25..e4379392efa 100644 --- a/docs/network-requirements.md +++ b/docs/network-requirements.md @@ -3,15 +3,16 @@ Antrea has a few network requirements to get started, ensure that your hosts and firewalls allow the necessary traffic based on your configuration. -| Configuration | Host(s) | ports/protocols | Other | -| ----------------------------- | ------------------- | ------------------------------------------ | ----- | -| Antrea with VXLAN enabled | All | UDP 4789 | | -| Antrea with Geneve enabled | All | UDP 6081 | | -| Antrea with STT enabled | All | TCP 7471 | | +| Configuration | Host(s) | ports/protocols | Other | +| ----------------------------- | ------------------- | ------------------------------------------ | ---------------------------- | +| Antrea with VXLAN enabled | All | UDP 4789 | | +| Antrea with Geneve enabled | All | UDP 6081 | | +| Antrea with STT enabled | All | TCP 7471 | | | Antrea with GRE enabled | All | IP Protocol ID 47 | No support for IPv6 clusters | -| Antrea with IPsec ESP enabled | All | IP protocol ID 50 and 51, UDP 500 and 4500 | | -| All | kube-apiserver host | TCP 443 or 6443\* | | -| All | All | TCP 10349, 10350 | | +| Antrea with IPsec ESP enabled | All | IP protocol ID 50 and 51, UDP 500 and 4500 | | +| Antrea with WireGuard enabled | All | UDP 51820 | | +| All | kube-apiserver host | TCP 443 or 6443\* | | +| All | All | TCP 10349, 10350, 10351 | | \* _The value passed to kube-apiserver using the --secure-port flag. If you cannot locate this, check the targetPort value returned by kubectl get svc kubernetes -o yaml._