Skip to content

Commit

Permalink
Document: externalIPs functionality (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps authored Jul 19, 2024
1 parent 7eef1e1 commit 7923a1d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/en/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ replicated linstor.csi.linbit.com Delete WaitForFirstConsumer

## Configure Networking interconnection

{{% alert color="info" %}}
If you plan to use an external load balancer or a client-side balancer to access your services through the same IPs for your nodes, you can skip this step
{{% /alert %}}

To access your services select the range of unused IPs, eg. `192.168.100.200-192.168.100.250`

{{% alert color="warning" %}}
Expand Down Expand Up @@ -347,6 +351,10 @@ Open: http://localhost:8000/
- Set `etcd`, `monitoring` and `ingress` to enabled position
- Click Deploy

{{% alert color="info" %}}
If you plan to use an external load balancer or a client-side balancer to access your services through the same IPs for your nodes, you have to modify `ingress` application to specify these IPs in `externalIPs`.
{{% /alert %}}


Check persistent volumes provisioned:

Expand Down

0 comments on commit 7923a1d

Please sign in to comment.