diff --git a/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-cluster-creation.md b/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-cluster-creation.md index 523d25278..8cff07244 100644 --- a/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-cluster-creation.md +++ b/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-cluster-creation.md @@ -13,7 +13,12 @@ Make sure to select your Hybrid Cloud Environment as the target.  -Note that in the "Kubernetes Configuration" section you can additionally configure: +In the "Set up Your Storage" section, you can configure: +- the Database Storage Class, for the data stored within Qdrant +- Snapshot Storage Class, for [collection snapshots](/documentation/snapshots/) +- Volume Snapshot Storage Class for backups. If you want to disable the snapshot volume, you can configure `None` as a Snapshot StorageClass, but you won't be able to make backups. + +In the "Kubernetes Configuration" section you can additionally configure: * NodeSelectors for the Qdrant database pods * Toleration for the Qdrant database pods @@ -21,6 +26,7 @@ Note that in the "Kubernetes Configuration" section you can additionally configu * Additional labels for the Qdrant database pods * A service type and annotations for the Qdrant database service + These settings can also be changed after the cluster is created on the cluster detail page.  diff --git a/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-setup.md b/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-setup.md index 5c044ae36..e9e43fb32 100644 --- a/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-setup.md +++ b/qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-setup.md @@ -9,9 +9,6 @@ weight: 5 The following instruction set will show you how to properly set up a **Qdrant cluster** in your **Hybrid Cloud Environment**. -You can also watch a video demo on how to set up a Hybrid Cloud Environment: -
- To learn how Hybrid Cloud works, [read the overview document](/documentation/hybrid-cloud/). ## Prerequisites @@ -45,43 +42,34 @@ You will need to have access to the Kubernetes cluster with `kubectl` and `helm` 2. Before creating your first Hybrid Cloud Environment, you have to provide billing information and accept the Hybrid Cloud license agreement. The installation wizard will guide you through the process. -> **Note:** You will only be charged for the Qdrant cluster you create in a Hybrid Cloud Environment, but not for the environment itself. + > **Note:** You will only be charged for the Qdrant cluster you create in a Hybrid Cloud Environment, but not for the environment itself. -3. Now you can specify the following: +3. Specify the following: - **Environment Name:** A name for the Hybrid Cloud Environment - **Kubernetes Namespace:** The Kubernetes namespace for the services (like agent and operator). Once you select a namespace, you can't change it. - You can also configure the StorageClass and VolumeSnapshotClass to use for the Qdrant databases, if you want to deviate from the default settings of your cluster. - - By default, Qdrant Cloud will provision two volumes per Qdrant Pod: One for the data stored within Qdrant, and one for [collection snapshots](/documentation/snapshots/). By default, the same StorageClass will be used for both volumes. You can also configure a different StorageClass in the advanced configuration options of your Hybrid Cloud environment. If you want to disable the snapshot volume, you can configure `emptyDir` as a Snapshot StorageClass. -  -4. You can then enter the YAML configuration for your Kubernetes operator. Qdrant supports a specific list of configuration options, as described in the [Qdrant Operator configuration](/documentation/hybrid-cloud/operator-configuration/) section. - -5. (Optional) If you have special requirements for any of the following, activate the **Show advanced configuration** option: +4. (Optional) Configure any of the following settings if needed: + - Node selectors and tolerations for the operator, agent, cluster-manager and monitoring stack. + - Control Plane Labels that will be added to all Kubernetes resources of the Hybrid Cloud control-plane components. +  - If you use a proxy to connect from your infrastructure to the Qdrant Cloud API, you can specify the proxy URL, credentials and certificates.  - Container registry URL for Qdrant services (like Agent, Operator, Cluster-manager and monitoring stack) images. The default is