|
1 | 1 | Direction,Protocol,Port,Namespace,Service,Pod,Container,Node Role,Optional
|
2 | 2 | Ingress,TCP,22,Host system service,sshd,,,master,TRUE
|
3 | 3 | 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 |
4 | 5 | Ingress,TCP,111,Host system service,rpcbind,,,master,TRUE
|
| 6 | +Ingress,TCP,443,openshift-ingress,router-default,router-default,router,master,FALSE |
5 | 7 | Ingress,TCP,2379,openshift-etcd,etcd,etcd,etcdctl,master,FALSE
|
6 | 8 | Ingress,TCP,2380,openshift-etcd,healthz,etcd,etcd,master,FALSE
|
7 | 9 | Ingress,TCP,5050,openshift-machine-api,,ironic-proxy,ironic-proxy,master,FALSE
|
8 | 10 | Ingress,TCP,6080,openshift-kube-apiserver,,kube-apiserver,kube-apiserver-insecure-readyz,master,FALSE
|
9 | 11 | Ingress,TCP,6385,openshift-machine-api,,ironic-proxy,ironic-proxy,master,FALSE
|
10 | 12 | 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 |
12 | 14 | Ingress,TCP,8798,openshift-machine-config-operator,machine-config-daemon,machine-config-daemon,machine-config-daemon,master,FALSE
|
13 | 15 | Ingress,TCP,9001,openshift-machine-config-operator,machine-config-daemon,machine-config-daemon,kube-rbac-proxy,master,FALSE
|
14 | 16 | 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
|
60 | 62 | Ingress,TCP,10250,Host system service,kubelet,,,worker,FALSE
|
61 | 63 | Ingress,TCP,10256,openshift-ovn-kubernetes,ovnkube,ovnkube,ovnkube-controller,worker,TRUE
|
62 | 64 | 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 |
64 | 66 | Ingress,TCP,18080,openshift-kni-infra,,coredns,coredns,worker,FALSE
|
65 | 67 | Ingress,UDP,53,openshift-dns,dns-default,dnf-default,dns,worker,FALSE
|
66 | 68 | Ingress,UDP,111,Host system service,rpcbind,,,worker,TRUE
|
|
0 commit comments