Skip to content

Commit 3b22b34

Browse files
committed
network-flow-matrix: add missing baremetal provisioning ports
The baremetal provisioning ports should be documented to allow scalability, they are needed when adding more nodes to the cluster.
1 parent 72e6eb7 commit 3b22b34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

snippets/network-flow-matrix.csv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ Ingress,TCP,2379,openshift-etcd,etcd,etcd,etcdctl,master,FALSE
99
Ingress,TCP,2380,openshift-etcd,healthz,etcd,etcd,master,FALSE
1010
Ingress,TCP,5050,openshift-machine-api,,ironic-proxy,ironic-proxy,master,FALSE
1111
Ingress,TCP,6080,openshift-kube-apiserver,,kube-apiserver,kube-apiserver-insecure-readyz,master,FALSE
12+
Ingress,TCP,6180,openshift-machine-api,metal3-state,metal3,metal3-httpd,master,FALSE
13+
Ingress,TCP,6183,openshift-machine-api,metal3-state,metal3,metal3-httpd,master,FALSE
1214
Ingress,TCP,6385,openshift-machine-api,,ironic-proxy,ironic-proxy,master,FALSE
15+
Ingress,TCP,6388,openshift-machine-api,metal3-state,metal3,metal3-httpd,master,FALSE
1316
Ingress,TCP,6443,openshift-kube-apiserver,apiserver,kube-apiserver,kube-apiserver,master,FALSE
1417
Ingress,TCP,8080,openshift-network-operator,,network-operator,network-operator,master,FALSE
1518
Ingress,TCP,8798,openshift-machine-config-operator,machine-config-daemon,machine-config-daemon,machine-config-daemon,master,FALSE

0 commit comments

Comments
 (0)