This is an automated email from the ASF dual-hosted git repository. jark pushed a commit to branch release-0.8 in repository https://gitbox.apache.org/repos/asf/fluss.git
commit 7d9611f2a907a80e6b9ee72d5e47a357fcd25e88 Author: Jackeyzhe <[email protected]> AuthorDate: Sun Dec 14 15:41:12 2025 +0800 [docs] Add warning message in "Deploying Local Cluster" page (#2156) Co-authored-by: jackeyzhe <[email protected]> (cherry picked from commit 53f56358d6a6501bf5df8e64863f72a6a8afcf0e) --- website/docs/install-deploy/deploying-local-cluster.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/install-deploy/deploying-local-cluster.md b/website/docs/install-deploy/deploying-local-cluster.md index 5bfb90c9e..d62184d80 100644 --- a/website/docs/install-deploy/deploying-local-cluster.md +++ b/website/docs/install-deploy/deploying-local-cluster.md @@ -4,6 +4,11 @@ sidebar_position: 2 --- # Deploying Local Cluster +:::warning +**This setup deploys Fluss to a single machine only.** The Fluss endpoint will **only be accessible locally** (e.g. via `localhost`). +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). +That guide explains how to use `coordinator-server.sh` and `tablet-server.sh` with an externally accessible homename and port. +::: This page provides instructions on how to deploy a *local cluster* (on one machine, but in separate processes) for Fluss.
