Skip to content

Commit 99c212a

Browse files
author
brice
committed
followup edits to the scaling and performance networking info
1 parent f3fe2b6 commit 99c212a

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

scaling_performance/network_optimization.adoc

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -114,18 +114,19 @@ in latency tests.
114114
{product-title} provides IP address management for both pods and services. The
115115
default values allow for:
116116

117-
- Maximum cluster size of 1024 nodes
118-
- Each of the 1024 nodes has a /23 allocated to it (510 usable IPs for pods)
119-
- Provides 65,536 IP addresses for services.
117+
- A maximum cluster size of 1024 nodes
118+
- Each of the 1024 nodes having a /23 allocated to it (510 usable IPs for pods)
119+
- Around 65,536 IP addresses for services
120120

121-
Under most circumstances, these networks cannot be changed after deployment. Thus it is important to plan ahead for growth.
121+
Under most circumstances, these networks cannot be changed after deployment.
122+
So, planning ahead for growth is important.
122123

123-
Restrictions for resizing networks are document here:
124+
Restrictions for resizing networks are document in the
124125
xref:../install_config/configuring_sdn.adoc#configuring-the-pod-network-on-masters[Configuring
125126
SDN documentation].
126127

127-
If you would like to plan for a larger environment, here are some example values to consider adding to the `[OSE3:vars]` section in your
128-
Ansible inventory file:
128+
To plan for a larger environment, the following are suggested values to consider
129+
adding to the `[OSE3:vars]` section in your Ansible inventory file:
129130

130131
----
131132
[OSE3:vars]
@@ -134,4 +135,7 @@ osm_cluster_network_cidr=10.128.0.0/10
134135

135136
This will allow for 8192 nodes, each with 510 usable IPs.
136137

137-
Please refer to the supportability limits in the {product-title} documentation for node/pod limits for the version of software you are installing.
138+
Please refer to the supportability limits in the {product-title} documentation
139+
for node/pod limits for the version of software you are installing.
140+
141+

0 commit comments

Comments
 (0)