Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor host port registry cleanups #877

Merged
merged 1 commit into from
Aug 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions dev-guide/host-port-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Ports are assumed to be used on all nodes in all clusters unless otherwise speci
| 9644 | ovn-kubernetes southd | sdn | 4.3 | control plane only, ovn-kubernetes only |
| 9978 | etcd | etcd || metrics, control plane only |
| 9979 | etcd | etcd || ?, control plane only |
| 10010 | crio | node || stream port|
| 10010 | crio | node || stream port |
| 10250 | kubelet | node || kubelet api |
| 10251 | kube-scheduler | apiserver || healthz, control plane only |
| 10255 | kube-proxy | sdn | 4.7 | healthz, third-party network plugins only |
Expand All @@ -109,7 +109,6 @@ Ports are assumed to be used on all nodes in all clusters unless otherwise speci
| 17697 | kube-apiserver | apiserver || ?, control plane only |
| 22623 | machine-config-server | node || control plane only |
| 22624 | machine-config-server | node || control plane only |
| 29101 | openshift-sdn | sdn || metrics |
| 60000 | baremetal-operator | kni || metrics, 4.6+, control plane only |


Expand All @@ -119,24 +118,25 @@ Ports are assumed to be used on all nodes in all clusters unless otherwise speci
|-------|-----------|-------|-------|-------|
| 500 | ovn-kubernetes IPsec | sdn | 4.7 | ovn-kubernetes only |
| 4500 | ovn-kubernetes IPsec | sdn | 4.7 | ovn-kubernetes only |
| 4789 | openshift-sdn vxlan | sdn | 3.0 | openshift-sdn only |
| 4789 | openshift-sdn / ovn-kubernetes VXLAN | sdn | 3.0 | openshift-sdn always, ovn-kubernetes when using Windows hybrid networking |
| 6081 | ovn-kubernetes geneve | sdn | 4.3 | ovn-kubernetes only |


## Localhost-only
| Port | Process | Owning Team | Since | Notes |
|-------|-----------|-------------|-------|-------|
| 4180 | machine-config-daemon oauth-proxy | node ||
| 8797 | machine-config-daemon | node |4.0| metrics |
| 8797 | machine-config-daemon | node | 4.0 | metrics |
| 9259 | cluster-cloud-controller-manager-operator | cluster infra | 4.9 | healthz, control plane only |
| 9443 | kube-controller-manager | workloads || recovery-controller|
| 9443 | kube-controller-manager | workloads || recovery-controller |
| 9977 | etcd | etcd || ? |
| 10248 | kubelet | node || healthz |
| 10300 | various CSI drivers | storage | 4.6 | healthz |
| 10301 | various CSI drivers | storage | 4.6 | healthz |
| 10302 | various CSI drivers | storage | 4.7 | healthz |
| 10303 | various CSI drivers | storage | 4.9 | healthz |
| 11443 | kube-scheduler | workloads || recovery-controller|
| 11443 | kube-scheduler | workloads || recovery-controller |
| 29101 | openshift-sdn | sdn || metrics |
| 29102 | ovn-kubernetes | sdn || metrics, ovn-kubernetes only |
| 29103 | ovn-kubernetes | sdn || metrics, ovn-kubernetes only |

Expand Down