source commons files source engines files source kubeblocks files `kubectl get namespace | grep ns-syxmk ` `kubectl create namespace ns-syxmk` namespace/ns-syxmk created create namespace ns-syxmk done download kbcli `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)` `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.0` Your system is linux_amd64 Installing kbcli ... Downloading ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33.6M 100 33.6M 0 0 120M 0 --:--:-- --:--:-- --:--:-- 215M kbcli installed successfully. Kubernetes: v1.32.5-eks-5d4a308 KubeBlocks: 1.0.0 kbcli: 1.0.0 Make sure your docker service is running and begin your journey with kbcli: kbcli playground init For more information on how to get started, please visit: https://kubeblocks.io download kbcli v1.0.0 done Kubernetes: v1.32.5-eks-5d4a308 KubeBlocks: 1.0.0 kbcli: 1.0.0 Kubernetes Env: v1.32.5-eks-5d4a308 check snapshot controller check snapshot controller done eks default-vsc found POD_RESOURCES: No resources found found default storage class: gp3 KubeBlocks version is:1.0.0 skip upgrade KubeBlocks current KubeBlocks version: 1.0.0 Error: no repositories to show helm repo add chaos-mesh https://charts.chaos-mesh.org "chaos-mesh" has been added to your repositories add helm chart repo chaos-mesh success chaos mesh already installed check component definition set component name:qdrant set component version set component version:qdrant set service versions:1.10.0,1.8.4,1.8.1,1.7.3,1.5.0 set service versions sorted:1.5.0,1.7.3,1.8.1,1.8.4,1.10.0 set qdrant component definition set qdrant component definition qdrant-1.0.0-alpha.0 set replicas first:2,1.5.0|2,1.7.3|2,1.8.1|2,1.8.4|2,1.10.0 set replicas third:2,1.8.1 set replicas fourth:2,1.5.0 set minimum cmpv service version set minimum cmpv service version replicas:2,1.5.0 REPORT_COUNT:1 CLUSTER_TOPOLOGY:cluster topology cluster found in cluster definition qdrant set qdrant component definition set qdrant component definition qdrant-1.0.0-alpha.0 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 No resources found in ns-syxmk namespace. termination_policy:DoNotTerminate create 2 replica DoNotTerminate qdrant cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: qdrant-1.0.0-alpha.0 by component version:qdrant apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: qdrant-ocxywl namespace: ns-syxmk spec: clusterDef: qdrant topology: cluster terminationPolicy: DoNotTerminate componentSpecs: - name: qdrant serviceVersion: 1.5.0 replicas: 2 disableExporter: true resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi `kubectl apply -f test_create_qdrant-ocxywl.yaml` cluster.apps.kubeblocks.io/qdrant-ocxywl created apply test_create_qdrant-ocxywl.yaml Success `rm -rf test_create_qdrant-ocxywl.yaml` check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Creating May 28,2025 11:34 UTC+0800 clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Creating cluster_status:Creating cluster_status:Creating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:34 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:35 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 `kubectl get secrets -l app.kubernetes.io/instance=qdrant-ocxywl` No resources found in ns-syxmk namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:6333;DB_DATABASE: There is no password in Type: 10. describe cluster `kbcli cluster describe qdrant-ocxywl --namespace ns-syxmk ` Name: qdrant-ocxywl Created Time: May 28,2025 11:34 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-syxmk qdrant cluster Running DoNotTerminate Endpoints: COMPONENT INTERNAL EXTERNAL qdrant qdrant-ocxywl-qdrant-qdrant.ns-syxmk.svc.cluster.local:6333 qdrant-ocxywl-qdrant-qdrant.ns-syxmk.svc.cluster.local:6334 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME qdrant 1.5.0 qdrant-ocxywl-qdrant-0 Running us-west-2a ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:34 UTC+0800 qdrant 1.5.0 qdrant-ocxywl-qdrant-1 Running us-west-2a ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:35 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS qdrant 100m / 100m 512Mi / 512Mi data:1Gi kb-default-sc Images: COMPONENT COMPONENT-DEFINITION IMAGE qdrant qdrant-1.0.0-alpha.0 docker.io/apecloud/qdrant:v1.5.0 docker.io/apecloud/curl-jq:0.1.0 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION RECOVERABLE-TIME Show cluster events: kbcli cluster list-events -n ns-syxmk qdrant-ocxywl `kbcli cluster label qdrant-ocxywl app.kubernetes.io/instance- --namespace ns-syxmk ` label "app.kubernetes.io/instance" not found. `kbcli cluster label qdrant-ocxywl app.kubernetes.io/instance=qdrant-ocxywl --namespace ns-syxmk ` `kbcli cluster label qdrant-ocxywl --list --namespace ns-syxmk ` NAME NAMESPACE LABELS qdrant-ocxywl ns-syxmk app.kubernetes.io/instance=qdrant-ocxywl clusterdefinition.kubeblocks.io/name=qdrant label cluster app.kubernetes.io/instance=qdrant-ocxywl Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=qdrant-ocxywl --namespace ns-syxmk ` `kbcli cluster label qdrant-ocxywl --list --namespace ns-syxmk ` NAME NAMESPACE LABELS qdrant-ocxywl ns-syxmk app.kubernetes.io/instance=qdrant-ocxywl case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=qdrant label cluster case.name=kbcli.test1 Success `kbcli cluster label qdrant-ocxywl case.name=kbcli.test2 --overwrite --namespace ns-syxmk ` `kbcli cluster label qdrant-ocxywl --list --namespace ns-syxmk ` NAME NAMESPACE LABELS qdrant-ocxywl ns-syxmk app.kubernetes.io/instance=qdrant-ocxywl case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=qdrant label cluster case.name=kbcli.test2 Success `kbcli cluster label qdrant-ocxywl case.name- --namespace ns-syxmk ` `kbcli cluster label qdrant-ocxywl --list --namespace ns-syxmk ` NAME NAMESPACE LABELS qdrant-ocxywl ns-syxmk app.kubernetes.io/instance=qdrant-ocxywl clusterdefinition.kubeblocks.io/name=qdrant delete cluster label case.name Success test failover connectionstress check node drain check node drain success Error from server (NotFound): pods "test-db-client-connectionstress-qdrant-ocxywl" not found `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-connectionstress-qdrant-ocxywl --namespace ns-syxmk ` Error from server (NotFound): pods "test-db-client-connectionstress-qdrant-ocxywl" not found Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. Error from server (NotFound): pods "test-db-client-connectionstress-qdrant-ocxywl" not found `kubectl get secrets -l app.kubernetes.io/instance=qdrant-ocxywl` No resources found in ns-syxmk namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:6333;DB_DATABASE: apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-qdrant-ocxywl namespace: ns-syxmk spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "qdrant-ocxywl-qdrant-qdrant.ns-syxmk.svc.cluster.local" - "--user" - "" - "--password" - "" - "--port" - "6333" - "--database" - "" - "--dbtype" - "qdrant" - "--test" - "connectionstress" - "--connections" - "10000" - "--duration" - "60" restartPolicy: Never `kubectl apply -f test-db-client-connectionstress-qdrant-ocxywl.yaml` pod/test-db-client-connectionstress-qdrant-ocxywl created apply test-db-client-connectionstress-qdrant-ocxywl.yaml Success `rm -rf test-db-client-connectionstress-qdrant-ocxywl.yaml` check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 0/1 ContainerCreating 0 6s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 0/1 ContainerCreating 0 11s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 17s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 23s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 29s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 35s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 41s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 46s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 52s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 58s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 64s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 70s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 76s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 82s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 88s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 94s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 100s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 106s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 112s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 117s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 1/1 Running 0 2m3s check pod test-db-client-connectionstress-qdrant-ocxywl status done pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-qdrant-ocxywl 0/1 Completed 0 2m9s check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Running May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:34 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:35 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 --host qdrant-ocxywl-qdrant-qdrant.ns-syxmk.svc.cluster.local --user --password --port 6333 --database --dbtype qdrant --test connectionstress --connections 10000 --duration 60 Test Result: Connection stress test results: Attempted connections: 10000 Successful connections: 10000 Test duration: 60 seconds Connection Information: Database Type: qdrant Host: qdrant-ocxywl-qdrant-qdrant.ns-syxmk.svc.cluster.local Port: 6333 Database: Table: User: Org: Access Mode: mysql Test Type: connectionstress Connection Count: 10000 Duration: 60 seconds `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-connectionstress-qdrant-ocxywl --namespace ns-syxmk ` pod/test-db-client-connectionstress-qdrant-ocxywl patched (no change) Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. pod "test-db-client-connectionstress-qdrant-ocxywl" force deleted check failover pod name failover pod name:qdrant-ocxywl-qdrant-0 failover connectionstress Success check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale qdrant-ocxywl --auto-approve --force=true --components qdrant --cpu 200m --memory 0.6Gi --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-verticalscaling-zkkzc created successfully, you can view the progress: kbcli cluster describe-ops qdrant-ocxywl-verticalscaling-zkkzc -n ns-syxmk check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-verticalscaling-zkkzc ns-syxmk VerticalScaling qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:38 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:1Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:39 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:1Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:39 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-verticalscaling-zkkzc ns-syxmk VerticalScaling qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:38 UTC+0800 check ops status done ops_status:qdrant-ocxywl-verticalscaling-zkkzc ns-syxmk VerticalScaling qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:38 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-verticalscaling-zkkzc --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-verticalscaling-zkkzc patched `kbcli cluster delete-ops --name qdrant-ocxywl-verticalscaling-zkkzc --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-verticalscaling-zkkzc deleted `kubectl get pvc -l app.kubernetes.io/instance=qdrant-ocxywl,apps.kubeblocks.io/component-name=qdrant,apps.kubeblocks.io/vct-name=data --namespace ns-syxmk ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in qdrant-ocxywl namespace. `kbcli cluster volume-expand qdrant-ocxywl --auto-approve --force=true --components qdrant --volume-claim-templates data --storage 4Gi --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-volumeexpansion-7vfx9 created successfully, you can view the progress: kbcli cluster describe-ops qdrant-ocxywl-volumeexpansion-7vfx9 -n ns-syxmk check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-volumeexpansion-7vfx9 ns-syxmk VolumeExpansion qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:40 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:39 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:39 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 No resources found in qdrant-ocxywl namespace. check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-volumeexpansion-7vfx9 ns-syxmk VolumeExpansion qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:40 UTC+0800 check ops status done ops_status:qdrant-ocxywl-volumeexpansion-7vfx9 ns-syxmk VolumeExpansion qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:40 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-volumeexpansion-7vfx9 --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-volumeexpansion-7vfx9 patched `kbcli cluster delete-ops --name qdrant-ocxywl-volumeexpansion-7vfx9 --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-volumeexpansion-7vfx9 deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart qdrant-ocxywl --auto-approve --force=true --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-restart-d7rxv created successfully, you can view the progress: kbcli cluster describe-ops qdrant-ocxywl-restart-d7rxv -n ns-syxmk check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-restart-d7rxv ns-syxmk Restart qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:42 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:43 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:42 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-restart-d7rxv ns-syxmk Restart qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:42 UTC+0800 check ops status done ops_status:qdrant-ocxywl-restart-d7rxv ns-syxmk Restart qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:42 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-restart-d7rxv --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-restart-d7rxv patched `kbcli cluster delete-ops --name qdrant-ocxywl-restart-d7rxv --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-restart-d7rxv deleted cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop qdrant-ocxywl --auto-approve --force=true --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-stop-tzwvv created successfully, you can view the progress: kbcli cluster describe-ops qdrant-ocxywl-stop-tzwvv -n ns-syxmk check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-stop-tzwvv ns-syxmk Stop qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:44 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Stopping May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping check cluster status done cluster_status:Stopped check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME check pod status done check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-stop-tzwvv ns-syxmk Stop qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:44 UTC+0800 check ops status done ops_status:qdrant-ocxywl-stop-tzwvv ns-syxmk Stop qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:44 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-stop-tzwvv --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-stop-tzwvv patched `kbcli cluster delete-ops --name qdrant-ocxywl-stop-tzwvv --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-stop-tzwvv deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start qdrant-ocxywl --force=true --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-start-6dc6h created successfully, you can view the progress: kbcli cluster describe-ops qdrant-ocxywl-start-6dc6h -n ns-syxmk check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-start-6dc6h ns-syxmk Start qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:45 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-start-6dc6h ns-syxmk Start qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:45 UTC+0800 check ops status done ops_status:qdrant-ocxywl-start-6dc6h ns-syxmk Start qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:45 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-start-6dc6h --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-start-6dc6h patched `kbcli cluster delete-ops --name qdrant-ocxywl-start-6dc6h --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-start-6dc6h deleted cluster does not need to check monitor currently check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Running May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 upgrade service version unsupported hscale cluster qdrant scale-out check cluster status before ops check cluster status done cluster_status:Running No resources found in qdrant-ocxywl namespace. `kbcli cluster scale-out qdrant-ocxywl --auto-approve --force=true --components qdrant --replicas 1 --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-horizontalscaling-kn9ns created successfully, you can view the progress: kbcli cluster describe-ops qdrant-ocxywl-horizontalscaling-kn9ns -n ns-syxmk check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-horizontalscaling-kn9ns ns-syxmk HorizontalScaling qdrant-ocxywl qdrant Running 0/1 May 28,2025 11:46 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-2 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-11-41.us-west-2.compute.internal/172.31.11.41 May 28,2025 11:46 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 No resources found in qdrant-ocxywl namespace. check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-horizontalscaling-kn9ns ns-syxmk HorizontalScaling qdrant-ocxywl qdrant Succeed 1/1 May 28,2025 11:46 UTC+0800 check ops status done ops_status:qdrant-ocxywl-horizontalscaling-kn9ns ns-syxmk HorizontalScaling qdrant-ocxywl qdrant Succeed 1/1 May 28,2025 11:46 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-horizontalscaling-kn9ns --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-horizontalscaling-kn9ns patched `kbcli cluster delete-ops --name qdrant-ocxywl-horizontalscaling-kn9ns --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-horizontalscaling-kn9ns deleted cluster qdrant scale-in check cluster status before ops check cluster status done cluster_status:Running No resources found in qdrant-ocxywl namespace. `kbcli cluster scale-in qdrant-ocxywl --auto-approve --force=true --components qdrant --replicas 1 --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-horizontalscaling-tnc24 created successfully, you can view the progress: kbcli cluster describe-ops qdrant-ocxywl-horizontalscaling-tnc24 -n ns-syxmk check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-horizontalscaling-tnc24 ns-syxmk HorizontalScaling qdrant-ocxywl qdrant Running 0/1 May 28,2025 11:47 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 No resources found in qdrant-ocxywl namespace. check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-horizontalscaling-tnc24 ns-syxmk HorizontalScaling qdrant-ocxywl qdrant Succeed 1/1 May 28,2025 11:47 UTC+0800 check ops status done ops_status:qdrant-ocxywl-horizontalscaling-tnc24 ns-syxmk HorizontalScaling qdrant-ocxywl qdrant Succeed 1/1 May 28,2025 11:47 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-horizontalscaling-tnc24 --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-horizontalscaling-tnc24 patched `kbcli cluster delete-ops --name qdrant-ocxywl-horizontalscaling-tnc24 --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-horizontalscaling-tnc24 deleted cmpv upgrade service version:2,1.5.0|2,1.7.3|2,1.8.1|2,1.8.4|2,1.10.0 set latest cmpv service version latest service version:1.10.0 cmpv service version upgrade and downgrade upgrade from:1.5.0 to service version:1.10.0 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.10.0 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-4trhq created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-4trhq ns-syxmk Upgrade qdrant-ocxywl Pending -/- May 28,2025 11:48 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-4trhq ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:48 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-4trhq ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:48 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-4trhq --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-4trhq patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-4trhq --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-4trhq deleted downgrade from:1.10.0 to service version:1.5.0 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.5.0 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-xrg4v created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-xrg4v ns-syxmk Upgrade qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:50 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-xrg4v ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:50 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-xrg4v ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:50 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-xrg4v --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-xrg4v patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-xrg4v --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-xrg4v deleted upgrade from:1.5.0 to service version:1.7.3 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.7.3 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-kgz2v created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-kgz2v ns-syxmk Upgrade qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:51 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-kgz2v ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:51 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-kgz2v ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:51 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-kgz2v --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-kgz2v patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-kgz2v --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-kgz2v deleted upgrade from:1.7.3 to service version:1.10.0 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.10.0 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-kkbtv created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-kkbtv ns-syxmk Upgrade qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:53 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-kkbtv ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:53 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-kkbtv ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:53 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-kkbtv --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-kkbtv patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-kkbtv --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-kkbtv deleted downgrade from:1.10.0 to service version:1.7.3 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.7.3 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-zm575 created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-zm575 ns-syxmk Upgrade qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:54 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-zm575 ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:54 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-zm575 ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:54 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-zm575 --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-zm575 patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-zm575 --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-zm575 deleted upgrade from:1.7.3 to service version:1.8.1 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.8.1 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-ftkfh created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-ftkfh ns-syxmk Upgrade qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:56 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-ftkfh ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:56 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-ftkfh ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:56 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-ftkfh --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-ftkfh patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-ftkfh --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-ftkfh deleted upgrade from:1.8.1 to service version:1.10.0 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.10.0 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-k9sm8 created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-k9sm8 ns-syxmk Upgrade qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:58 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-k9sm8 ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:58 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-k9sm8 ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:58 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-k9sm8 --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-k9sm8 patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-k9sm8 --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-k9sm8 deleted downgrade from:1.10.0 to service version:1.8.1 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.8.1 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-gfqzr created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-gfqzr ns-syxmk Upgrade qdrant-ocxywl qdrant Running 0/2 May 28,2025 11:59 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-gfqzr ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:59 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-gfqzr ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 11:59 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-gfqzr --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-gfqzr patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-gfqzr --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-gfqzr deleted upgrade from:1.8.1 to service version:1.8.4 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.8.4 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-24q57 created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-24q57 ns-syxmk Upgrade qdrant-ocxywl qdrant Running 0/2 May 28,2025 12:01 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-24q57 ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 12:01 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-24q57 ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 12:01 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-24q57 --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-24q57 patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-24q57 --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-24q57 deleted upgrade from:1.8.4 to service version:1.10.0 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.10.0 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-59f9p created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-59f9p ns-syxmk Upgrade qdrant-ocxywl qdrant Running 0/2 May 28,2025 12:03 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-59f9p ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 12:03 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-59f9p ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 12:03 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-59f9p --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-59f9p patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-59f9p --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-59f9p deleted downgrade from:1.10.0 to service version:1.8.4 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.8.4 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-lx59t created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-lx59t ns-syxmk Upgrade qdrant-ocxywl qdrant Running 0/2 May 28,2025 12:04 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-lx59t ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 12:04 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-lx59t ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 12:04 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-lx59t --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-lx59t patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-lx59t --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-lx59t deleted cmpv service version downgrade downgrade from:1.8.4 to service version:1.5.0 cluster upgrade apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: qdrant-ocxywl-upgrade-cmpv- namespace: ns-syxmk spec: clusterName: qdrant-ocxywl upgrade: components: - componentName: qdrant serviceVersion: 1.5.0 type: Upgrade check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_qdrant-ocxywl.yaml` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-prh9k created create test_ops_cluster_qdrant-ocxywl.yaml Success `rm -rf test_ops_cluster_qdrant-ocxywl.yaml` check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-prh9k ns-syxmk Upgrade qdrant-ocxywl qdrant Running 0/2 May 28,2025 12:06 UTC+0800 check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant DoNotTerminate Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 check ops status `kbcli cluster list-ops qdrant-ocxywl --status all --namespace ns-syxmk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME qdrant-ocxywl-upgrade-cmpv-prh9k ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 12:06 UTC+0800 check ops status done ops_status:qdrant-ocxywl-upgrade-cmpv-prh9k ns-syxmk Upgrade qdrant-ocxywl qdrant Succeed 2/2 May 28,2025 12:06 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations qdrant-ocxywl-upgrade-cmpv-prh9k --namespace ns-syxmk ` opsrequest.operations.kubeblocks.io/qdrant-ocxywl-upgrade-cmpv-prh9k patched `kbcli cluster delete-ops --name qdrant-ocxywl-upgrade-cmpv-prh9k --force --auto-approve --namespace ns-syxmk ` OpsRequest qdrant-ocxywl-upgrade-cmpv-prh9k deleted `kubectl get secrets -l app.kubernetes.io/instance=qdrant-ocxywl` No resources found in ns-syxmk namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:6333;DB_DATABASE: `/qdrant/tools/curl -H 'Content-Type: application/json' -s http://qdrant-ocxywl-qdrant-qdrant.ns-syxmk.svc.cluster.local:6333/collections/collection_yfuib -X PUT -d '***"vectors":***"size":4,"distance":"Dot"***'` Unable to use a TTY - input is not a terminal or the right kind of file exec return msg:***"result":true,"status":"ok","time":0.556835341*** `/qdrant/tools/curl -H 'Content-Type: application/json' -s 'http://qdrant-ocxywl-qdrant-qdrant.ns-syxmk.svc.cluster.local:6333/collections/collection_yfuib/points?wait=true' -X PUT -d '***"points":[***"id":1,"vector":[1,1,1,1],"payload":***"name":"'payloadyfuib'"***]***'` Unable to use a TTY - input is not a terminal or the right kind of file exec return msg:***"result":***"operation_id":0,"status":"completed"***,"status":"ok","time":0.004172302*** `/qdrant/tools/curl -H 'Content-Type: application/json' -s http://qdrant-ocxywl-qdrant-qdrant.ns-syxmk.svc.cluster.local:6333/collections/collection_yfuib/points/search -X POST -d '***"filter":***"should":[***"key":"name","match":***"value":"'payloadyfuib'"***]***,"vector":[1,1,1,1],"top":1***' | /qdrant/tools/jq '.result[].id'` Unable to use a TTY - input is not a terminal or the right kind of file exec return msg:1 found vector:payloadyfuib cluster update terminationPolicy WipeOut `kbcli cluster update qdrant-ocxywl --termination-policy=WipeOut --namespace ns-syxmk ` cluster.apps.kubeblocks.io/qdrant-ocxywl updated check cluster status `kbcli cluster list qdrant-ocxywl --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl ns-syxmk qdrant WipeOut Running May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=qdrant-ocxywl,clusterdefinition.kubeblocks.io/name=qdrant check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-qdrant-0 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:45 UTC+0800 qdrant-ocxywl-qdrant-1 ns-syxmk qdrant-ocxywl qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:45 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 `kubectl get backupschedule -l app.kubernetes.io/instance=qdrant-ocxywl ` `kubectl get backupschedule qdrant-ocxywl-qdrant-backup-schedule -ojsonpath='***.spec.schedules[*].backupMethod***' ` backupschedule.dataprotection.kubeblocks.io/qdrant-ocxywl-qdrant-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/qdrant-ocxywl-qdrant-backup-schedule patched check backup status `kbcli cluster list-backups qdrant-ocxywl --namespace ns-syxmk ` No backups found in ns-syxmk namespace. No backups found in ns-syxmk namespace. backup_status:-- No backups found in ns-syxmk namespace. backup_status:-- No backups found in ns-syxmk namespace. backup_status:-- No backups found in ns-syxmk namespace. backup_status:-- No backups found in ns-syxmk namespace. backup_status:-- No backups found in ns-syxmk namespace. backup_status:-- No backups found in ns-syxmk namespace. backup_status:-- No backups found in ns-syxmk namespace. backup_status:-- No backups found in ns-syxmk namespace. backup_status:-- `kubectl get backupschedule -l app.kubernetes.io/instance=qdrant-ocxywl ` `kubectl get backupschedule qdrant-ocxywl-qdrant-backup-schedule -ojsonpath='***.spec.schedules[*].backupMethod***' ` backupschedule.dataprotection.kubeblocks.io/qdrant-ocxywl-qdrant-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/qdrant-ocxywl-qdrant-backup-schedule patched backup_status:qdrant-ocxywl-datafile-Running backup_status:qdrant-ocxywl-datafile-Running check backup status done backup_status:qdrant-ocxywl-datafile-20250528041001 ns-syxmk qdrant-ocxywl datafile Completed 134445568 14s Delete May 28,2025 12:10 UTC+0800 May 28,2025 12:10 UTC+0800 Jun 04,2025 12:10 UTC+0800 `kubectl get backupschedule -l app.kubernetes.io/instance=qdrant-ocxywl ` `kubectl get backupschedule qdrant-ocxywl-qdrant-backup-schedule -ojsonpath='***.spec.schedules[*].backupMethod***' ` backupschedule.dataprotection.kubeblocks.io/qdrant-ocxywl-qdrant-backup-schedule patched (no change) backupschedule.dataprotection.kubeblocks.io/qdrant-ocxywl-qdrant-backup-schedule patched (no change) cluster restore backup Error from server (NotFound): opsrequests.operations.kubeblocks.io "qdrant-ocxywl-backup" not found `kbcli cluster describe-backup --names qdrant-ocxywl-datafile-20250528041001 --namespace ns-syxmk ` Name: qdrant-ocxywl-datafile-20250528041001 Cluster: qdrant-ocxywl Namespace: ns-syxmk Spec: Method: datafile Policy Name: qdrant-ocxywl-qdrant-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-qdrant-ocxywl-datafile-20250528041001-b4f2235a TargetPodName: qdrant-ocxywl-qdrant-0 Phase: Completed Start Time: May 28,2025 12:10 UTC+0800 Completion Time: May 28,2025 12:10 UTC+0800 dp-backup-1: ActionType: Job WorkloadName: dp-backup-1-qdrant-ocxywl-datafile-20250528041001-b4f2235a TargetPodName: qdrant-ocxywl-qdrant-1 Phase: Completed Start Time: May 28,2025 12:10 UTC+0800 Completion Time: May 28,2025 12:10 UTC+0800 Status: Phase: Completed Total Size: 134445568 ActionSet Name: qdrant-snapshot-br Repository: backuprepo-kbcli-test Duration: 14s Expiration Time: Jun 04,2025 12:10 UTC+0800 Start Time: May 28,2025 12:10 UTC+0800 Completion Time: May 28,2025 12:10 UTC+0800 Path: /ns-syxmk/qdrant-ocxywl-28cdb186-1d64-468b-b49f-92c1e5d285ea/qdrant/qdrant-ocxywl-datafile-20250528041001 Warning Events: `kbcli cluster restore qdrant-ocxywl-backup --backup qdrant-ocxywl-datafile-20250528041001 --namespace ns-syxmk ` Cluster qdrant-ocxywl-backup created check cluster status `kbcli cluster list qdrant-ocxywl-backup --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl-backup ns-syxmk qdrant WipeOut Creating May 28,2025 12:10 UTC+0800 clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl-backup --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-backup-qdrant-0 ns-syxmk qdrant-ocxywl-backup qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-6-84.us-west-2.compute.internal/172.31.6.84 May 28,2025 12:10 UTC+0800 qdrant-ocxywl-backup-qdrant-1 ns-syxmk qdrant-ocxywl-backup qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-2-135.us-west-2.compute.internal/172.31.2.135 May 28,2025 12:11 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 `kbcli cluster describe-backup --names qdrant-ocxywl-datafile-20250528041001 --namespace ns-syxmk ` Name: qdrant-ocxywl-datafile-20250528041001 Cluster: qdrant-ocxywl Namespace: ns-syxmk Spec: Method: datafile Policy Name: qdrant-ocxywl-qdrant-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-qdrant-ocxywl-datafile-20250528041001-b4f2235a TargetPodName: qdrant-ocxywl-qdrant-0 Phase: Completed Start Time: May 28,2025 12:10 UTC+0800 Completion Time: May 28,2025 12:10 UTC+0800 dp-backup-1: ActionType: Job WorkloadName: dp-backup-1-qdrant-ocxywl-datafile-20250528041001-b4f2235a TargetPodName: qdrant-ocxywl-qdrant-1 Phase: Completed Start Time: May 28,2025 12:10 UTC+0800 Completion Time: May 28,2025 12:10 UTC+0800 Status: Phase: Completed Total Size: 134445568 ActionSet Name: qdrant-snapshot-br Repository: backuprepo-kbcli-test Duration: 14s Expiration Time: Jun 04,2025 12:10 UTC+0800 Start Time: May 28,2025 12:10 UTC+0800 Completion Time: May 28,2025 12:10 UTC+0800 Path: /ns-syxmk/qdrant-ocxywl-28cdb186-1d64-468b-b49f-92c1e5d285ea/qdrant/qdrant-ocxywl-datafile-20250528041001 Warning Events: cluster connect kbcli unsupported engine type: qdrant delete cluster qdrant-ocxywl-backup `kbcli cluster delete qdrant-ocxywl-backup --auto-approve --namespace ns-syxmk ` Cluster qdrant-ocxywl-backup deleted pod_info:qdrant-ocxywl-backup-qdrant-0 2/2 Terminating 0 67s qdrant-ocxywl-backup-qdrant-1 2/2 Terminating 0 34s pod_info:qdrant-ocxywl-backup-qdrant-0 2/2 Terminating 0 88s qdrant-ocxywl-backup-qdrant-1 2/2 Terminating 0 55s No resources found in ns-syxmk namespace. delete cluster pod done No resources found in ns-syxmk namespace. check cluster resource non-exist OK: pvc No resources found in ns-syxmk namespace. delete cluster done No resources found in ns-syxmk namespace. No resources found in ns-syxmk namespace. No resources found in ns-syxmk namespace. cluster delete backup `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge backups qdrant-ocxywl-datafile-20250528041001 --namespace ns-syxmk ` backup.dataprotection.kubeblocks.io/qdrant-ocxywl-datafile-20250528041001 patched `kbcli cluster delete-backup qdrant-ocxywl --name qdrant-ocxywl-datafile-20250528041001 --force --auto-approve --namespace ns-syxmk ` Backup qdrant-ocxywl-datafile-20250528041001 deleted No opsrequests found in ns-syxmk namespace. cluster datafile backup `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="***.spec.credential.name***"` `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="***.spec.credential.namespace***"` `kubectl get secrets kb-backuprepo-jq9r8 -n kb-adfzq -o jsonpath="***.data.accessKeyId***"` `kubectl get secrets kb-backuprepo-jq9r8 -n kb-adfzq -o jsonpath="***.data.secretAccessKey***"` KUBEBLOCKS NAMESPACE:kb-adfzq get kubeblocks namespace done `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-adfzq -o jsonpath="***.items[0].data.root-user***"` `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-adfzq -o jsonpath="***.items[0].data.root-password***"` minio_user:kbclitest,minio_password:kbclitest,minio_endpoint:kbcli-test-minio.kb-adfzq.svc.cluster.local:9000 list minio bucket kbcli-test `echo 'mc config host add minioserver http://kbcli-test-minio.kb-adfzq.svc.cluster.local:9000 kbclitest kbclitest;mc ls minioserver' | kubectl exec -it kbcli-test-minio-5bc99b9748-kkv86 --namespace kb-adfzq -- bash` Unable to use a TTY - input is not a terminal or the right kind of file list minio bucket done default backuprepo:backuprepo-kbcli-test exists `kbcli cluster backup qdrant-ocxywl --method datafile --namespace ns-syxmk ` Backup backup-ns-syxmk-qdrant-ocxywl-20250528121248 created successfully, you can view the progress: kbcli cluster list-backups --name=backup-ns-syxmk-qdrant-ocxywl-20250528121248 -n ns-syxmk check backup status `kbcli cluster list-backups qdrant-ocxywl --namespace ns-syxmk ` NAME NAMESPACE SOURCE-CLUSTER METHOD STATUS TOTAL-SIZE DURATION DELETION-POLICY CREATE-TIME COMPLETION-TIME EXPIRATION backup-ns-syxmk-qdrant-ocxywl-20250528121248 ns-syxmk qdrant-ocxywl datafile Running Delete May 28,2025 12:12 UTC+0800 backup_status:qdrant-ocxywl-datafile-Running backup_status:qdrant-ocxywl-datafile-Running check backup status done backup_status:backup-ns-syxmk-qdrant-ocxywl-20250528121248 ns-syxmk qdrant-ocxywl datafile Completed 134445568 12s Delete May 28,2025 12:12 UTC+0800 May 28,2025 12:13 UTC+0800 cluster restore backup Error from server (NotFound): opsrequests.operations.kubeblocks.io "qdrant-ocxywl-backup" not found `kbcli cluster describe-backup --names backup-ns-syxmk-qdrant-ocxywl-20250528121248 --namespace ns-syxmk ` Name: backup-ns-syxmk-qdrant-ocxywl-20250528121248 Cluster: qdrant-ocxywl Namespace: ns-syxmk Spec: Method: datafile Policy Name: qdrant-ocxywl-qdrant-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-syxmk-qdrant-ocxywl-20250528121248-defbe6 TargetPodName: qdrant-ocxywl-qdrant-0 Phase: Completed Start Time: May 28,2025 12:12 UTC+0800 Completion Time: May 28,2025 12:13 UTC+0800 dp-backup-1: ActionType: Job WorkloadName: dp-backup-1-backup-ns-syxmk-qdrant-ocxywl-20250528121248-defbe6 TargetPodName: qdrant-ocxywl-qdrant-1 Phase: Completed Start Time: May 28,2025 12:12 UTC+0800 Completion Time: May 28,2025 12:13 UTC+0800 Status: Phase: Completed Total Size: 134445568 ActionSet Name: qdrant-snapshot-br Repository: backuprepo-kbcli-test Duration: 12s Start Time: May 28,2025 12:12 UTC+0800 Completion Time: May 28,2025 12:13 UTC+0800 Path: /ns-syxmk/qdrant-ocxywl-28cdb186-1d64-468b-b49f-92c1e5d285ea/qdrant/backup-ns-syxmk-qdrant-ocxywl-20250528121248 Warning Events: `kbcli cluster restore qdrant-ocxywl-backup --backup backup-ns-syxmk-qdrant-ocxywl-20250528121248 --namespace ns-syxmk ` Cluster qdrant-ocxywl-backup created check cluster status `kbcli cluster list qdrant-ocxywl-backup --show-labels --namespace ns-syxmk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS qdrant-ocxywl-backup ns-syxmk qdrant WipeOut Creating May 28,2025 12:13 UTC+0800 clusterdefinition.kubeblocks.io/name=qdrant cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances qdrant-ocxywl-backup --namespace ns-syxmk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME qdrant-ocxywl-backup-qdrant-0 ns-syxmk qdrant-ocxywl-backup qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-2-135.us-west-2.compute.internal/172.31.2.135 May 28,2025 12:13 UTC+0800 qdrant-ocxywl-backup-qdrant-1 ns-syxmk qdrant-ocxywl-backup qdrant Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:4Gi ip-172-31-6-84.us-west-2.compute.internal/172.31.6.84 May 28,2025 12:13 UTC+0800 check pod status done connect unsupported engine type: qdrant qdrant-1.0.0-alpha.0 `kbcli cluster describe-backup --names backup-ns-syxmk-qdrant-ocxywl-20250528121248 --namespace ns-syxmk ` Name: backup-ns-syxmk-qdrant-ocxywl-20250528121248 Cluster: qdrant-ocxywl Namespace: ns-syxmk Spec: Method: datafile Policy Name: qdrant-ocxywl-qdrant-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-syxmk-qdrant-ocxywl-20250528121248-defbe6 TargetPodName: qdrant-ocxywl-qdrant-0 Phase: Completed Start Time: May 28,2025 12:12 UTC+0800 Completion Time: May 28,2025 12:13 UTC+0800 dp-backup-1: ActionType: Job WorkloadName: dp-backup-1-backup-ns-syxmk-qdrant-ocxywl-20250528121248-defbe6 TargetPodName: qdrant-ocxywl-qdrant-1 Phase: Completed Start Time: May 28,2025 12:12 UTC+0800 Completion Time: May 28,2025 12:13 UTC+0800 Status: Phase: Completed Total Size: 134445568 ActionSet Name: qdrant-snapshot-br Repository: backuprepo-kbcli-test Duration: 12s Start Time: May 28,2025 12:12 UTC+0800 Completion Time: May 28,2025 12:13 UTC+0800 Path: /ns-syxmk/qdrant-ocxywl-28cdb186-1d64-468b-b49f-92c1e5d285ea/qdrant/backup-ns-syxmk-qdrant-ocxywl-20250528121248 Warning Events: cluster connect kbcli unsupported engine type: qdrant delete cluster qdrant-ocxywl-backup `kbcli cluster delete qdrant-ocxywl-backup --auto-approve --namespace ns-syxmk ` Cluster qdrant-ocxywl-backup deleted pod_info:qdrant-ocxywl-backup-qdrant-0 2/2 Terminating 0 49s qdrant-ocxywl-backup-qdrant-1 2/2 Terminating 0 33s pod_info:qdrant-ocxywl-backup-qdrant-0 2/2 Terminating 0 70s qdrant-ocxywl-backup-qdrant-1 2/2 Terminating 0 54s No resources found in ns-syxmk namespace. delete cluster pod done No resources found in ns-syxmk namespace. check cluster resource non-exist OK: pvc No resources found in ns-syxmk namespace. delete cluster done No resources found in ns-syxmk namespace. No resources found in ns-syxmk namespace. No resources found in ns-syxmk namespace. cluster delete backup `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge backups backup-ns-syxmk-qdrant-ocxywl-20250528121248 --namespace ns-syxmk ` backup.dataprotection.kubeblocks.io/backup-ns-syxmk-qdrant-ocxywl-20250528121248 patched `kbcli cluster delete-backup qdrant-ocxywl --name backup-ns-syxmk-qdrant-ocxywl-20250528121248 --force --auto-approve --namespace ns-syxmk ` Backup backup-ns-syxmk-qdrant-ocxywl-20250528121248 deleted No opsrequests found in ns-syxmk namespace. cluster list-logs `kbcli cluster list-logs qdrant-ocxywl --namespace ns-syxmk ` No log files found. Error from server (NotFound): pods "qdrant-ocxywl-qdrant-0" not found cluster logs `kbcli cluster logs qdrant-ocxywl --tail 30 --namespace ns-syxmk ` Defaulted container "qdrant" out of: qdrant, kbagent, qdrant-tools (init), init-kbagent (init), kbagent-worker (init) 2025-05-28T04:10:09.447617Z INFO actix_web::middleware::logger: 172.31.9.202 "GET /collections/collection_yfuib/snapshots/collection_yfuib-8758387256204775-2025-05-28-04-10-06.snapshot HTTP/1.1" 200 67218432 "-" "curl/8.1.1" 1.116612 2025-05-28T04:10:09.856056Z INFO storage::content_manager::snapshots: Deleting collection snapshot "./snapshots/collection_yfuib/collection_yfuib-8758387256204775-2025-05-28-04-10-06.snapshot" 2025-05-28T04:10:09.893445Z INFO actix_web::middleware::logger: 172.31.9.202 "DELETE /collections/collection_yfuib/snapshots/collection_yfuib-8758387256204775-2025-05-28-04-10-06.snapshot HTTP/1.1" 200 48 "-" "curl/8.1.1" 0.037548 2025-05-28T04:10:09.958778Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 601 "-" "curl/8.1.1" 0.000096 2025-05-28T04:10:24.883103Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 598 "-" "curl/8.1.1" 0.000088 2025-05-28T04:10:39.884243Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 601 "-" "curl/8.1.1" 0.000111 2025-05-28T04:10:54.938142Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 601 "-" "curl/8.1.1" 0.000100 2025-05-28T04:11:09.884580Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 598 "-" "curl/8.1.1" 0.000098 2025-05-28T04:11:24.884744Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 598 "-" "curl/8.1.1" 0.000091 2025-05-28T04:11:39.886507Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 598 "-" "curl/8.1.1" 0.000097 2025-05-28T04:11:54.882347Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 598 "-" "curl/8.1.1" 0.000084 2025-05-28T04:12:09.956327Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 601 "-" "curl/8.1.1" 0.000101 2025-05-28T04:12:24.889051Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 597 "-" "curl/8.1.1" 0.000085 2025-05-28T04:12:39.889995Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 598 "-" "curl/8.1.1" 0.000089 2025-05-28T04:12:51.237287Z INFO actix_web::middleware::logger: 172.31.15.185 "GET /collections HTTP/1.1" 200 85 "-" "curl/8.1.1" 0.000059 2025-05-28T04:12:51.330334Z INFO collection::collection: Creating collection snapshot collection_yfuib-8758387256204775-2025-05-28-04-12-51.snapshot into "./snapshots/collection_yfuib/collection_yfuib-8758387256204775-2025-05-28-04-12-51.snapshot" 2025-05-28T04:12:52.547538Z INFO collection::collection: Collection snapshot collection_yfuib-8758387256204775-2025-05-28-04-12-51.snapshot completed into "./snapshots/collection_yfuib/collection_yfuib-8758387256204775-2025-05-28-04-12-51.snapshot" 2025-05-28T04:12:52.644237Z INFO actix_web::middleware::logger: 172.31.15.185 "POST /collections/collection_yfuib/snapshots HTTP/1.1" 200 171 "-" "curl/8.1.1" 1.313996 2025-05-28T04:12:54.238731Z INFO actix_web::middleware::logger: 172.31.15.185 "GET /collections/collection_yfuib/snapshots/collection_yfuib-8758387256204775-2025-05-28-04-12-51.snapshot HTTP/1.1" 200 67218432 "-" "curl/8.1.1" 1.440172 2025-05-28T04:12:54.636169Z INFO storage::content_manager::snapshots: Deleting collection snapshot "./snapshots/collection_yfuib/collection_yfuib-8758387256204775-2025-05-28-04-12-51.snapshot" 2025-05-28T04:12:54.655153Z INFO actix_web::middleware::logger: 172.31.15.185 "DELETE /collections/collection_yfuib/snapshots/collection_yfuib-8758387256204775-2025-05-28-04-12-51.snapshot HTTP/1.1" 200 48 "-" "curl/8.1.1" 0.019108 2025-05-28T04:12:54.880008Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 598 "-" "curl/8.1.1" 0.000089 2025-05-28T04:13:09.887132Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 598 "-" "curl/8.1.1" 0.000088 2025-05-28T04:13:24.882140Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 598 "-" "curl/8.1.1" 0.000084 2025-05-28T04:13:39.921749Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 601 "-" "curl/8.1.1" 0.000211 2025-05-28T04:13:54.882876Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 597 "-" "curl/8.1.1" 0.000089 2025-05-28T04:14:09.912045Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 601 "-" "curl/8.1.1" 0.000133 2025-05-28T04:14:24.938288Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 601 "-" "curl/8.1.1" 0.000098 2025-05-28T04:14:39.889157Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 598 "-" "curl/8.1.1" 0.000122 2025-05-28T04:14:54.903442Z INFO actix_web::middleware::logger: 127.0.0.1 "GET /cluster HTTP/1.1" 200 598 "-" "curl/8.1.1" 0.000084 delete cluster qdrant-ocxywl `kbcli cluster delete qdrant-ocxywl --auto-approve --namespace ns-syxmk ` Cluster qdrant-ocxywl deleted pod_info:qdrant-ocxywl-qdrant-0 2/2 Terminating 12 (7m45s ago) 29m qdrant-ocxywl-qdrant-1 2/2 Terminating 12 (8m21s ago) 29m pod_info:qdrant-ocxywl-qdrant-0 2/2 Terminating 12 (8m6s ago) 29m qdrant-ocxywl-qdrant-1 2/2 Terminating 12 (8m42s ago) 29m No resources found in ns-syxmk namespace. delete cluster pod done No resources found in ns-syxmk namespace. check cluster resource non-exist OK: pvc No resources found in ns-syxmk namespace. delete cluster done No resources found in ns-syxmk namespace. No resources found in ns-syxmk namespace. No resources found in ns-syxmk namespace. Qdrant Test Suite All Done! --------------------------------------Qdrant (Topology = cluster Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=qdrant-1.0.0-alpha.0;ComponentVersion=qdrant;ServiceVersion=1.5.0;]|[Description=Create a cluster with the specified component definition qdrant-1.0.0-alpha.0 and component version qdrant and service version 1.5.0] [PASSED]|[Failover]|[HA=Connection Stress;ComponentName=qdrant]|[Description=Simulates conditions where pods experience connection stress either due to expected/undesired processes thereby testing the application's resilience to potential slowness/unavailability of some replicas due to high Connection load.] [PASSED]|[VerticalScaling]|[ComponentName=qdrant]|[Description=VerticalScaling the cluster specify component qdrant] [PASSED]|[VolumeExpansion]|[ComponentName=qdrant]|[Description=VolumeExpansion the cluster specify component qdrant] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[Update]|[Monitor=true]|[Description=Update the cluster Monitor enable] [PASSED]|[HorizontalScaling Out]|[ComponentName=qdrant]|[Description=HorizontalScaling Out the cluster specify component qdrant] [PASSED]|[HorizontalScaling In]|[ComponentName=qdrant]|[Description=HorizontalScaling In the cluster specify component qdrant] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.5.0;ComponentVersionTo=1.10.0]|[Description=Upgrade the cluster specify component qdrant service version from 1.5.0 to 1.10.0] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.10.0;ComponentVersionTo=1.5.0]|[Description=Upgrade the cluster specify component qdrant service version from 1.10.0 to 1.5.0] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.5.0;ComponentVersionTo=1.7.3]|[Description=Upgrade the cluster specify component qdrant service version from 1.5.0 to 1.7.3] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.7.3;ComponentVersionTo=1.10.0]|[Description=Upgrade the cluster specify component qdrant service version from 1.7.3 to 1.10.0] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.10.0;ComponentVersionTo=1.7.3]|[Description=Upgrade the cluster specify component qdrant service version from 1.10.0 to 1.7.3] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.7.3;ComponentVersionTo=1.8.1]|[Description=Upgrade the cluster specify component qdrant service version from 1.7.3 to 1.8.1] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.8.1;ComponentVersionTo=1.10.0]|[Description=Upgrade the cluster specify component qdrant service version from 1.8.1 to 1.10.0] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.10.0;ComponentVersionTo=1.8.1]|[Description=Upgrade the cluster specify component qdrant service version from 1.10.0 to 1.8.1] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.8.1;ComponentVersionTo=1.8.4]|[Description=Upgrade the cluster specify component qdrant service version from 1.8.1 to 1.8.4] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.8.4;ComponentVersionTo=1.10.0]|[Description=Upgrade the cluster specify component qdrant service version from 1.8.4 to 1.10.0] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.10.0;ComponentVersionTo=1.8.4]|[Description=Upgrade the cluster specify component qdrant service version from 1.10.0 to 1.8.4] [PASSED]|[Upgrade]|[ComponentName=qdrant;ComponentVersionFrom=1.8.4;ComponentVersionTo=1.5.0]|[Description=Upgrade the cluster specify component qdrant service version from 1.8.4 to 1.5.0] [PASSED]|[Connect]|[Endpoints=true]|[Description=Connect to the cluster] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Backup]|[Schedule=true;BackupMethod=datafile]|[Description=The cluster Schedule datafile Backup] [PASSED]|[Restore]|[Schedule=true;BackupMethod=datafile]|[Description=The cluster Schedule datafile Restore] [PASSED]|[Delete Restore Cluster]|[Schedule=true;BackupMethod=datafile]|[Description=Delete the Schedule datafile restore cluster] [PASSED]|[Backup]|[BackupMethod=datafile]|[Description=The cluster datafile Backup] [PASSED]|[Restore]|[BackupMethod=datafile]|[Description=The cluster datafile Restore] [PASSED]|[Delete Restore Cluster]|[BackupMethod=datafile]|[Description=Delete the datafile restore cluster] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]