source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME: `kubectl get namespace | grep ns-vdfvi ` `kubectl create namespace ns-vdfvi` namespace/ns-vdfvi created create namespace ns-vdfvi 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.1` 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 100 33.6M 100 33.6M 0 0 144M 0 --:--:-- --:--:-- --:--:-- 144M kbcli installed successfully. Kubernetes: v1.32.6 KubeBlocks: 1.0.1 kbcli: 1.0.1 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.1 done Kubernetes: v1.32.6 KubeBlocks: 1.0.1 kbcli: 1.0.1 Kubernetes Env: v1.32.6 check snapshot controller check snapshot controller done POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default KubeBlocks version is:1.0.1 skip upgrade KubeBlocks current KubeBlocks version: 1.0.1 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:weaviate set component version set component version:weaviate set service versions:1.19.6 set service versions sorted:1.19.6 set weaviate component definition set weaviate component definition weaviate-1.0.1 REPORT_COUNT 0:0 set replicas first:2,1.19.6 set replicas third:2,1.19.6 set replicas fourth:2,1.19.6 set minimum cmpv service version set minimum cmpv service version replicas:2,1.19.6 REPORT_COUNT:1 CLUSTER_TOPOLOGY: set weaviate component definition set weaviate component definition weaviate-1.0.1 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 CLUSTER_NAME:weaviate-lkvvin No resources found in ns-vdfvi namespace. pod_info: termination_policy:WipeOut create 2 replica WipeOut weaviate cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: weaviate-1.0.1 by component version:weaviate apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: weaviate-lkvvin namespace: ns-vdfvi spec: terminationPolicy: WipeOut componentSpecs: - name: weaviate componentDef: weaviate-1.0.1 tls: false replicas: 2 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_weaviate-lkvvin.yaml` cluster.apps.kubeblocks.io/weaviate-lkvvin created apply test_create_weaviate-lkvvin.yaml Success `rm -rf test_create_weaviate-lkvvin.yaml` check cluster status `kbcli cluster list weaviate-lkvvin --show-labels --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-lkvvin ns-vdfvi WipeOut Creating Sep 11,2025 17:25 UTC+0800 cluster_status:Creating cluster_status:Creating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances weaviate-lkvvin --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-lkvvin-weaviate-0 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-34679673-vmss000000/10.224.0.8 Sep 11,2025 17:25 UTC+0800 weaviate-lkvvin-weaviate-1 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-34679673-vmss000003/10.224.0.5 Sep 11,2025 17:25 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.1 `kubectl get secrets -l app.kubernetes.io/instance=weaviate-lkvvin` No resources found in ns-vdfvi namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:;DB_DATABASE: There is no password in Type: 9. describe cluster `kbcli cluster describe weaviate-lkvvin --namespace ns-vdfvi ` Name: weaviate-lkvvin Created Time: Sep 11,2025 17:25 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-vdfvi Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME weaviate 1.19.6 weaviate-lkvvin-weaviate-0 Running 0 aks-cicdamdpool-34679673-vmss000000/10.224.0.8 Sep 11,2025 17:25 UTC+0800 weaviate 1.19.6 weaviate-lkvvin-weaviate-1 Running 0 aks-cicdamdpool-34679673-vmss000003/10.224.0.5 Sep 11,2025 17:25 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS weaviate 100m / 100m 512Mi / 512Mi data:1Gi default Images: COMPONENT COMPONENT-DEFINITION IMAGE weaviate weaviate-1.0.1 docker.io/apecloud/weaviate:1.19.6 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION RECOVERABLE-TIME Show cluster events: kbcli cluster list-events -n ns-vdfvi weaviate-lkvvin `kbcli cluster label weaviate-lkvvin app.kubernetes.io/instance- --namespace ns-vdfvi ` label "app.kubernetes.io/instance" not found. `kbcli cluster label weaviate-lkvvin app.kubernetes.io/instance=weaviate-lkvvin --namespace ns-vdfvi ` `kbcli cluster label weaviate-lkvvin --list --namespace ns-vdfvi ` NAME NAMESPACE LABELS weaviate-lkvvin ns-vdfvi app.kubernetes.io/instance=weaviate-lkvvin label cluster app.kubernetes.io/instance=weaviate-lkvvin Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=weaviate-lkvvin --namespace ns-vdfvi ` `kbcli cluster label weaviate-lkvvin --list --namespace ns-vdfvi ` NAME NAMESPACE LABELS weaviate-lkvvin ns-vdfvi app.kubernetes.io/instance=weaviate-lkvvin case.name=kbcli.test1 label cluster case.name=kbcli.test1 Success `kbcli cluster label weaviate-lkvvin case.name=kbcli.test2 --overwrite --namespace ns-vdfvi ` `kbcli cluster label weaviate-lkvvin --list --namespace ns-vdfvi ` NAME NAMESPACE LABELS weaviate-lkvvin ns-vdfvi app.kubernetes.io/instance=weaviate-lkvvin case.name=kbcli.test2 label cluster case.name=kbcli.test2 Success `kbcli cluster label weaviate-lkvvin case.name- --namespace ns-vdfvi ` `kbcli cluster label weaviate-lkvvin --list --namespace ns-vdfvi ` NAME NAMESPACE LABELS weaviate-lkvvin ns-vdfvi app.kubernetes.io/instance=weaviate-lkvvin delete cluster label case.name Success `kubectl get pvc -l app.kubernetes.io/instance=weaviate-lkvvin,apps.kubeblocks.io/component-name=weaviate,apps.kubeblocks.io/vct-name=data --namespace ns-vdfvi ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in weaviate-lkvvin namespace. `kbcli cluster volume-expand weaviate-lkvvin --auto-approve --force=true --components weaviate --volume-claim-templates data --storage 3Gi --namespace ns-vdfvi ` OpsRequest weaviate-lkvvin-volumeexpansion-nxwlm created successfully, you can view the progress: kbcli cluster describe-ops weaviate-lkvvin-volumeexpansion-nxwlm -n ns-vdfvi check ops status `kbcli cluster list-ops weaviate-lkvvin --status all --namespace ns-vdfvi ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-lkvvin-volumeexpansion-nxwlm ns-vdfvi VolumeExpansion weaviate-lkvvin weaviate Pending -/- Sep 11,2025 17:26 UTC+0800 ops_status:weaviate-lkvvin-volumeexpansion-nxwlm ns-vdfvi VolumeExpansion weaviate-lkvvin weaviate Creating -/- Sep 11,2025 17:26 UTC+0800 check cluster status `kbcli cluster list weaviate-lkvvin --show-labels --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-lkvvin ns-vdfvi WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=weaviate-lkvvin 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 weaviate-lkvvin --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-lkvvin-weaviate-0 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000000/10.224.0.8 Sep 11,2025 17:25 UTC+0800 weaviate-lkvvin-weaviate-1 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000003/10.224.0.5 Sep 11,2025 17:25 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.1 No resources found in weaviate-lkvvin namespace. check ops status `kbcli cluster list-ops weaviate-lkvvin --status all --namespace ns-vdfvi ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-lkvvin-volumeexpansion-nxwlm ns-vdfvi VolumeExpansion weaviate-lkvvin weaviate Succeed 2/2 Sep 11,2025 17:26 UTC+0800 check ops status done ops_status:weaviate-lkvvin-volumeexpansion-nxwlm ns-vdfvi VolumeExpansion weaviate-lkvvin weaviate Succeed 2/2 Sep 11,2025 17:26 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations weaviate-lkvvin-volumeexpansion-nxwlm --namespace ns-vdfvi ` opsrequest.operations.kubeblocks.io/weaviate-lkvvin-volumeexpansion-nxwlm patched `kbcli cluster delete-ops --name weaviate-lkvvin-volumeexpansion-nxwlm --force --auto-approve --namespace ns-vdfvi ` OpsRequest weaviate-lkvvin-volumeexpansion-nxwlm deleted cluster does not need to check monitor currently check cluster status `kbcli cluster list weaviate-lkvvin --show-labels --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-lkvvin ns-vdfvi WipeOut Running Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=weaviate-lkvvin check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances weaviate-lkvvin --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-lkvvin-weaviate-0 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000000/10.224.0.8 Sep 11,2025 17:25 UTC+0800 weaviate-lkvvin-weaviate-1 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000003/10.224.0.5 Sep 11,2025 17:25 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.1 cluster weaviate scale-out cluster weaviate scale-out replicas: 3 check cluster status before ops check cluster status done cluster_status:Running No resources found in weaviate-lkvvin namespace. `kbcli cluster scale-out weaviate-lkvvin --auto-approve --force=true --components weaviate --replicas 1 --namespace ns-vdfvi ` OpsRequest weaviate-lkvvin-horizontalscaling-2jtzf created successfully, you can view the progress: kbcli cluster describe-ops weaviate-lkvvin-horizontalscaling-2jtzf -n ns-vdfvi check ops status `kbcli cluster list-ops weaviate-lkvvin --status all --namespace ns-vdfvi ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-lkvvin-horizontalscaling-2jtzf ns-vdfvi HorizontalScaling weaviate-lkvvin weaviate Pending -/- Sep 11,2025 17:31 UTC+0800 check cluster status `kbcli cluster list weaviate-lkvvin --show-labels --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-lkvvin ns-vdfvi WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=weaviate-lkvvin 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 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 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 weaviate-lkvvin --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-lkvvin-weaviate-0 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000000/10.224.0.8 Sep 11,2025 17:25 UTC+0800 weaviate-lkvvin-weaviate-1 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000003/10.224.0.5 Sep 11,2025 17:25 UTC+0800 weaviate-lkvvin-weaviate-2 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000001/10.224.0.6 Sep 11,2025 17:31 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.1 No resources found in weaviate-lkvvin namespace. check ops status `kbcli cluster list-ops weaviate-lkvvin --status all --namespace ns-vdfvi ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-lkvvin-horizontalscaling-2jtzf ns-vdfvi HorizontalScaling weaviate-lkvvin weaviate Succeed 1/1 Sep 11,2025 17:31 UTC+0800 check ops status done ops_status:weaviate-lkvvin-horizontalscaling-2jtzf ns-vdfvi HorizontalScaling weaviate-lkvvin weaviate Succeed 1/1 Sep 11,2025 17:31 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations weaviate-lkvvin-horizontalscaling-2jtzf --namespace ns-vdfvi ` opsrequest.operations.kubeblocks.io/weaviate-lkvvin-horizontalscaling-2jtzf patched `kbcli cluster delete-ops --name weaviate-lkvvin-horizontalscaling-2jtzf --force --auto-approve --namespace ns-vdfvi ` OpsRequest weaviate-lkvvin-horizontalscaling-2jtzf deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart weaviate-lkvvin --auto-approve --force=true --namespace ns-vdfvi ` OpsRequest weaviate-lkvvin-restart-czhjh created successfully, you can view the progress: kbcli cluster describe-ops weaviate-lkvvin-restart-czhjh -n ns-vdfvi check ops status `kbcli cluster list-ops weaviate-lkvvin --status all --namespace ns-vdfvi ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-lkvvin-restart-czhjh ns-vdfvi Restart weaviate-lkvvin weaviate Creating -/- Sep 11,2025 17:35 UTC+0800 check cluster status `kbcli cluster list weaviate-lkvvin --show-labels --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-lkvvin ns-vdfvi WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=weaviate-lkvvin 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 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 weaviate-lkvvin --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-lkvvin-weaviate-0 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000000/10.224.0.8 Sep 11,2025 17:37 UTC+0800 weaviate-lkvvin-weaviate-1 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000003/10.224.0.5 Sep 11,2025 17:36 UTC+0800 weaviate-lkvvin-weaviate-2 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000001/10.224.0.6 Sep 11,2025 17:35 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.1 check ops status `kbcli cluster list-ops weaviate-lkvvin --status all --namespace ns-vdfvi ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-lkvvin-restart-czhjh ns-vdfvi Restart weaviate-lkvvin weaviate Succeed 3/3 Sep 11,2025 17:35 UTC+0800 check ops status done ops_status:weaviate-lkvvin-restart-czhjh ns-vdfvi Restart weaviate-lkvvin weaviate Succeed 3/3 Sep 11,2025 17:35 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations weaviate-lkvvin-restart-czhjh --namespace ns-vdfvi ` opsrequest.operations.kubeblocks.io/weaviate-lkvvin-restart-czhjh patched `kbcli cluster delete-ops --name weaviate-lkvvin-restart-czhjh --force --auto-approve --namespace ns-vdfvi ` OpsRequest weaviate-lkvvin-restart-czhjh deleted cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop weaviate-lkvvin --auto-approve --force=true --namespace ns-vdfvi ` OpsRequest weaviate-lkvvin-stop-5nkbx created successfully, you can view the progress: kbcli cluster describe-ops weaviate-lkvvin-stop-5nkbx -n ns-vdfvi check ops status `kbcli cluster list-ops weaviate-lkvvin --status all --namespace ns-vdfvi ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-lkvvin-stop-5nkbx ns-vdfvi Stop weaviate-lkvvin Creating -/- Sep 11,2025 17:37 UTC+0800 check cluster status `kbcli cluster list weaviate-lkvvin --show-labels --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-lkvvin ns-vdfvi WipeOut Stopping Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=weaviate-lkvvin 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 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 weaviate-lkvvin --namespace ns-vdfvi ` 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 weaviate-lkvvin --status all --namespace ns-vdfvi ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-lkvvin-stop-5nkbx ns-vdfvi Stop weaviate-lkvvin weaviate Succeed 3/3 Sep 11,2025 17:37 UTC+0800 check ops status done ops_status:weaviate-lkvvin-stop-5nkbx ns-vdfvi Stop weaviate-lkvvin weaviate Succeed 3/3 Sep 11,2025 17:37 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations weaviate-lkvvin-stop-5nkbx --namespace ns-vdfvi ` opsrequest.operations.kubeblocks.io/weaviate-lkvvin-stop-5nkbx patched `kbcli cluster delete-ops --name weaviate-lkvvin-stop-5nkbx --force --auto-approve --namespace ns-vdfvi ` OpsRequest weaviate-lkvvin-stop-5nkbx deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start weaviate-lkvvin --force=true --namespace ns-vdfvi ` OpsRequest weaviate-lkvvin-start-ld28h created successfully, you can view the progress: kbcli cluster describe-ops weaviate-lkvvin-start-ld28h -n ns-vdfvi check ops status `kbcli cluster list-ops weaviate-lkvvin --status all --namespace ns-vdfvi ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-lkvvin-start-ld28h ns-vdfvi Start weaviate-lkvvin Pending -/- Sep 11,2025 17:39 UTC+0800 check cluster status `kbcli cluster list weaviate-lkvvin --show-labels --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-lkvvin ns-vdfvi WipeOut Updating Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=weaviate-lkvvin 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 weaviate-lkvvin --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-lkvvin-weaviate-0 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000001/10.224.0.6 Sep 11,2025 17:39 UTC+0800 weaviate-lkvvin-weaviate-1 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000000/10.224.0.8 Sep 11,2025 17:39 UTC+0800 weaviate-lkvvin-weaviate-2 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000003/10.224.0.5 Sep 11,2025 17:39 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.1 check ops status `kbcli cluster list-ops weaviate-lkvvin --status all --namespace ns-vdfvi ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-lkvvin-start-ld28h ns-vdfvi Start weaviate-lkvvin weaviate Succeed 3/3 Sep 11,2025 17:39 UTC+0800 check ops status done ops_status:weaviate-lkvvin-start-ld28h ns-vdfvi Start weaviate-lkvvin weaviate Succeed 3/3 Sep 11,2025 17:39 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations weaviate-lkvvin-start-ld28h --namespace ns-vdfvi ` opsrequest.operations.kubeblocks.io/weaviate-lkvvin-start-ld28h patched `kbcli cluster delete-ops --name weaviate-lkvvin-start-ld28h --force --auto-approve --namespace ns-vdfvi ` OpsRequest weaviate-lkvvin-start-ld28h deleted `kubectl get secrets -l app.kubernetes.io/instance=weaviate-lkvvin` No resources found in ns-vdfvi namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:;DB_DATABASE: create curl-jq pod weaviate-lkvvin-curl-jq `kubectl run --namespace ns-vdfvi weaviate-lkvvin-curl-jq --restart='Never' --image docker.io/apecloud/curl-jq:0.1.0 --command -- sleep infinity ` pod/weaviate-lkvvin-curl-jq created check pod status pod_status:NAME READY STATUS RESTARTS AGE weaviate-lkvvin-curl-jq 0/1 ContainerCreating 0 0s check pod weaviate-lkvvin-curl-jq status done `kubectl wait --for=condition=Ready pod weaviate-lkvvin-curl-jq --namespace ns-vdfvi` pod/weaviate-lkvvin-curl-jq condition met pod_status:NAME READY STATUS RESTARTS AGE weaviate-lkvvin-curl-jq 1/1 Running 0 4s `curl --no-progress-meter -X POST -H "Content-Type: application/json" -d '***"class": "'Questiontzrbd'"***' http://weaviate-lkvvin-weaviate-node-discovery.ns-vdfvi.svc.cluster.local:8080/v1/schema` Unable to use a TTY - input is not a terminal or the right kind of file exec return message:***"class":"Questiontzrbd","invertedIndexConfig":***"bm25":***"b":0.75,"k1":1.2***,"cleanupIntervalSeconds":60,"stopwords":***"additions":null,"preset":"en","removals":null***,"properties":null,"replicationConfig":***"factor":1***,"shardingConfig":***"virtualPerPhysical":128,"desiredCount":3,"actualCount":3,"desiredVirtualCount":384,"actualVirtualCount":384,"key":"_id","strategy":"hash","function":"murmur3"***,"vectorIndexConfig":***"skip":false,"cleanupIntervalSeconds":300,"maxConnections":64,"efConstruction":128,"ef":-1,"dynamicEfMin":100,"dynamicEfMax":500,"dynamicEfFactor":8,"vectorCacheMaxObjects":1000000000000,"flatSearchCutoff":40000,"distance":"cosine","pq":***"enabled":false,"bitCompression":false,"segments":0,"centroids":256,"encoder":***"type":"kmeans","distribution":"log-normal"***,"vectorIndexType":"hnsw","vectorizer":"none"*** `curl -s http://weaviate-lkvvin-weaviate-node-discovery.ns-vdfvi.svc.cluster.local:8080/v1/schema | jq | (grep Questiontzrbd || true )` Unable to use a TTY - input is not a terminal or the right kind of file exec return msg: "class": "Questiontzrbd", schema name:[Questiontzrbd] equal [Questiontzrbd] `kubectl delete pod weaviate-lkvvin-curl-jq --force --namespace ns-vdfvi ` 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 "weaviate-lkvvin-curl-jq" force deleted cluster update terminationPolicy WipeOut `kbcli cluster update weaviate-lkvvin --termination-policy=WipeOut --namespace ns-vdfvi ` cluster.apps.kubeblocks.io/weaviate-lkvvin updated (no change) check cluster status `kbcli cluster list weaviate-lkvvin --show-labels --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-lkvvin ns-vdfvi WipeOut Running Sep 11,2025 17:25 UTC+0800 app.kubernetes.io/instance=weaviate-lkvvin check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances weaviate-lkvvin --namespace ns-vdfvi ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-lkvvin-weaviate-0 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000001/10.224.0.6 Sep 11,2025 17:39 UTC+0800 weaviate-lkvvin-weaviate-1 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000000/10.224.0.8 Sep 11,2025 17:39 UTC+0800 weaviate-lkvvin-weaviate-2 ns-vdfvi weaviate-lkvvin weaviate Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-34679673-vmss000003/10.224.0.5 Sep 11,2025 17:39 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.1 cluster list-logs `kbcli cluster list-logs weaviate-lkvvin --namespace ns-vdfvi ` No log files found. Error from server (NotFound): pods "weaviate-lkvvin-weaviate-0" not found cluster logs `kbcli cluster logs weaviate-lkvvin --tail 30 --namespace ns-vdfvi ` ***"action":"config_load","config_file_path":"/weaviate-config/conf.yaml","level":"info","msg":"Usage of the weaviate.conf.json file is deprecated and will be removed in the future. Please use environment variables.","time":"2025-09-11T09:42:11Z"*** ***"deprecation":***"apiType":"Configuration","id":"config-files","locations":["--config-file=\"\""],"mitigation":"Configure Weaviate using environment variables.","msg":"use of deprecated command line argument --config-file","sinceTime":"2020-09-08T09:46:00.000Z","sinceVersion":"0.22.16","status":"deprecated"***,"level":"warning","msg":"use of deprecated command line argument --config-file","time":"2025-09-11T09:42:11Z"*** ***"action":"startup","default_vectorizer_module":"none","level":"info","msg":"the default vectorizer modules is set to \"none\", as a result all new schema classes without an explicit vectorizer setting, will use this vectorizer","time":"2025-09-11T09:42:11Z"*** ***"action":"startup","auto_schema_enabled":true,"level":"info","msg":"auto schema enabled setting is set to \"true\"","time":"2025-09-11T09:42:11Z"*** ***"action":"grpc_startup","level":"info","msg":"grpc server listening at [::]:50051","time":"2025-09-11T09:42:12Z"*** ***"level":"warning","msg":" memberlist: Refuting a suspect message (from: weaviate-lkvvin-weaviate-1)","time":"2025-09-11T09:42:12Z"*** ***"action":"restapi_management","level":"info","msg":"Serving weaviate at http://[::]:8080","time":"2025-09-11T09:42:12Z"*** ***"level":"error","msg":" memberlist: Failed fallback TCP ping: read tcp 10.244.4.103:50402-\u003e10.244.3.65:7000: read: connection reset by peer","time":"2025-09-11T09:42:21Z"*** ***"level":"info","msg":" memberlist: Suspect weaviate-lkvvin-weaviate-2 has failed, no acks received","time":"2025-09-11T09:42:21Z"*** ***"level":"info","msg":" memberlist: Suspect weaviate-lkvvin-weaviate-2 has failed, no acks received","time":"2025-09-11T09:42:23Z"*** ***"action":"hnsw_vector_cache_prefill","count":1000,"index_id":"questiontzrbd_a6sCfzdG7lyt","level":"info","limit":1000000000000,"msg":"prefilled vector cache","time":"2025-09-11T09:44:00Z","took":79101*** delete cluster weaviate-lkvvin `kbcli cluster delete weaviate-lkvvin --auto-approve --namespace ns-vdfvi ` Cluster weaviate-lkvvin deleted pod_info:weaviate-lkvvin-weaviate-0 1/1 Running 2 (117s ago) 4m40s weaviate-lkvvin-weaviate-1 1/1 Running 1 (2m17s ago) 4m39s weaviate-lkvvin-weaviate-2 1/1 Running 1 (106s ago) 4m40s pod_info:weaviate-lkvvin-weaviate-0 1/1 Terminating 2 (2m17s ago) 5m weaviate-lkvvin-weaviate-1 1/1 Terminating 1 (2m37s ago) 4m59s weaviate-lkvvin-weaviate-2 1/1 Terminating 1 (2m6s ago) 5m No resources found in ns-vdfvi namespace. delete cluster pod done No resources found in ns-vdfvi namespace. check cluster resource non-exist OK: pvc No resources found in ns-vdfvi namespace. delete cluster done No resources found in ns-vdfvi namespace. No resources found in ns-vdfvi namespace. No resources found in ns-vdfvi namespace. Weaviate Test Suite All Done! Test Engine: weaviate Test Type: 9 --------------------------------------Weaviate (Topology = Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=weaviate-1.0.1;ComponentVersion=weaviate;ServiceVersion=1.19.6;]|[Description=Create a cluster with the specified component definition weaviate-1.0.1 and component version weaviate and service version 1.19.6] [PASSED]|[VolumeExpansion]|[ComponentName=weaviate]|[Description=VolumeExpansion the cluster specify component weaviate] [PASSED]|[Update]|[Monitor=true]|[Description=Update the cluster Monitor enable] [PASSED]|[HorizontalScaling Out]|[ComponentName=weaviate]|[Description=HorizontalScaling Out the cluster specify component weaviate] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[Connect]|[Endpoints=true]|[Description=Connect to the cluster] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]