From cc06caadfc68f23d255310d217f87c5b0f92f307 Mon Sep 17 00:00:00 2001 From: Sabina Aledort Date: Mon, 23 Sep 2024 12:57:38 +0300 Subject: [PATCH] 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. --- snippets/network-flow-matrix.csv | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snippets/network-flow-matrix.csv b/snippets/network-flow-matrix.csv index 30c8709af9..dd585fdf35 100644 --- a/snippets/network-flow-matrix.csv +++ b/snippets/network-flow-matrix.csv @@ -9,7 +9,10 @@ Ingress,TCP,2379,openshift-etcd,etcd,etcd,etcdctl,master,FALSE Ingress,TCP,2380,openshift-etcd,healthz,etcd,etcd,master,FALSE Ingress,TCP,5050,openshift-machine-api,,ironic-proxy,ironic-proxy,master,FALSE Ingress,TCP,6080,openshift-kube-apiserver,,kube-apiserver,kube-apiserver-insecure-readyz,master,FALSE +Ingress,TCP,6180,openshift-machine-api,metal3-state,metal3,metal3-httpd,master,FALSE +Ingress,TCP,6183,openshift-machine-api,metal3-state,metal3,metal3-httpd,master,FALSE Ingress,TCP,6385,openshift-machine-api,,ironic-proxy,ironic-proxy,master,FALSE +Ingress,TCP,6388,openshift-machine-api,metal3-state,metal3,metal3-httpd,master,FALSE Ingress,TCP,6443,openshift-kube-apiserver,apiserver,kube-apiserver,kube-apiserver,master,FALSE Ingress,TCP,8080,openshift-network-operator,,network-operator,network-operator,master,FALSE Ingress,TCP,8798,openshift-machine-config-operator,machine-config-daemon,machine-config-daemon,machine-config-daemon,master,FALSE