From d057aa7c3ac59c1f63efed5cccc08a48d611617e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 27 Apr 2025 11:16:20 +0200 Subject: [PATCH] Update docs/deployment/clustering.md --- docs/deployment/clustering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment/clustering.md b/docs/deployment/clustering.md index 541089cac..9f65744a1 100644 --- a/docs/deployment/clustering.md +++ b/docs/deployment/clustering.md @@ -12,7 +12,7 @@ You may set `LIVEBOOK_CLUSTER` to one of the following values. > #### Attention {: .warning} > -> "auto" is only a valid value if you're running Livebook's Docker image on AWS ECS, Kubernetes, and Fly.io. +> "auto" is only a valid value if you're running Livebook's Docker image on AWS ECS (including Fargate), Kubernetes, and Fly.io. Detects the hosting platform and automatically sets up a cluster using DNS configuration. See platform specific notes below.