From 3c6c3d885af9884e758a8399fdda9b5751e5f20d Mon Sep 17 00:00:00 2001 From: Shir Moran Date: Thu, 18 Sep 2025 16:50:58 +0300 Subject: [PATCH] Remove port 9447 from documented network flow matrix As it was decided that the machine api webhook port (9447) should not be exposed to the host (see [PR](https://github.com/openshift/cluster-baremetal-operator/pull/505)), it should be removed from the official doc. --- snippets/network-flow-matrix.csv | 1 - 1 file changed, 1 deletion(-) diff --git a/snippets/network-flow-matrix.csv b/snippets/network-flow-matrix.csv index ea37c1aa3f..b6560fd332 100644 --- a/snippets/network-flow-matrix.csv +++ b/snippets/network-flow-matrix.csv @@ -27,7 +27,6 @@ Ingress,TCP,9192,openshift-cluster-machine-approver,machine-approver,machine-app Ingress,TCP,9258,openshift-cloud-controller-manager-operator,machine-approver,cluster-cloud-controller-manager,cluster-cloud-controller-manager,master,FALSE Ingress,TCP,9444,openshift-kni-infra,,haproxy,haproxy,master,FALSE Ingress,TCP,9445,openshift-kni-infra,,haproxy,haproxy,master,FALSE -Ingress,TCP,9447,openshift-machine-api,,metal3-baremetal-operator,,master,FALSE Ingress,TCP,9637,openshift-machine-config-operator,kube-rbac-proxy-crio,kube-rbac-proxy-crio,kube-rbac-proxy-crio,master,FALSE Ingress,TCP,9978,openshift-etcd,etcd,etcd,etcd-metrics,master,FALSE Ingress,TCP,9979,openshift-etcd,etcd,etcd,etcd-metrics,master,FALSE