Merge pull request #5788 from ExNG/dev/jbh/add-kubernetes-api-to-egress

Add 6443/TCP to webhook egress NetworkPolicy
This commit is contained in:
jetstack-bot 2023-02-13 15:20:40 +00:00 committed by GitHub
commit 55b8153643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -420,6 +420,10 @@ webhook:
protocol: TCP
- port: 53
protocol: UDP
# On OpenShift and OKD, the Kubernetes API server listens on
# port 6443.
- port: 6443
protocol: TCP
to:
- ipBlock:
cidr: 0.0.0.0/0