diff --git a/doc/explanation/clustering.md b/doc/explanation/clustering.md index bae437f7223..ce680088f79 100644 --- a/doc/explanation/clustering.md +++ b/doc/explanation/clustering.md @@ -5,10 +5,6 @@ To spread the total workload over several servers, Incus can be run in clusterin In this scenario, any number of Incus servers share the same distributed database that holds the configuration for the cluster members and their instances. The Incus cluster can be managed uniformly using the [`incus`](incus.md) client or the REST API. -```{tip} -If you want to quickly set up a basic Incus cluster, check out [MicroCloud](https://microcloud.is). -``` - (clustering-members)= ## Cluster members diff --git a/doc/howto/cluster_form.md b/doc/howto/cluster_form.md index d1923674abd..897b4b67bad 100644 --- a/doc/howto/cluster_form.md +++ b/doc/howto/cluster_form.md @@ -9,9 +9,6 @@ See {ref}`clustering-members` for more information. You can form the Incus cluster interactively by providing configuration information during the initialization process or by using preseed files that contain the full configuration. -To quickly and automatically set up a basic Incus cluster, you can use MicroCloud. -Note, however, that this project is still in an early phase. - ## Configure the cluster interactively To form your cluster, you must first run `incus admin init` on the bootstrap server. After that, run it on the other servers that you want to join to the cluster. diff --git a/doc/reference/storage_ceph.md b/doc/reference/storage_ceph.md index fcea52931a9..5958da7ffcb 100644 --- a/doc/reference/storage_ceph.md +++ b/doc/reference/storage_ceph.md @@ -5,10 +5,6 @@ [Ceph](https://ceph.io/en/) is an open-source storage platform that stores its data in a storage cluster based on {abbr}`RADOS (Reliable Autonomic Distributed Object Store)`. It is highly scalable and, as a distributed system without a single point of failure, very reliable. -```{tip} -If you want to quickly set up a basic Ceph cluster, check out [MicroCeph](https://microcloud.is). -``` - Ceph provides different components for block storage and for file systems.