This is an automated email from the ASF dual-hosted git repository.
jark pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/main by this push:
new 53f56358d [docs] Add warning message in "Deploying Local Cluster" page
(#2156)
53f56358d is described below
commit 53f56358d6a6501bf5df8e64863f72a6a8afcf0e
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]>
---
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.