Skip to content

Commit

Permalink
Fix docs on clustering auto value (#2870)
Browse files Browse the repository at this point in the history
Co-authored-by: José Valim <[email protected]>
  • Loading branch information
hugobarauna and josevalim authored Nov 22, 2024
1 parent 692251d commit 0b313b5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/deployment/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ You may set `LIVEBOOK_CLUSTER` to one of the following values.

### `auto`

> #### Attention {: .warning}
>
> "auto" is only a valid value if you're running Livebook's Docker image on Fly.io or Kubernetes.
Detects the hosting platform and automatically sets up a cluster using DNS configuration. Currently the supported platforms are Fly.io and Kubernetes.

### `dns:QUERY`
Expand Down

0 comments on commit 0b313b5

Please sign in to comment.