source commons files source engines files source kubeblocks files `kubectl get namespace | grep ns-snqbk ` `kubectl create namespace ns-snqbk` namespace/ns-snqbk created create namespace ns-snqbk 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 100 33.6M 100 33.6M 0 0 122M 0 --:--:-- --:--:-- --:--:-- 122M 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: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.0-alpha.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: Error from server (NotFound): clusterdefinitions.apps.kubeblocks.io "weaviate" not found Not found topology in cluster definition weaviate set weaviate component definition set weaviate component definition weaviate-1.0.0-alpha.0 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 No resources found in ns-snqbk namespace. 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.0-alpha.0 by component version:weaviate apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: weaviate-dwoqcs namespace: ns-snqbk spec: terminationPolicy: WipeOut componentSpecs: - name: weaviate componentDef: weaviate-1.0.0-alpha.0 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-dwoqcs.yaml` cluster.apps.kubeblocks.io/weaviate-dwoqcs created apply test_create_weaviate-dwoqcs.yaml Success `rm -rf test_create_weaviate-dwoqcs.yaml` check cluster status `kbcli cluster list weaviate-dwoqcs --show-labels --namespace ns-snqbk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-dwoqcs ns-snqbk WipeOut Creating May 28,2025 11:34 UTC+0800 cluster_status:Creating cluster_status:Creating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances weaviate-dwoqcs --namespace ns-snqbk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-dwoqcs-weaviate-0 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:34 UTC+0800 weaviate-dwoqcs-weaviate-1 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-12-97.us-west-2.compute.internal/172.31.12.97 May 28,2025 11:34 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.0-alpha.0 `kubectl get secrets -l app.kubernetes.io/instance=weaviate-dwoqcs` No resources found in ns-snqbk 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-dwoqcs --namespace ns-snqbk ` Name: weaviate-dwoqcs Created Time: May 28,2025 11:34 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-snqbk Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME weaviate 1.19.6 weaviate-dwoqcs-weaviate-0 Running us-west-2a ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:34 UTC+0800 weaviate 1.19.6 weaviate-dwoqcs-weaviate-1 Running us-west-2a ip-172-31-12-97.us-west-2.compute.internal/172.31.12.97 May 28,2025 11:34 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS weaviate 100m / 100m 512Mi / 512Mi data:1Gi kb-default-sc Images: COMPONENT COMPONENT-DEFINITION IMAGE weaviate weaviate-1.0.0-alpha.0 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-snqbk weaviate-dwoqcs `kbcli cluster label weaviate-dwoqcs app.kubernetes.io/instance- --namespace ns-snqbk ` label "app.kubernetes.io/instance" not found. `kbcli cluster label weaviate-dwoqcs app.kubernetes.io/instance=weaviate-dwoqcs --namespace ns-snqbk ` `kbcli cluster label weaviate-dwoqcs --list --namespace ns-snqbk ` NAME NAMESPACE LABELS weaviate-dwoqcs ns-snqbk app.kubernetes.io/instance=weaviate-dwoqcs label cluster app.kubernetes.io/instance=weaviate-dwoqcs Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=weaviate-dwoqcs --namespace ns-snqbk ` `kbcli cluster label weaviate-dwoqcs --list --namespace ns-snqbk ` NAME NAMESPACE LABELS weaviate-dwoqcs ns-snqbk app.kubernetes.io/instance=weaviate-dwoqcs case.name=kbcli.test1 label cluster case.name=kbcli.test1 Success `kbcli cluster label weaviate-dwoqcs case.name=kbcli.test2 --overwrite --namespace ns-snqbk ` `kbcli cluster label weaviate-dwoqcs --list --namespace ns-snqbk ` NAME NAMESPACE LABELS weaviate-dwoqcs ns-snqbk app.kubernetes.io/instance=weaviate-dwoqcs case.name=kbcli.test2 label cluster case.name=kbcli.test2 Success `kbcli cluster label weaviate-dwoqcs case.name- --namespace ns-snqbk ` `kbcli cluster label weaviate-dwoqcs --list --namespace ns-snqbk ` NAME NAMESPACE LABELS weaviate-dwoqcs ns-snqbk app.kubernetes.io/instance=weaviate-dwoqcs delete cluster label case.name Success cluster weaviate scale-out check cluster status before ops check cluster status done cluster_status:Running No resources found in weaviate-dwoqcs namespace. `kbcli cluster scale-out weaviate-dwoqcs --auto-approve --force=true --components weaviate --replicas 1 --namespace ns-snqbk ` OpsRequest weaviate-dwoqcs-horizontalscaling-h7gct created successfully, you can view the progress: kbcli cluster describe-ops weaviate-dwoqcs-horizontalscaling-h7gct -n ns-snqbk check ops status `kbcli cluster list-ops weaviate-dwoqcs --status all --namespace ns-snqbk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-dwoqcs-horizontalscaling-h7gct ns-snqbk HorizontalScaling weaviate-dwoqcs weaviate Running 0/1 May 28,2025 11:35 UTC+0800 check cluster status `kbcli cluster list weaviate-dwoqcs --show-labels --namespace ns-snqbk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-dwoqcs ns-snqbk WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=weaviate-dwoqcs cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances weaviate-dwoqcs --namespace ns-snqbk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-dwoqcs-weaviate-0 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:34 UTC+0800 weaviate-dwoqcs-weaviate-1 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-12-97.us-west-2.compute.internal/172.31.12.97 May 28,2025 11:34 UTC+0800 weaviate-dwoqcs-weaviate-2 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:35 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.0-alpha.0 No resources found in weaviate-dwoqcs namespace. check ops status `kbcli cluster list-ops weaviate-dwoqcs --status all --namespace ns-snqbk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-dwoqcs-horizontalscaling-h7gct ns-snqbk HorizontalScaling weaviate-dwoqcs weaviate Succeed 1/1 May 28,2025 11:35 UTC+0800 check ops status done ops_status:weaviate-dwoqcs-horizontalscaling-h7gct ns-snqbk HorizontalScaling weaviate-dwoqcs weaviate Succeed 1/1 May 28,2025 11:35 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations weaviate-dwoqcs-horizontalscaling-h7gct --namespace ns-snqbk ` opsrequest.operations.kubeblocks.io/weaviate-dwoqcs-horizontalscaling-h7gct patched `kbcli cluster delete-ops --name weaviate-dwoqcs-horizontalscaling-h7gct --force --auto-approve --namespace ns-snqbk ` OpsRequest weaviate-dwoqcs-horizontalscaling-h7gct deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart weaviate-dwoqcs --auto-approve --force=true --namespace ns-snqbk ` OpsRequest weaviate-dwoqcs-restart-k5582 created successfully, you can view the progress: kbcli cluster describe-ops weaviate-dwoqcs-restart-k5582 -n ns-snqbk check ops status `kbcli cluster list-ops weaviate-dwoqcs --status all --namespace ns-snqbk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-dwoqcs-restart-k5582 ns-snqbk Restart weaviate-dwoqcs weaviate Running 0/3 May 28,2025 11:36 UTC+0800 check cluster status `kbcli cluster list weaviate-dwoqcs --show-labels --namespace ns-snqbk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-dwoqcs ns-snqbk WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=weaviate-dwoqcs 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-dwoqcs --namespace ns-snqbk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-dwoqcs-weaviate-0 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:38 UTC+0800 weaviate-dwoqcs-weaviate-1 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:37 UTC+0800 weaviate-dwoqcs-weaviate-2 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:36 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.0-alpha.0 check ops status `kbcli cluster list-ops weaviate-dwoqcs --status all --namespace ns-snqbk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-dwoqcs-restart-k5582 ns-snqbk Restart weaviate-dwoqcs weaviate Succeed 3/3 May 28,2025 11:36 UTC+0800 check ops status done ops_status:weaviate-dwoqcs-restart-k5582 ns-snqbk Restart weaviate-dwoqcs weaviate Succeed 3/3 May 28,2025 11:36 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations weaviate-dwoqcs-restart-k5582 --namespace ns-snqbk ` opsrequest.operations.kubeblocks.io/weaviate-dwoqcs-restart-k5582 patched `kbcli cluster delete-ops --name weaviate-dwoqcs-restart-k5582 --force --auto-approve --namespace ns-snqbk ` OpsRequest weaviate-dwoqcs-restart-k5582 deleted `kubectl get pvc -l app.kubernetes.io/instance=weaviate-dwoqcs,apps.kubeblocks.io/component-name=weaviate,apps.kubeblocks.io/vct-name=data --namespace ns-snqbk ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in weaviate-dwoqcs namespace. `kbcli cluster volume-expand weaviate-dwoqcs --auto-approve --force=true --components weaviate --volume-claim-templates data --storage 5Gi --namespace ns-snqbk ` OpsRequest weaviate-dwoqcs-volumeexpansion-c49j6 created successfully, you can view the progress: kbcli cluster describe-ops weaviate-dwoqcs-volumeexpansion-c49j6 -n ns-snqbk check ops status `kbcli cluster list-ops weaviate-dwoqcs --status all --namespace ns-snqbk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-dwoqcs-volumeexpansion-c49j6 ns-snqbk VolumeExpansion weaviate-dwoqcs weaviate Running 0/3 May 28,2025 11:39 UTC+0800 check cluster status `kbcli cluster list weaviate-dwoqcs --show-labels --namespace ns-snqbk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-dwoqcs ns-snqbk WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=weaviate-dwoqcs 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-dwoqcs --namespace ns-snqbk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-dwoqcs-weaviate-0 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:38 UTC+0800 weaviate-dwoqcs-weaviate-1 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:37 UTC+0800 weaviate-dwoqcs-weaviate-2 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:36 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.0-alpha.0 No resources found in weaviate-dwoqcs namespace. check ops status `kbcli cluster list-ops weaviate-dwoqcs --status all --namespace ns-snqbk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-dwoqcs-volumeexpansion-c49j6 ns-snqbk VolumeExpansion weaviate-dwoqcs weaviate Succeed 3/3 May 28,2025 11:39 UTC+0800 check ops status done ops_status:weaviate-dwoqcs-volumeexpansion-c49j6 ns-snqbk VolumeExpansion weaviate-dwoqcs weaviate Succeed 3/3 May 28,2025 11:39 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations weaviate-dwoqcs-volumeexpansion-c49j6 --namespace ns-snqbk ` opsrequest.operations.kubeblocks.io/weaviate-dwoqcs-volumeexpansion-c49j6 patched `kbcli cluster delete-ops --name weaviate-dwoqcs-volumeexpansion-c49j6 --force --auto-approve --namespace ns-snqbk ` OpsRequest weaviate-dwoqcs-volumeexpansion-c49j6 deleted `kubectl get secrets -l app.kubernetes.io/instance=weaviate-dwoqcs` No resources found in ns-snqbk namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:;DB_DATABASE: create curl-jq pod weaviate-dwoqcs-curl-jq `kubectl run --namespace ns-snqbk weaviate-dwoqcs-curl-jq --restart='Never' --image docker.io/apecloud/curl-jq:0.1.0 --command -- sleep infinity ` pod/weaviate-dwoqcs-curl-jq created check pod status pod_status:NAME READY STATUS RESTARTS AGE weaviate-dwoqcs-curl-jq 0/1 ContainerCreating 0 1s check pod weaviate-dwoqcs-curl-jq status done `kubectl wait --for=condition=Ready pod weaviate-dwoqcs-curl-jq --namespace ns-snqbk` pod/weaviate-dwoqcs-curl-jq condition met pod_status:NAME READY STATUS RESTARTS AGE weaviate-dwoqcs-curl-jq 1/1 Running 0 6s `curl --no-progress-meter -X POST -H "Content-Type: application/json" -d '***"class": "'Questionkixou'"***' http://weaviate-dwoqcs-weaviate-node-discovery.ns-snqbk.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":"Questionkixou","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-dwoqcs-weaviate-node-discovery.ns-snqbk.svc.cluster.local:8080/v1/schema | jq | (grep Questionkixou || true )` Unable to use a TTY - input is not a terminal or the right kind of file exec return msg: "class": "Questionkixou", schema name:[Questionkixou] equal [Questionkixou] `kubectl delete pod weaviate-dwoqcs-curl-jq --force --namespace ns-snqbk ` 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-dwoqcs-curl-jq" force deleted cluster does not need to check monitor currently check cluster status `kbcli cluster list weaviate-dwoqcs --show-labels --namespace ns-snqbk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-dwoqcs ns-snqbk WipeOut Running May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=weaviate-dwoqcs check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances weaviate-dwoqcs --namespace ns-snqbk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-dwoqcs-weaviate-0 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:38 UTC+0800 weaviate-dwoqcs-weaviate-1 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:37 UTC+0800 weaviate-dwoqcs-weaviate-2 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:36 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.0-alpha.0 cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop weaviate-dwoqcs --auto-approve --force=true --namespace ns-snqbk ` OpsRequest weaviate-dwoqcs-stop-sczkd created successfully, you can view the progress: kbcli cluster describe-ops weaviate-dwoqcs-stop-sczkd -n ns-snqbk check ops status `kbcli cluster list-ops weaviate-dwoqcs --status all --namespace ns-snqbk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-dwoqcs-stop-sczkd ns-snqbk Stop weaviate-dwoqcs weaviate Running 0/3 May 28,2025 11:42 UTC+0800 check cluster status `kbcli cluster list weaviate-dwoqcs --show-labels --namespace ns-snqbk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-dwoqcs ns-snqbk WipeOut Stopping May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=weaviate-dwoqcs 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-dwoqcs --namespace ns-snqbk ` 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-dwoqcs --status all --namespace ns-snqbk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-dwoqcs-stop-sczkd ns-snqbk Stop weaviate-dwoqcs weaviate Succeed 3/3 May 28,2025 11:42 UTC+0800 check ops status done ops_status:weaviate-dwoqcs-stop-sczkd ns-snqbk Stop weaviate-dwoqcs weaviate Succeed 3/3 May 28,2025 11:42 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations weaviate-dwoqcs-stop-sczkd --namespace ns-snqbk ` opsrequest.operations.kubeblocks.io/weaviate-dwoqcs-stop-sczkd patched `kbcli cluster delete-ops --name weaviate-dwoqcs-stop-sczkd --force --auto-approve --namespace ns-snqbk ` OpsRequest weaviate-dwoqcs-stop-sczkd deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start weaviate-dwoqcs --force=true --namespace ns-snqbk ` OpsRequest weaviate-dwoqcs-start-zwnqp created successfully, you can view the progress: kbcli cluster describe-ops weaviate-dwoqcs-start-zwnqp -n ns-snqbk check ops status `kbcli cluster list-ops weaviate-dwoqcs --status all --namespace ns-snqbk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-dwoqcs-start-zwnqp ns-snqbk Start weaviate-dwoqcs weaviate Running 0/3 May 28,2025 11:44 UTC+0800 check cluster status `kbcli cluster list weaviate-dwoqcs --show-labels --namespace ns-snqbk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-dwoqcs ns-snqbk WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=weaviate-dwoqcs cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances weaviate-dwoqcs --namespace ns-snqbk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-dwoqcs-weaviate-0 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:44 UTC+0800 weaviate-dwoqcs-weaviate-1 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:44 UTC+0800 weaviate-dwoqcs-weaviate-2 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:44 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.0-alpha.0 check ops status `kbcli cluster list-ops weaviate-dwoqcs --status all --namespace ns-snqbk ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME weaviate-dwoqcs-start-zwnqp ns-snqbk Start weaviate-dwoqcs weaviate Succeed 3/3 May 28,2025 11:44 UTC+0800 check ops status done ops_status:weaviate-dwoqcs-start-zwnqp ns-snqbk Start weaviate-dwoqcs weaviate Succeed 3/3 May 28,2025 11:44 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations weaviate-dwoqcs-start-zwnqp --namespace ns-snqbk ` opsrequest.operations.kubeblocks.io/weaviate-dwoqcs-start-zwnqp patched `kbcli cluster delete-ops --name weaviate-dwoqcs-start-zwnqp --force --auto-approve --namespace ns-snqbk ` OpsRequest weaviate-dwoqcs-start-zwnqp deleted cluster update terminationPolicy WipeOut `kbcli cluster update weaviate-dwoqcs --termination-policy=WipeOut --namespace ns-snqbk ` cluster.apps.kubeblocks.io/weaviate-dwoqcs updated (no change) check cluster status `kbcli cluster list weaviate-dwoqcs --show-labels --namespace ns-snqbk ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS weaviate-dwoqcs ns-snqbk WipeOut Running May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=weaviate-dwoqcs check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances weaviate-dwoqcs --namespace ns-snqbk ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME weaviate-dwoqcs-weaviate-0 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:44 UTC+0800 weaviate-dwoqcs-weaviate-1 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:44 UTC+0800 weaviate-dwoqcs-weaviate-2 ns-snqbk weaviate-dwoqcs weaviate Running us-west-2a 100m / 100m 512Mi / 512Mi data:5Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:44 UTC+0800 check pod status done connect unsupported engine type: weaviate weaviate-1.0.0-alpha.0 cluster list-logs `kbcli cluster list-logs weaviate-dwoqcs --namespace ns-snqbk ` No log files found. Error from server (NotFound): pods "weaviate-dwoqcs-weaviate-0" not found cluster logs `kbcli cluster logs weaviate-dwoqcs --tail 30 --namespace ns-snqbk ` Waiting for all nodes to be running... Waiting for all nodes to be running... ***"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-05-28T03:44:25Z"*** ***"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-05-28T03:44:25Z"*** ***"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-05-28T03:44:25Z"*** ***"action":"startup","auto_schema_enabled":true,"level":"info","msg":"auto schema enabled setting is set to \"true\"","time":"2025-05-28T03:44:25Z"*** ***"action":"lsm_recover_from_active_wal","class":"Questionkixou","index":"questionkixou","level":"warning","msg":"active write-ahead-log found. Did weaviate crash prior to this? Trying to recover...","path":"/var/lib/weaviate/questionkixou_enzJEccKscTa_lsm/objects/segment-1748403727268186419.wal","shard":"enzJEccKscTa","time":"2025-05-28T03:44:26Z"*** ***"action":"lsm_recover_from_active_wal_success","class":"Questionkixou","index":"questionkixou","level":"info","msg":"successfully recovered from write-ahead-log","path":"/var/lib/weaviate/questionkixou_enzJEccKscTa_lsm/objects/segment-1748403727268186419.wal","shard":"enzJEccKscTa","time":"2025-05-28T03:44:26Z"*** ***"action":"lsm_recover_from_active_wal","class":"Questionkixou","index":"questionkixou","level":"warning","msg":"active write-ahead-log found. Did weaviate crash prior to this? Trying to recover...","path":"/var/lib/weaviate/questionkixou_enzJEccKscTa_lsm/property__id/segment-1748403727271914366.wal","shard":"enzJEccKscTa","time":"2025-05-28T03:44:26Z"*** ***"action":"lsm_recover_from_active_wal_success","class":"Questionkixou","index":"questionkixou","level":"info","msg":"successfully recovered from write-ahead-log","path":"/var/lib/weaviate/questionkixou_enzJEccKscTa_lsm/property__id/segment-1748403727271914366.wal","shard":"enzJEccKscTa","time":"2025-05-28T03:44:26Z"*** ***"action":"hnsw_vector_cache_prefill","count":3000,"index_id":"questionkixou_enzJEccKscTa","level":"info","limit":1000000000000,"msg":"prefilled vector cache","time":"2025-05-28T03:44:26Z","took":313010*** ***"action":"grpc_startup","level":"info","msg":"grpc server listening at [::]:50051","time":"2025-05-28T03:44:26Z"*** ***"action":"restapi_management","level":"info","msg":"Serving weaviate at http://[::]:8080","time":"2025-05-28T03:44:26Z"*** delete cluster weaviate-dwoqcs `kbcli cluster delete weaviate-dwoqcs --auto-approve --namespace ns-snqbk ` Cluster weaviate-dwoqcs deleted pod_info:weaviate-dwoqcs-weaviate-0 1/1 Terminating 0 53s weaviate-dwoqcs-weaviate-1 1/1 Terminating 0 53s weaviate-dwoqcs-weaviate-2 1/1 Terminating 0 53s pod_info:weaviate-dwoqcs-weaviate-0 1/1 Terminating 0 74s weaviate-dwoqcs-weaviate-1 1/1 Terminating 0 74s weaviate-dwoqcs-weaviate-2 1/1 Terminating 0 74s No resources found in ns-snqbk namespace. delete cluster pod done No resources found in ns-snqbk namespace. check cluster resource non-exist OK: pvc No resources found in ns-snqbk namespace. delete cluster done No resources found in ns-snqbk namespace. No resources found in ns-snqbk namespace. No resources found in ns-snqbk namespace. Weaviate Test Suite All Done! --------------------------------------Weaviate (Topology = Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=weaviate-1.0.0-alpha.0;ComponentVersion=weaviate;ServiceVersion=1.19.6;]|[Description=Create a cluster with the specified component definition weaviate-1.0.0-alpha.0 and component version weaviate and service version 1.19.6] [PASSED]|[HorizontalScaling Out]|[ComponentName=weaviate]|[Description=HorizontalScaling Out the cluster specify component weaviate] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[VolumeExpansion]|[ComponentName=weaviate]|[Description=VolumeExpansion the cluster specify component weaviate] [PASSED]|[Connect]|[Endpoints=true]|[Description=Connect to the cluster] [PASSED]|[Update]|[Monitor=true]|[Description=Update the cluster Monitor enable] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]