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

Register baremetal provisioning ports #556

Merged
merged 2 commits into from
Dec 3, 2020
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
6 changes: 6 additions & 0 deletions enhancements/network/host-port-registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@ Ports are assumed to be used on all nodes in all clusters unless otherwise speci
|-------|-----------|-------------|-------|-------|
| 2379 | etcd | etcd || control plane only |
| 2380 | etcd | etcd || control plane only |
| 3306 | mariadb | kni | 4.4 | baremetal ironic DB, control plane only |
| 5050 | ironic-inspector | kni | 4.4 | baremetal provisioning, control plane only |
| 6180 | httpd | kni | 4.4 | baremetal provisioning server, control plane only |
| 6181 | httpd | kni | 4.7 | baremetal image cache, control plane only |
| 6385 | ironic-api | kni | 4.4 | baremetal provisioning, control plane only |
| 6443 | kube-apiserver | apiserver || control plane only |
| 8089 | ironic-conductor | kni | 4.4 | baremetal provisioning, control plane only |
| 9001 | machine-config-daemon oauth proxy | node || metrics |
| 9100 | node-exporter | monitoring || metrics |
| 9101 | openshift-sdn kube-rbac-proxy | sdn || metrics, openshift-sdn only |
Expand Down