Skip to content

Commit 6388d7a

Browse files
committed
Fixed note about load balancer on AWS
1 parent 7533ba8 commit 6388d7a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/deployments/aws-ec2/install-simplyblock-csi.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,9 @@ The last line of a successful storage pool creation returns the new pool id.
5858
ad35b7bb-7703-4d38-884f-d8e56ffdafc6 # <- Pool Id
5959
```
6060

61-
The last item necessary before deploying the CSI driver is the control plane address. On a standard bare metal
62-
installation it is any of the API addresses. Meaning, if the primary management node has the IP of `192.168.10.1`, the
63-
control plane address is `http://192.168.0.1`. It is, however, recommended to front all management nodes, with a load
64-
balancing proxy, such as HAproxy. In the latter case, the load balancer URL would be the address of the control plane.
61+
The last item necessary before deploying the CSI driver is the control plane address. It is recommended to front the
62+
simplyblock API with an AWS load balancer service. Hence, your control plane address is the "public" endpoint of this
63+
load balancer.
6564

6665
Anyhow, deploying the Simplyblock CSI Driver using the provided helm chart comes down to providing the four necessary
6766
values, adding the helm chart repository, and installing the driver.

0 commit comments

Comments
 (0)