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:
commit
55b8153643
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user