docs: unify firewall port tables across snippets#138
Merged
Conversation
Replace the four network-port-table snippets (storage/control plane, docker + k8s variants) with a single consolidated firewall table: - spdk-http-proxy 5000, spdk-firewall-proxy 50001-50065 (deprecating 26.2.3) - nvmf 4420-4499, FoundationDB 4500 - control plane API 80, control plane RPC 8080-9044 - monitoring stack 12202, 13301, 13302, 9200, 9090 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Updated the spdk-firewall-proxy entry to include a superscript note about deprecation.
Contributor
|
🤖: Deployment available as https://docstest.simplyblock.io/update-firewall-port-tables |
Updated the spdk-firewall-proxy entry to include a superscript note about deprecation.
Updated the note about spdk-firewall-proxy deprecation with a superscript.
Contributor
|
🤖: Deployment available as https://docstest.simplyblock.io/update-firewall-port-tables |
1 similar comment
Contributor
|
🤖: Deployment available as https://docstest.simplyblock.io/update-firewall-port-tables |
…cols) - Split control+storage services into per-direction rows: egress for control, ingress for storage (spdk-http-proxy, spdk-firewall-proxy, Control plane RPC) - Split nvmf into client (egress) and storage (ingress, egress) - Rename "Source / Target Network" column to "Hosts" - Add "Network" column: Control everywhere except nvmf (Storage) - Monitoring Stack hosts: monitoring -> control - FoundationDB: ingress / control Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
|
🤖: Deployment available as https://docstest.simplyblock.io/update-firewall-port-tables |
Collaborator
|
I removed the snippet duplicates and moved the includes to the unified snippet version. |
Contributor
|
🤖: Deployment available as https://docstest.simplyblock.io/update-firewall-port-tables |
noctarius
approved these changes
Jun 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the contents of the four firewall port-table snippets with a single consolidated table:
snippets/storage-plane-network-port-table.mdsnippets/storage-plane-network-port-table-k8s.mdsnippets/control-plane-network-port-table.mdsnippets/control-plane-network-port-table-k8s.mdNew table covers: ICMP, spdk-http-proxy (5000), spdk-firewall-proxy (50001-50065, deprecating with 26.2.3), nvmf internal/client-target (4420-4499), FoundationDB (4500), control plane API (80), control plane RPC (8080-9044), and the monitoring stack (12202, 13301, 13302, 9200, 9090).
Notes
{% include %}'d bydocs/deployments/.../install-sp.md,install-cp.md, andk8s-storage-plane.md, so the rendered firewall docs update automatically.snippets/iptables-setup-docker-swarm.mdanddocs/deployments/install-on-linux/install-cp.mdstill hard-code the old port ranges (e.g.8080:8890,9090-9900,4420), and the25-6-ga.mdrelease note documents older ranges. These are now inconsistent with the updated tables.🤖 Generated with Claude Code