Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update documentation for forming cluster with existing server #921

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions doc/howto/cluster_form.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ Would you like a YAML "incus admin init" preseed to be printed? (yes/no) [defaul
After the initialization process finishes, your first cluster member should be up and available on your network.
You can check this with [`incus cluster list`](incus_cluster_list.md).

### Convert an existing server into bootstrap server

If you are intending to convert an existing Incus server with instances into the bootstrap server for a new cluster, there is a slightly different procedure.

Firstly, ensure the `core.https_address` (or `cluster.https_address`) is configured to a specific IP or DNS address using `incus config set core.https_address [IP_OR_DNS]:8443`. The default wildcard value cannot be used in clustered mode.

Then you can run `incus cluster enable memberName` and continue with the steps below to join in additional cluster members.

### Join additional servers

You can now join further servers to the cluster.
Expand Down
Loading