Skip to content

Commit 1185f7c

Browse files
authored
Merge pull request #1507 from qdrant/chore/seb/add_warning_hybrid_cloud_cleanup
Add warning for running hybrid cloud cleanup
2 parents 7cae26d + 1d9eb71 commit 1185f7c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

qdrant-landing/content/documentation/hybrid-cloud/hybrid-cloud-setup.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,13 @@ If you don't run the installation command, the secrets will not be updated and t
221221
222222
To delete a Hybrid Cloud Environment, first delete all Qdrant database clusters in it. Then you can delete the environment itself.
223223
224-
To clean up your Kubernetes cluster, after deleting the Hybrid Cloud Environment, you can use the following script to remove all Qdrant related resources:
224+
To clean up your Kubernetes cluster, after deleting the Hybrid Cloud Environment, you can download the script from https://github.com/qdrant/qdrant-cloud-support-tools/tree/main/hybrid-cloud-cleanup to remove all Qdrant related resources.
225225
226-
Download the script at https://github.com/qdrant/qdrant-cloud-support-tools/tree/main/hybrid-cloud-cleanup. Then run the following command while being connected to your Kubernetes cluster. The script requires `kubectl` and `helm` to be installed.
226+
<aside role="alert">
227+
This will destroy all Qdrant related resources from your cluster and is non reversible. Please make sure to double check your environment and that you have created and tested your backups before proceeding.
228+
</aside>
229+
230+
Run the following command while being connected to your Kubernetes cluster. The script requires `kubectl` and `helm` to be installed.
227231

228232
```shell
229233
./hybrid-cloud-cleanup.sh your-qdrant-namespace

0 commit comments

Comments
 (0)