Skip to content

Commit 8f0f2eb

Browse files
authored
Merge pull request #80339 from sabinaaledort/update_net_flow_mat
[enterprise-4.17+]: Update network-flow-matrix ports
2 parents 8e4cdbb + e2f4911 commit 8f0f2eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

snippets/network-flow-matrix.csv

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
Direction,Protocol,Port,Namespace,Service,Pod,Container,Node Role,Optional
22
Ingress,TCP,22,Host system service,sshd,,,master,TRUE
33
Ingress,TCP,53,openshift-dns,dns-default,dnf-default,dns,master,FALSE
4+
Ingress,TCP,80,openshift-ingress,router-default,router-default,router,master,FALSE
45
Ingress,TCP,111,Host system service,rpcbind,,,master,TRUE
6+
Ingress,TCP,443,openshift-ingress,router-default,router-default,router,master,FALSE
57
Ingress,TCP,2379,openshift-etcd,etcd,etcd,etcdctl,master,FALSE
68
Ingress,TCP,2380,openshift-etcd,healthz,etcd,etcd,master,FALSE
79
Ingress,TCP,5050,openshift-machine-api,,ironic-proxy,ironic-proxy,master,FALSE
810
Ingress,TCP,6080,openshift-kube-apiserver,,kube-apiserver,kube-apiserver-insecure-readyz,master,FALSE
911
Ingress,TCP,6385,openshift-machine-api,,ironic-proxy,ironic-proxy,master,FALSE
1012
Ingress,TCP,6443,openshift-kube-apiserver,apiserver,kube-apiserver,kube-apiserver,master,FALSE
11-
Ingress,TCP,8080,openshift-network-operator ,,network-operator,network-operator,master,FALSE
13+
Ingress,TCP,8080,openshift-network-operator,,network-operator,network-operator,master,FALSE
1214
Ingress,TCP,8798,openshift-machine-config-operator,machine-config-daemon,machine-config-daemon,machine-config-daemon,master,FALSE
1315
Ingress,TCP,9001,openshift-machine-config-operator,machine-config-daemon,machine-config-daemon,kube-rbac-proxy,master,FALSE
1416
Ingress,TCP,9099,openshift-cluster-version,cluster-version-operator,cluster-version-operator,cluster-version-operator,master,FALSE
@@ -60,7 +62,7 @@ Ingress,TCP,9637,openshift-machine-config-operator,kube-rbac-proxy-crio,kube-rba
6062
Ingress,TCP,10250,Host system service,kubelet,,,worker,FALSE
6163
Ingress,TCP,10256,openshift-ovn-kubernetes,ovnkube,ovnkube,ovnkube-controller,worker,TRUE
6264
Ingress,TCP,10300,openshift-cluster-csi-drivers,csi-livenessprobe,csi-driver-node,csi-driver,worker,FALSE
63-
Ingress,TCP,10309,openshift-cluster-csi-drivers,csi-node-driver-registrar,csi-driver-node,csi-node-driver-registrar,worker,FALSE
65+
Ingress,TCP,10309,openshift-cluster-csi-drivers,csi-node-driver,csi-driver-node,csi-node-driver-registrar,worker,FALSE
6466
Ingress,TCP,18080,openshift-kni-infra,,coredns,coredns,worker,FALSE
6567
Ingress,UDP,53,openshift-dns,dns-default,dnf-default,dns,worker,FALSE
6668
Ingress,UDP,111,Host system service,rpcbind,,,worker,TRUE

0 commit comments

Comments
 (0)