Skip to content

Commit a87a2c7

Browse files
author
Matt Pryor
committed
Clarifications in documentation
1 parent 6060da8 commit a87a2c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/book/src/clusteropenstack/configuration.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,13 @@ prevent a floating IP from being allocated.
158158
> **WARNING**
159159
>
160160
> If the API server does not have a floating IP, workload clusters will only deploy successfully
161-
> when the management cluster and control plane nodes are on the same network. This can be
162-
> a project-specific network, if the management cluster lives in the same project as the workload
163-
> cluster, or a network that is shared across multiple projects.
161+
> when the management cluster and workload cluster control plane nodes are on the same network.
162+
> This can be a project-specific network, if the management cluster lives in the same project
163+
> as the workload cluster, or a network that is shared across multiple projects.
164164
>
165165
> In particular, this means that the cluster **cannot** use `OpenStackCluster.spec.nodeCidr`
166166
> to provision a new network for the cluster. Instead, use `OpenStackCluster.spec.network`
167-
> to explicitly specify the network that the management cluster is on.
167+
> to explicitly specify the same network as the management cluster is on.
168168
169169
When the API server floating IP is disabled, it is **not possible** to provision a cluster
170170
without a load balancer without additional configuration (an advanced use-case that is not
@@ -173,7 +173,7 @@ documented here). This is because the API server must still have a
173173
a particular control plane node in order to allow the nodes to change underneath, e.g.
174174
during an upgrade. When the API server has a floating IP, this role is fulfilled by the
175175
floating IP even if there is no load balancer. When the API server does not have a floating
176-
IP, the load balancer virtual IP is used.
176+
IP, the load balancer virtual IP on the cluster network is used.
177177

178178
## Network Filters
179179

0 commit comments

Comments
 (0)