https://github.com/apecloud/kubeblocks/actions/runs/21898070919 previous_version: kubeblocks_version:1.0.2 bash test/kbcli/test_kbcli_1.0.sh --type 55 --version 1.0.2 --generate-output true --chaos-mesh true --aws-access-key-id *** --aws-secret-access-key *** --jihulab-token *** --random-namespace true --region eastus --cloud-provider aks CURRENT_TEST_DIR:test/kbcli source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME:  `kubectl get namespace | grep ns-maqmj `(B   `kubectl create namespace ns-maqmj`(B  namespace/ns-maqmj created create namespace ns-maqmj done(B download kbcli  `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)`(B   `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.2`(B  Your system is linux_amd64 Installing kbcli ... Downloading ... Failed to unpack kbcli executable. Failed to install kbcli Go to https://kubeblocks.io for more support. checking kbcli next...(B  `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)`(B  ignore kbcli v1.0.2(B ignore kbcli v1.0.2(B  `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.2-beta.0`(B  Your system is linux_amd64 Installing kbcli ... Downloading ... kbcli installed successfully. Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2-beta.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.2-beta.0 done(B Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2-beta.0 Kubernetes Env: v1.32.10 check snapshot controller check snapshot controller done(B POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default (B KubeBlocks version is:1.0.2 skip upgrade KubeBlocks(B current KubeBlocks version: 1.0.2 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:vmstorage set component version set component version:victoria-metrics set service versions:1.0.0 set service versions sorted:1.0.0 set victoria-metrics component definition REPORT_COUNT 0:0 set replicas first:1,1.0.0 set replicas third:1,1.0.0 set replicas fourth:1,1.0.0 set minimum cmpv service version set minimum cmpv service version replicas:1,1.0.0 set replicas end:1,1.0.0 REPORT_COUNT:1 CLUSTER_TOPOLOGY:vm-cluster cluster definition topology: vm-cluster topology vm-cluster found in cluster definition victoria-metrics set victoria-metrics component definition LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 CLUSTER_NAME:vicmets-jxcbze pod_info: termination_policy:DoNotTerminate create 1 replica DoNotTerminate victoria-metrics cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: vmstorage-1.0.1 by component version:victoria-metrics apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: vicmets-jxcbze namespace: ns-maqmj spec: clusterDef: victoria-metrics topology: vm-cluster terminationPolicy: DoNotTerminate componentSpecs: - name: vmstorage serviceVersion: 1.0.0 disableExporter: true replicas: 1 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi env: - name: RETENTION_PERIOD value: "30d" - name: "VM_dedup.minScrapeInterval" value: "0ms" - name: "VM_inmemoryDataFlushInterval" value: "5s" - name: "VM_retentionPeriod" value: "1" - name: "VM_storage.minFreeDiskSpaceBytes" value: "10MB" - name: vmselect serviceVersion: 1.0.0 disableExporter: true replicas: 1 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi instanceUpdateStrategy: type: RollingUpdate rollingUpdate: maxUnavailable: 1 env: - name: "VM_dedup.minScrapeInterval" value: "0ms" - name: "VM_search.logSlowQueryDuration" value: "5s" - name: "VM_search.maxConcurrentRequests" value: "16" - name: "VM_search.maxMemoryPerQuery" value: "0" - name: "VM_search.maxQueryDuration" value: "30s" - name: vminsert serviceVersion: 1.0.0 disableExporter: true replicas: 1 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi instanceUpdateStrategy: type: RollingUpdate rollingUpdate: maxUnavailable: 1 env: - name: "VM_disableRerouting" value: "true" - name: "VM_maxInsertRequestSize" value: "32MiB" - name: "VM_replicationFactor" value: "1"  `kubectl apply -f test_create_vicmets-jxcbze.yaml`(B  cluster.apps.kubeblocks.io/vicmets-jxcbze created apply test_create_vicmets-jxcbze.yaml Success(B  `rm -rf test_create_vicmets-jxcbze.yaml`(B  check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Creating Feb 11,2026 16:55 UTC+0800 clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Creating(B cluster_status:Creating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 16:56 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000002/10.224.0.7 Feb 11,2026 16:56 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 16:55 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1  `kubectl get secrets -l app.kubernetes.io/instance=vicmets-jxcbze`(B  Not found cluster secret(B DB_USERNAME:;DB_PASSWORD:;DB_PORT:8481;DB_DATABASE:(B There is no password in Type: 55.(B describe cluster  `kbcli cluster describe vicmets-jxcbze --namespace ns-maqmj `(B  Name: vicmets-jxcbze Created Time: Feb 11,2026 16:55 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-maqmj victoria-metrics vm-cluster Running DoNotTerminate Endpoints: COMPONENT INTERNAL EXTERNAL vminsert vicmets-jxcbze-vminsert.ns-maqmj.svc.cluster.local:8480 vmselect vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481 vmstorage vicmets-jxcbze-vmstorage-0.ns-maqmj.svc.cluster.local:8482 vicmets-jxcbze-vmstorage-0.ns-maqmj.svc.cluster.local:8401 vicmets-jxcbze-vmstorage-0.ns-maqmj.svc.cluster.local:8400 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME vminsert 1.0.0 vicmets-jxcbze-vminsert-0 Running 0 aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 16:56 UTC+0800 vmselect 1.0.0 vicmets-jxcbze-vmselect-0 Running 0 aks-cicdamdpool-24830451-vmss000002/10.224.0.7 Feb 11,2026 16:56 UTC+0800 vmstorage 1.0.0 vicmets-jxcbze-vmstorage-0 Running 0 aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 16:55 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS vminsert 100m / 100m 512Mi / 512Mi vmselect 100m / 100m 512Mi / 512Mi vmstorage 100m / 100m 512Mi / 512Mi data:1Gi default Images: COMPONENT COMPONENT-DEFINITION IMAGE vminsert vminsert-1.0.1 docker.io/apecloud/vminsert:v1.101.0-cluster vmselect vmselect-1.0.1 docker.io/apecloud/vmselect:v1.101.0-cluster vmstorage vmstorage-1.0.1 docker.io/apecloud/vmstorage:v1.101.0-cluster Show cluster events: kbcli cluster list-events -n ns-maqmj vicmets-jxcbze  `kbcli cluster label vicmets-jxcbze app.kubernetes.io/instance- --namespace ns-maqmj `(B  label "app.kubernetes.io/instance" not found.  `kbcli cluster label vicmets-jxcbze app.kubernetes.io/instance=vicmets-jxcbze --namespace ns-maqmj `(B   `kbcli cluster label vicmets-jxcbze --list --namespace ns-maqmj `(B  NAME NAMESPACE LABELS vicmets-jxcbze ns-maqmj app.kubernetes.io/instance=vicmets-jxcbze clusterdefinition.kubeblocks.io/name=victoria-metrics label cluster app.kubernetes.io/instance=vicmets-jxcbze Success(B  `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=vicmets-jxcbze --namespace ns-maqmj `(B   `kbcli cluster label vicmets-jxcbze --list --namespace ns-maqmj `(B  NAME NAMESPACE LABELS vicmets-jxcbze ns-maqmj app.kubernetes.io/instance=vicmets-jxcbze case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=victoria-metrics label cluster case.name=kbcli.test1 Success(B  `kbcli cluster label vicmets-jxcbze case.name=kbcli.test2 --overwrite --namespace ns-maqmj `(B   `kbcli cluster label vicmets-jxcbze --list --namespace ns-maqmj `(B  NAME NAMESPACE LABELS vicmets-jxcbze ns-maqmj app.kubernetes.io/instance=vicmets-jxcbze case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=victoria-metrics label cluster case.name=kbcli.test2 Success(B  `kbcli cluster label vicmets-jxcbze case.name- --namespace ns-maqmj `(B   `kbcli cluster label vicmets-jxcbze --list --namespace ns-maqmj `(B  NAME NAMESPACE LABELS vicmets-jxcbze ns-maqmj app.kubernetes.io/instance=vicmets-jxcbze clusterdefinition.kubeblocks.io/name=victoria-metrics delete cluster label case.name Success(B cluster connect insert batch data by db client  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-vicmets-jxcbze --namespace ns-maqmj `(B   `kubectl get secrets -l app.kubernetes.io/instance=vicmets-jxcbze`(B  Not found cluster secret(B DB_USERNAME:;DB_PASSWORD:;DB_PORT:8481;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-vicmets-jxcbze namespace: ns-maqmj spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "vicmets-jxcbze-vminsert.ns-maqmj.svc.cluster.local" - "--user" - "" - "--password" - "" - "--port" - "8480" - "--dbtype" - "victoria-metrics" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-vicmets-jxcbze.yaml`(B  pod/test-db-client-executionloop-vicmets-jxcbze created apply test-db-client-executionloop-vicmets-jxcbze.yaml Success(B  `rm -rf test-db-client-executionloop-vicmets-jxcbze.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 0/1 ContainerCreating 0 5s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 0/1 ContainerCreating 0 9s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 0/1 ContainerCreating 0 14s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 19s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 50s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 55s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 60s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 66s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 71s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 1/1 Running 0 76s(B check pod test-db-client-executionloop-vicmets-jxcbze status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-vicmets-jxcbze 0/1 Completed 0 81s(B check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Running Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 16:56 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000002/10.224.0.7 Feb 11,2026 16:56 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 16:55 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 --host vicmets-jxcbze-vminsert.ns-maqmj.svc.cluster.local --user --password --port 8480 --dbtype victoria-metrics --test executionloop --duration 60 --interval 1 Execution loop start: Setting up default VictoriaMetrics query for execution loop Execution loop start: WRITE executions_loop_metric_1,type=test value=1 1770800239567 [ 1s ] executions total: 1012 successful: 1012 failed: 0 disconnect: 0 [ 2s ] executions total: 2137 successful: 2137 failed: 0 disconnect: 0 [ 3s ] executions total: 3186 successful: 3186 failed: 0 disconnect: 0 [ 4s ] executions total: 4354 successful: 4354 failed: 0 disconnect: 0 [ 5s ] executions total: 5281 successful: 5281 failed: 0 disconnect: 0 [ 6s ] executions total: 6260 successful: 6260 failed: 0 disconnect: 0 [ 7s ] executions total: 7417 successful: 7417 failed: 0 disconnect: 0 [ 8s ] executions total: 8589 successful: 8589 failed: 0 disconnect: 0 [ 9s ] executions total: 9495 successful: 9495 failed: 0 disconnect: 0 [ 10s ] executions total: 10625 successful: 10625 failed: 0 disconnect: 0 [ 11s ] executions total: 11644 successful: 11644 failed: 0 disconnect: 0 [ 12s ] executions total: 12567 successful: 12567 failed: 0 disconnect: 0 [ 13s ] executions total: 13543 successful: 13543 failed: 0 disconnect: 0 [ 14s ] executions total: 14588 successful: 14588 failed: 0 disconnect: 0 [ 15s ] executions total: 15252 successful: 15252 failed: 0 disconnect: 0 [ 16s ] executions total: 16462 successful: 16462 failed: 0 disconnect: 0 [ 17s ] executions total: 17215 successful: 17215 failed: 0 disconnect: 0 [ 18s ] executions total: 18260 successful: 18260 failed: 0 disconnect: 0 [ 19s ] executions total: 19209 successful: 19209 failed: 0 disconnect: 0 [ 20s ] executions total: 20224 successful: 20224 failed: 0 disconnect: 0 [ 21s ] executions total: 21489 successful: 21489 failed: 0 disconnect: 0 [ 22s ] executions total: 22364 successful: 22364 failed: 0 disconnect: 0 [ 23s ] executions total: 23547 successful: 23547 failed: 0 disconnect: 0 [ 24s ] executions total: 24628 successful: 24628 failed: 0 disconnect: 0 [ 25s ] executions total: 25756 successful: 25756 failed: 0 disconnect: 0 [ 26s ] executions total: 26827 successful: 26827 failed: 0 disconnect: 0 [ 27s ] executions total: 27958 successful: 27958 failed: 0 disconnect: 0 [ 28s ] executions total: 29010 successful: 29010 failed: 0 disconnect: 0 [ 29s ] executions total: 29908 successful: 29908 failed: 0 disconnect: 0 [ 30s ] executions total: 30978 successful: 30978 failed: 0 disconnect: 0 [ 31s ] executions total: 32227 successful: 32227 failed: 0 disconnect: 0 [ 32s ] executions total: 33404 successful: 33404 failed: 0 disconnect: 0 [ 33s ] executions total: 34519 successful: 34519 failed: 0 disconnect: 0 [ 34s ] executions total: 35589 successful: 35589 failed: 0 disconnect: 0 [ 35s ] executions total: 36483 successful: 36483 failed: 0 disconnect: 0 [ 36s ] executions total: 37454 successful: 37454 failed: 0 disconnect: 0 [ 37s ] executions total: 38477 successful: 38477 failed: 0 disconnect: 0 [ 38s ] executions total: 39513 successful: 39513 failed: 0 disconnect: 0 [ 39s ] executions total: 40527 successful: 40527 failed: 0 disconnect: 0 [ 40s ] executions total: 41510 successful: 41510 failed: 0 disconnect: 0 [ 41s ] executions total: 42388 successful: 42388 failed: 0 disconnect: 0 [ 42s ] executions total: 43346 successful: 43346 failed: 0 disconnect: 0 [ 43s ] executions total: 44321 successful: 44321 failed: 0 disconnect: 0 [ 44s ] executions total: 45343 successful: 45343 failed: 0 disconnect: 0 [ 45s ] executions total: 46431 successful: 46431 failed: 0 disconnect: 0 [ 46s ] executions total: 47596 successful: 47596 failed: 0 disconnect: 0 [ 47s ] executions total: 48643 successful: 48643 failed: 0 disconnect: 0 [ 48s ] executions total: 49552 successful: 49552 failed: 0 disconnect: 0 [ 49s ] executions total: 50517 successful: 50517 failed: 0 disconnect: 0 [ 50s ] executions total: 51568 successful: 51568 failed: 0 disconnect: 0 [ 51s ] executions total: 52561 successful: 52561 failed: 0 disconnect: 0 [ 52s ] executions total: 53466 successful: 53466 failed: 0 disconnect: 0 [ 53s ] executions total: 54439 successful: 54439 failed: 0 disconnect: 0 [ 54s ] executions total: 55404 successful: 55404 failed: 0 disconnect: 0 [ 55s ] executions total: 56428 successful: 56428 failed: 0 disconnect: 0 [ 56s ] executions total: 57524 successful: 57524 failed: 0 disconnect: 0 [ 57s ] executions total: 58534 successful: 58534 failed: 0 disconnect: 0 [ 58s ] executions total: 59423 successful: 59423 failed: 0 disconnect: 0 [ 59s ] executions total: 60397 successful: 60397 failed: 0 disconnect: 0 [ 60s ] executions total: 60911 successful: 60911 failed: 0 disconnect: 0 Test Result: Execution loop completed during 60 seconds Total Executions: 60911 Successful Executions: 60911 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: victoria-metrics Host: vicmets-jxcbze-vminsert.ns-maqmj.svc.cluster.local Port: 8480 Database: Table: User: Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds DB_CLIENT_BATCH_DATA_COUNT: 60911  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-vicmets-jxcbze --namespace ns-maqmj `(B  pod/test-db-client-executionloop-vicmets-jxcbze patched (no change) pod "test-db-client-executionloop-vicmets-jxcbze" force deleted cluster vmstorage scale-out cluster vmstorage scale-out replicas: 2 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out vicmets-jxcbze --auto-approve --force=true --components vmstorage --replicas 1 --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-horizontalscaling-69x78 created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-horizontalscaling-69x78 -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-horizontalscaling-69x78 ns-maqmj HorizontalScaling vicmets-jxcbze vmstorage Running 0/1 Feb 11,2026 16:58 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Updating Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 16:58 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000002/10.224.0.7 Feb 11,2026 16:58 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 16:55 UTC+0800 vicmets-jxcbze-vmstorage-1 ns-maqmj vicmets-jxcbze vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 16:58 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-horizontalscaling-69x78 ns-maqmj HorizontalScaling vicmets-jxcbze vmstorage Succeed 1/1 Feb 11,2026 16:58 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-horizontalscaling-69x78 ns-maqmj HorizontalScaling vicmets-jxcbze vmstorage Succeed 1/1 Feb 11,2026 16:58 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-horizontalscaling-69x78 --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-horizontalscaling-69x78 patched  `kbcli cluster delete-ops --name vicmets-jxcbze-horizontalscaling-69x78 --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-horizontalscaling-69x78 deleted create curl-client pod vicmets-jxcbze-curl-client  `kubectl run --namespace ns-maqmj vicmets-jxcbze-curl-client --restart='Never' --image docker.io/apecloud/curl-jq:0.1.0 --command -- sleep infinity`(B  pod/vicmets-jxcbze-curl-client created check pod status pod_status:NAME READY STATUS RESTARTS AGE vicmets-jxcbze-curl-client 0/1 ContainerCreating 0 0s(B pod_status:NAME READY STATUS RESTARTS AGE vicmets-jxcbze-curl-client 0/1 ContainerCreating 0 5s(B check pod vicmets-jxcbze-curl-client status done(B  `kubectl wait --for=condition=Ready pod vicmets-jxcbze-curl-client --namespace ns-maqmj`(B  pod/vicmets-jxcbze-curl-client condition met pod_status:NAME READY STATUS RESTARTS AGE vicmets-jxcbze-curl-client 1/1 Running 0 10s(B check db_client batch data count  `echo "curl -s -g http://vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481/select/0/prometheus/api/v1/series?match[]=executions_loop_metric_60911_value " | kubectl exec -it vicmets-jxcbze-curl-client --namespace ns-maqmj -- sh`(B  check db_client batch [60911] equal [60911] data Success(B cluster vmstorage scale-in cluster vmstorage scale-in replicas: 1 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-in vicmets-jxcbze --auto-approve --force=true --components vmstorage --replicas 1 --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-horizontalscaling-qvxhw created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-horizontalscaling-qvxhw -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-horizontalscaling-qvxhw ns-maqmj HorizontalScaling vicmets-jxcbze vmstorage Running -/- Feb 11,2026 16:59 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Updating Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 16:59 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 16:59 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 16:55 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-horizontalscaling-qvxhw ns-maqmj HorizontalScaling vicmets-jxcbze vmstorage Succeed 1/1 Feb 11,2026 16:59 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-horizontalscaling-qvxhw ns-maqmj HorizontalScaling vicmets-jxcbze vmstorage Succeed 1/1 Feb 11,2026 16:59 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-horizontalscaling-qvxhw --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-horizontalscaling-qvxhw patched  `kbcli cluster delete-ops --name vicmets-jxcbze-horizontalscaling-qvxhw --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-horizontalscaling-qvxhw deleted check db_client batch data count  `echo "curl -s -g http://vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481/select/0/prometheus/api/v1/series?match[]=executions_loop_metric_60911_value " | kubectl exec -it vicmets-jxcbze-curl-client --namespace ns-maqmj -- sh`(B  check db_client batch [60911] equal [60911] data Success(B cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart vicmets-jxcbze --auto-approve --force=true --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-restart-l2rzd created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-restart-l2rzd -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-restart-l2rzd ns-maqmj Restart vicmets-jxcbze vminsert,vmselect,vmstorage Running -/- Feb 11,2026 16:59 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Updating Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:00 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:00 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:00 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-restart-l2rzd ns-maqmj Restart vicmets-jxcbze vminsert,vmselect,vmstorage Succeed 3/3 Feb 11,2026 16:59 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-restart-l2rzd ns-maqmj Restart vicmets-jxcbze vminsert,vmselect,vmstorage Succeed 3/3 Feb 11,2026 16:59 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-restart-l2rzd --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-restart-l2rzd patched  `kbcli cluster delete-ops --name vicmets-jxcbze-restart-l2rzd --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-restart-l2rzd deleted check db_client batch data count  `echo "curl -s -g http://vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481/select/0/prometheus/api/v1/series?match[]=executions_loop_metric_60911_value " | kubectl exec -it vicmets-jxcbze-curl-client --namespace ns-maqmj -- sh`(B  check db_client batch [60911] equal [60911] data Success(B cluster stop check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster stop vicmets-jxcbze --auto-approve --force=true --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-stop-f78sr created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-stop-f78sr -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-stop-f78sr ns-maqmj Stop vicmets-jxcbze Running -/- Feb 11,2026 17:01 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Stopping Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B check cluster status done(B cluster_status:Stopped(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME check pod status done(B check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-stop-f78sr ns-maqmj Stop vicmets-jxcbze vminsert,vmselect,vmstorage Succeed 3/3 Feb 11,2026 17:01 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-stop-f78sr ns-maqmj Stop vicmets-jxcbze vminsert,vmselect,vmstorage Succeed 3/3 Feb 11,2026 17:01 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-stop-f78sr --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-stop-f78sr patched  `kbcli cluster delete-ops --name vicmets-jxcbze-stop-f78sr --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-stop-f78sr deleted cluster start check cluster status before ops check cluster status done(B cluster_status:Stopped(B  `kbcli cluster start vicmets-jxcbze --force=true --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-start-b9mm9 created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-start-b9mm9 -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-start-b9mm9 ns-maqmj Start vicmets-jxcbze Running -/- Feb 11,2026 17:02 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Updating Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:02 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:02 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:02 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-start-b9mm9 ns-maqmj Start vicmets-jxcbze vminsert,vmselect,vmstorage Succeed 3/3 Feb 11,2026 17:02 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-start-b9mm9 ns-maqmj Start vicmets-jxcbze vminsert,vmselect,vmstorage Succeed 3/3 Feb 11,2026 17:02 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-start-b9mm9 --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-start-b9mm9 patched  `kbcli cluster delete-ops --name vicmets-jxcbze-start-b9mm9 --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-start-b9mm9 deleted check db_client batch data count  `echo "curl -s -g http://vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481/select/0/prometheus/api/v1/series?match[]=executions_loop_metric_60911_value " | kubectl exec -it vicmets-jxcbze-curl-client --namespace ns-maqmj -- sh`(B  check db_client batch [60911] equal [60911] data Success(B check component vmselect exists  `kubectl get components -l app.kubernetes.io/instance=vicmets-jxcbze,apps.kubeblocks.io/component-name=vmselect --namespace ns-maqmj | (grep "vmselect" || true )`(B  check component vminsert exists  `kubectl get components -l app.kubernetes.io/instance=vicmets-jxcbze,apps.kubeblocks.io/component-name=vminsert --namespace ns-maqmj | (grep "vminsert" || true )`(B  cluster vmselect,vminsert scale-out cluster vmselect,vminsert scale-out replicas: 3 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out vicmets-jxcbze --auto-approve --force=true --components vmselect,vminsert --replicas 2 --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-horizontalscaling-swlks created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-horizontalscaling-swlks -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-horizontalscaling-swlks ns-maqmj HorizontalScaling vicmets-jxcbze vmselect,vminsert Running -/- Feb 11,2026 17:05 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Updating Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:02 UTC+0800 vicmets-jxcbze-vminsert-1 ns-maqmj vicmets-jxcbze vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 17:05 UTC+0800 vicmets-jxcbze-vminsert-2 ns-maqmj vicmets-jxcbze vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000002/10.224.0.7 Feb 11,2026 17:05 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:02 UTC+0800 vicmets-jxcbze-vmselect-1 ns-maqmj vicmets-jxcbze vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 17:05 UTC+0800 vicmets-jxcbze-vmselect-2 ns-maqmj vicmets-jxcbze vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000002/10.224.0.7 Feb 11,2026 17:05 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:02 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-horizontalscaling-swlks ns-maqmj HorizontalScaling vicmets-jxcbze vmselect,vminsert Succeed 4/4 Feb 11,2026 17:05 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-horizontalscaling-swlks ns-maqmj HorizontalScaling vicmets-jxcbze vmselect,vminsert Succeed 4/4 Feb 11,2026 17:05 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-horizontalscaling-swlks --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-horizontalscaling-swlks patched  `kbcli cluster delete-ops --name vicmets-jxcbze-horizontalscaling-swlks --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-horizontalscaling-swlks deleted check db_client batch data count  `echo "curl -s -g http://vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481/select/0/prometheus/api/v1/series?match[]=executions_loop_metric_60911_value " | kubectl exec -it vicmets-jxcbze-curl-client --namespace ns-maqmj -- sh`(B  check db_client batch [60911] equal [60911] data Success(B check component vmselect exists  `kubectl get components -l app.kubernetes.io/instance=vicmets-jxcbze,apps.kubeblocks.io/component-name=vmselect --namespace ns-maqmj | (grep "vmselect" || true )`(B  check component vminsert exists  `kubectl get components -l app.kubernetes.io/instance=vicmets-jxcbze,apps.kubeblocks.io/component-name=vminsert --namespace ns-maqmj | (grep "vminsert" || true )`(B  cluster vmselect,vminsert scale-in cluster vmselect,vminsert scale-in replicas: 1 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-in vicmets-jxcbze --auto-approve --force=true --components vmselect,vminsert --replicas 2 --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-horizontalscaling-f99vv created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-horizontalscaling-f99vv -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-horizontalscaling-f99vv ns-maqmj HorizontalScaling vicmets-jxcbze vmselect,vminsert Running -/- Feb 11,2026 17:05 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Running Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:02 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:02 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:02 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-horizontalscaling-f99vv ns-maqmj HorizontalScaling vicmets-jxcbze vmselect,vminsert Succeed 4/4 Feb 11,2026 17:05 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-horizontalscaling-f99vv ns-maqmj HorizontalScaling vicmets-jxcbze vmselect,vminsert Succeed 4/4 Feb 11,2026 17:05 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-horizontalscaling-f99vv --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-horizontalscaling-f99vv patched  `kbcli cluster delete-ops --name vicmets-jxcbze-horizontalscaling-f99vv --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-horizontalscaling-f99vv deleted check db_client batch data count  `echo "curl -s -g http://vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481/select/0/prometheus/api/v1/series?match[]=executions_loop_metric_60911_value " | kubectl exec -it vicmets-jxcbze-curl-client --namespace ns-maqmj -- sh`(B  check db_client batch [60911] equal [60911] data Success(B check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale vicmets-jxcbze --auto-approve --force=true --components vmstorage --cpu 200m --memory 0.6Gi --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-verticalscaling-wthgl created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-verticalscaling-wthgl -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-verticalscaling-wthgl ns-maqmj VerticalScaling vicmets-jxcbze vmstorage Running -/- Feb 11,2026 17:06 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Updating Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:02 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:02 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 17:06 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-verticalscaling-wthgl ns-maqmj VerticalScaling vicmets-jxcbze vmstorage Succeed 1/1 Feb 11,2026 17:06 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-verticalscaling-wthgl ns-maqmj VerticalScaling vicmets-jxcbze vmstorage Succeed 1/1 Feb 11,2026 17:06 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-verticalscaling-wthgl --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-verticalscaling-wthgl patched  `kbcli cluster delete-ops --name vicmets-jxcbze-verticalscaling-wthgl --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-verticalscaling-wthgl deleted check db_client batch data count  `echo "curl -s -g http://vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481/select/0/prometheus/api/v1/series?match[]=executions_loop_metric_60911_value " | kubectl exec -it vicmets-jxcbze-curl-client --namespace ns-maqmj -- sh`(B  check db_client batch [60911] equal [60911] data Success(B check component vmselect exists  `kubectl get components -l app.kubernetes.io/instance=vicmets-jxcbze,apps.kubeblocks.io/component-name=vmselect --namespace ns-maqmj | (grep "vmselect" || true )`(B  check component vminsert exists  `kubectl get components -l app.kubernetes.io/instance=vicmets-jxcbze,apps.kubeblocks.io/component-name=vminsert --namespace ns-maqmj | (grep "vminsert" || true )`(B  check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale vicmets-jxcbze --auto-approve --force=true --components vmselect,vminsert --cpu 200m --memory 0.6Gi --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-verticalscaling-qlw7r created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-verticalscaling-qlw7r -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-verticalscaling-qlw7r ns-maqmj VerticalScaling vicmets-jxcbze vmselect,vminsert Running -/- Feb 11,2026 17:09 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Updating Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:09 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:09 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 17:06 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-verticalscaling-qlw7r ns-maqmj VerticalScaling vicmets-jxcbze vmselect,vminsert Succeed 2/2 Feb 11,2026 17:09 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-verticalscaling-qlw7r ns-maqmj VerticalScaling vicmets-jxcbze vmselect,vminsert Succeed 2/2 Feb 11,2026 17:09 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-verticalscaling-qlw7r --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-verticalscaling-qlw7r patched  `kbcli cluster delete-ops --name vicmets-jxcbze-verticalscaling-qlw7r --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-verticalscaling-qlw7r deleted check db_client batch data count  `echo "curl -s -g http://vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481/select/0/prometheus/api/v1/series?match[]=executions_loop_metric_60911_value " | kubectl exec -it vicmets-jxcbze-curl-client --namespace ns-maqmj -- sh`(B  check db_client batch [60911] equal [60911] data Success(B cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart vicmets-jxcbze --auto-approve --force=true --components vmstorage --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-restart-q5m9r created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-restart-q5m9r -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-restart-q5m9r ns-maqmj Restart vicmets-jxcbze vmstorage Running 0/1 Feb 11,2026 17:10 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Updating Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:09 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:09 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 17:10 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-restart-q5m9r ns-maqmj Restart vicmets-jxcbze vmstorage Succeed 1/1 Feb 11,2026 17:10 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-restart-q5m9r ns-maqmj Restart vicmets-jxcbze vmstorage Succeed 1/1 Feb 11,2026 17:10 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-restart-q5m9r --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-restart-q5m9r patched  `kbcli cluster delete-ops --name vicmets-jxcbze-restart-q5m9r --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-restart-q5m9r deleted check db_client batch data count  `echo "curl -s -g http://vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481/select/0/prometheus/api/v1/series?match[]=executions_loop_metric_60911_value " | kubectl exec -it vicmets-jxcbze-curl-client --namespace ns-maqmj -- sh`(B  check db_client batch [503] equal [60911] data Failure(B check db_client batch [503] equal [60911] data retry times: 1(B check db_client batch [60911] equal [60911] data Success(B check component vmselect exists  `kubectl get components -l app.kubernetes.io/instance=vicmets-jxcbze,apps.kubeblocks.io/component-name=vmselect --namespace ns-maqmj | (grep "vmselect" || true )`(B  check component vminsert exists  `kubectl get components -l app.kubernetes.io/instance=vicmets-jxcbze,apps.kubeblocks.io/component-name=vminsert --namespace ns-maqmj | (grep "vminsert" || true )`(B  cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart vicmets-jxcbze --auto-approve --force=true --components vmselect,vminsert --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-restart-p9cvv created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-restart-p9cvv -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-restart-p9cvv ns-maqmj Restart vicmets-jxcbze vmselect,vminsert Creating -/- Feb 11,2026 17:10 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Updating Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:11 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:11 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 17:10 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-restart-p9cvv ns-maqmj Restart vicmets-jxcbze vmselect,vminsert Succeed 2/2 Feb 11,2026 17:10 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-restart-p9cvv ns-maqmj Restart vicmets-jxcbze vmselect,vminsert Succeed 2/2 Feb 11,2026 17:10 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-restart-p9cvv --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-restart-p9cvv patched  `kbcli cluster delete-ops --name vicmets-jxcbze-restart-p9cvv --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-restart-p9cvv deleted check db_client batch data count  `echo "curl -s -g http://vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481/select/0/prometheus/api/v1/series?match[]=executions_loop_metric_60911_value " | kubectl exec -it vicmets-jxcbze-curl-client --namespace ns-maqmj -- sh`(B  check db_client batch [60911] equal [60911] data Success(B cluster does not need to check monitor currently check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Running Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:11 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:11 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 17:10 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1  `kubectl get pvc -l app.kubernetes.io/instance=vicmets-jxcbze,apps.kubeblocks.io/component-name=vmstorage,apps.kubeblocks.io/vct-name=data --namespace ns-maqmj `(B  cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand vicmets-jxcbze --auto-approve --force=true --components vmstorage --volume-claim-templates data --storage 2Gi --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-volumeexpansion-st5gd created successfully, you can view the progress: kbcli cluster describe-ops vicmets-jxcbze-volumeexpansion-st5gd -n ns-maqmj check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-volumeexpansion-st5gd ns-maqmj VolumeExpansion vicmets-jxcbze vmstorage Running 0/1 Feb 11,2026 17:11 UTC+0800 check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics DoNotTerminate Updating Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:11 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:11 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 17:10 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 check ops status  `kbcli cluster list-ops vicmets-jxcbze --status all --namespace ns-maqmj `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-jxcbze-volumeexpansion-st5gd ns-maqmj VolumeExpansion vicmets-jxcbze vmstorage Succeed 1/1 Feb 11,2026 17:11 UTC+0800 check ops status done(B ops_status:vicmets-jxcbze-volumeexpansion-st5gd ns-maqmj VolumeExpansion vicmets-jxcbze vmstorage Succeed 1/1 Feb 11,2026 17:11 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations vicmets-jxcbze-volumeexpansion-st5gd --namespace ns-maqmj `(B  opsrequest.operations.kubeblocks.io/vicmets-jxcbze-volumeexpansion-st5gd patched  `kbcli cluster delete-ops --name vicmets-jxcbze-volumeexpansion-st5gd --force --auto-approve --namespace ns-maqmj `(B  OpsRequest vicmets-jxcbze-volumeexpansion-st5gd deleted check db_client batch data count  `echo "curl -s -g http://vicmets-jxcbze-vmselect.ns-maqmj.svc.cluster.local:8481/select/0/prometheus/api/v1/series?match[]=executions_loop_metric_60911_value " | kubectl exec -it vicmets-jxcbze-curl-client --namespace ns-maqmj -- sh`(B  check db_client batch [60911] equal [60911] data Success(B cluster update terminationPolicy WipeOut  `kbcli cluster update vicmets-jxcbze --termination-policy=WipeOut --namespace ns-maqmj `(B  cluster.apps.kubeblocks.io/vicmets-jxcbze updated check cluster status  `kbcli cluster list vicmets-jxcbze --show-labels --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-jxcbze ns-maqmj victoria-metrics WipeOut Running Feb 11,2026 16:55 UTC+0800 app.kubernetes.io/instance=vicmets-jxcbze,clusterdefinition.kubeblocks.io/name=victoria-metrics check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances vicmets-jxcbze --namespace ns-maqmj `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-jxcbze-vminsert-0 ns-maqmj vicmets-jxcbze vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:11 UTC+0800 vicmets-jxcbze-vmselect-0 ns-maqmj vicmets-jxcbze vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-24830451-vmss000001/10.224.0.8 Feb 11,2026 17:11 UTC+0800 vicmets-jxcbze-vmstorage-0 ns-maqmj vicmets-jxcbze vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-24830451-vmss000004/10.224.0.6 Feb 11,2026 17:10 UTC+0800 check pod status done(B connect unsupported engine type: victoria-metrics vmstorage-1.0.1 cluster list-logs  `kbcli cluster list-logs vicmets-jxcbze --namespace ns-maqmj `(B  cluster logs  `kbcli cluster logs vicmets-jxcbze --tail 30 --namespace ns-maqmj `(B  {"ts":"2026-02-11T09:11:00.997Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:12","msg":"build version: vminsert-20240425-150412-tags-v1.101.0-cluster-0-g310d100ed"} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:13","msg":"command-line flags"} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -disableRerouting=\"true\""} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -disableReroutingOnUnavailable=\"false\""} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -envflag.enable=\"true\""} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -envflag.prefix=\"VM_\""} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -httpListenAddr=\":8480\""} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -loggerFormat=\"json\""} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -maxInsertRequestSize=\"32MiB\""} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -maxLabelValueLen=\"16384\""} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -maxLabelsPerTimeseries=\"60\""} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -replicationFactor=\"1\""} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -storageNode=\"vicmets-jxcbze-vmstorage-0:8400\""} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/app/vminsert/main.go:101","msg":"initializing netstorage for storageNodes [vicmets-jxcbze-vmstorage-0:8400]..."} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/memory/memory.go:42","msg":"limiting caches to 386546073 bytes, leaving 257697383 bytes to the OS according to -memory.allowedPercent=60"} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/app/vminsert/main.go:120","msg":"successfully initialized netstorage in 0.000 seconds"} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/httpserver/httpserver.go:119","msg":"starting server at http://127.0.0.1:8480/"} {"ts":"2026-02-11T09:11:00.998Z","level":"info","caller":"VictoriaMetrics/lib/httpserver/httpserver.go:120","msg":"pprof handlers are exposed at http://127.0.0.1:8480/debug/pprof/"} {"ts":"2026-02-11T09:11:01.217Z","level":"info","caller":"VictoriaMetrics/app/vminsert/netstorage/netstorage.go:281","msg":"successfully dialed -storageNode=\"vicmets-jxcbze-vmstorage-0:8400\""} delete cluster vicmets-jxcbze  `kbcli cluster delete vicmets-jxcbze --auto-approve --namespace ns-maqmj `(B  pod_info:vicmets-jxcbze-vminsert-0 1/1 Running 0 7m54s vicmets-jxcbze-vmselect-0 1/1 Running 0 7m54s vicmets-jxcbze-vmstorage-0 1/1 Running 0 8m28s Cluster vicmets-jxcbze deleted delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B Victoria Metrics Test Suite All Done!(B Test Engine: victoria-metrics Test Type: 55 --------------------------------------Victoria Metrics (Topology = vm-cluster Replicas 1) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=vm-cluster;ComponentDefinition=vmstorage-1.0.1;ComponentVersion=victoria-metrics;ServiceVersion=1.0.0;]|[Description=Create a cluster with the specified topology vm-cluster with the specified component definition vmstorage-1.0.1 and component version victoria-metrics and service version 1.0.0](B [PASSED]|[HorizontalScaling Out]|[ComponentName=vmstorage]|[Description=HorizontalScaling Out the cluster specify component vmstorage](B [PASSED]|[HorizontalScaling In]|[ComponentName=vmstorage]|[Description=HorizontalScaling In the cluster specify component vmstorage](B [PASSED]|[Restart]|[-]|[Description=Restart the cluster](B [PASSED]|[Stop]|[-]|[Description=Stop the cluster](B [PASSED]|[Start]|[-]|[Description=Start the cluster](B [PASSED]|[HorizontalScaling Out]|[ComponentName=vmselect,vminsert]|[Description=HorizontalScaling Out the cluster specify component vmselect,vminsert](B [PASSED]|[HorizontalScaling In]|[ComponentName=vmselect,vminsert]|[Description=HorizontalScaling In the cluster specify component vmselect,vminsert](B [PASSED]|[VerticalScaling]|[ComponentName=vmstorage]|[Description=VerticalScaling the cluster specify component vmstorage](B [PASSED]|[VerticalScaling]|[ComponentName=vmselect,vminsert]|[Description=VerticalScaling the cluster specify component vmselect,vminsert](B [PASSED]|[Restart]|[ComponentName=vmstorage]|[Description=Restart the cluster specify component vmstorage](B [PASSED]|[Restart]|[ComponentName=vmselect,vminsert]|[Description=Restart the cluster specify component vmselect,vminsert](B [PASSED]|[Update]|[Monitor=true]|[Description=Update the cluster Monitor enable](B [PASSED]|[VolumeExpansion]|[ComponentName=vmstorage]|[Description=VolumeExpansion the cluster specify component vmstorage](B [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut](B [PASSED]|[Delete]|[-]|[Description=Delete the cluster](B [END]