Merge pull request #3809 from jtravee/nginx-validating-webhook

Fixed typo on new NGINX ingress' validating webhook port
This commit is contained in:
Jen Travinski
2022-01-21 09:35:15 -05:00
committed by GitHub
@@ -88,7 +88,7 @@ The following tables break down the port requirements for traffic between the Ra
| TCP | 2379 | etcd client requests |
| TCP | 2380 | etcd peer communication |
| TCP | 6443 | Kubernetes apiserver |
| TCP | 8443 | Nginx Ingress's Validating Webhoook |
| TCP | 8443 | Nginx Ingress's Validating Webhook |
| UDP | 8472 | Canal/Flannel VXLAN overlay networking |
| TCP | 9099 | Canal/Flannel livenessProbe/readinessProbe |
| TCP | 10250 | Metrics server communication with all nodes |