1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

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.
This commit is contained in:
Sabina Aledort
2024-09-23 12:57:38 +03:00
committed by openshift-cherrypick-robot
parent de913e2a91
commit cc06caadfc

View File

@@ -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
1 Direction Protocol Port Namespace Service Pod Container Node Role Optional
9 Ingress TCP 2380 openshift-etcd healthz etcd etcd master FALSE
10 Ingress TCP 5050 openshift-machine-api ironic-proxy ironic-proxy master FALSE
11 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
14 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
16 Ingress TCP 6443 openshift-kube-apiserver apiserver kube-apiserver kube-apiserver master FALSE
17 Ingress TCP 8080 openshift-network-operator network-operator network-operator master FALSE
18 Ingress TCP 8798 openshift-machine-config-operator machine-config-daemon machine-config-daemon machine-config-daemon master FALSE