Skip to content

Commit 7d9611f

Browse files
Jackeyzhejackeyzhe
authored andcommitted
[docs] Add warning message in "Deploying Local Cluster" page (#2156)
Co-authored-by: jackeyzhe <[email protected]> (cherry picked from commit 53f5635)
1 parent bfc63c0 commit 7d9611f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/docs/install-deploy/deploying-local-cluster.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ sidebar_position: 2
44
---
55

66
# Deploying Local Cluster
7+
:::warning
8+
**This setup deploys Fluss to a single machine only.** The Fluss endpoint will **only be accessible locally** (e.g. via `localhost`).
9+
If you need access your Fluss cluster from a different machine or deploy across multiple servers, please refer to the [Deploying Distributed Cluster](install-deploy/deploying-distributed-cluster.md).
10+
That guide explains how to use `coordinator-server.sh` and `tablet-server.sh` with an externally accessible homename and port.
11+
:::
712

813
This page provides instructions on how to deploy a *local cluster* (on one machine, but in separate processes) for Fluss.
914

0 commit comments

Comments
 (0)