mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-04 20:14:57 +08:00
Fix docs on clustering auto value (#2870)
Co-authored-by: José Valim <jose.valim@dashbit.co>
This commit is contained in:
parent
692251d3bf
commit
0b313b5cf1
1 changed files with 4 additions and 0 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue