@@ -114,18 +114,19 @@ in latency tests.
114
114
{product-title} provides IP address management for both pods and services. The
115
115
default values allow for:
116
116
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
120
120
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.
122
123
123
- Restrictions for resizing networks are document here:
124
+ Restrictions for resizing networks are document in the
124
125
xref:../install_config/configuring_sdn.adoc#configuring-the-pod-network-on-masters[Configuring
125
126
SDN documentation].
126
127
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:
129
130
130
131
----
131
132
[OSE3:vars]
@@ -134,4 +135,7 @@ osm_cluster_network_cidr=10.128.0.0/10
134
135
135
136
This will allow for 8192 nodes, each with 510 usable IPs.
136
137
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