Review feedback

This commit is contained in:
Abdon Pijpelink
2026-06-17 16:42:50 +02:00
parent 23e315056c
commit 7903c215b4
3 changed files with 3 additions and 6 deletions
@@ -14,8 +14,8 @@ Make sure to select your Hybrid Cloud Environment as the target.
![Create Hybrid Cloud Cluster](/documentation/cloud/hybrid_cloud_create_cluster.png)
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/)
- 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:
@@ -26,11 +26,8 @@ In the "Kubernetes Configuration" section you can additionally configure:
* 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.
![Create Hybrid Cloud Cluster - Kubernetes Configuration](/documentation/cloud/hybrid_cloud_kubernetes_configuration.png)
### Scheduling Configuration
When creating or editing a cluster, you can configure Pod to node scheduling for your Kubernetes cluster. This can be useful to ensure that the Qdrant databases will run on dedicated nodes. You can configure the necessary nodeSelectors and tolerations and topologySpreadConstraints in the "Kubernetes Configuration" section during cluster creation, or on the cluster detail page. For more information see [Scheduling Pods to Nodes](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/).
@@ -63,7 +63,7 @@ You will need to have access to the Kubernetes cluster with `kubectl` and `helm`
- An optional secret with credentials to access your own container registry.
![Create Hybrid Cloud Environment - Custom Registries](/documentation/cloud/Hcloud_connection_custom_registries.png)
5. Once complete, click the **Save and Generate Installation Command** button to proceed
5. Once complete, click the **Save and Generate Installation Command** button to proceed (see next section).
> **Note:** All settings but the Kubernetes namespace can be changed later.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 273 KiB