This commit is contained in:
Bastian Hofmann
2025-08-13 13:20:13 +02:00
parent a3307f3191
commit 554bd6fefc
@@ -63,7 +63,7 @@ kubectl create secret docker-registry qdrant-registry-creds --docker-server=regi
helm registry login 'registry.cloud.qdrant.io' --username 'your-username' --password 'your-password'
```
4. Install then Qdrant Kubernetes Operator Custom Resource Definitions (CRDs):
4. Install the Qdrant Kubernetes Operator Custom Resource Definitions (CRDs):
```bash
helm upgrade --install qdrant-private-cloud-crds oci://registry.cloud.qdrant.io/qdrant-charts/qdrant-kubernetes-api --namespace qdrant-private-cloud --version v1.17.2 --wait