bash test/kbcli/test_kbcli_0.9.sh --type 55 --version 0.9.5 --generate-output true --chaos-mesh true --drain-node true --random-namespace true --region eastus --cloud-provider aks CURRENT_TEST_DIR:test/kbcli source commons files source engines files source kubeblocks files `kubectl get namespace | grep ns-okihn ` `kubectl create namespace ns-okihn` namespace/ns-okihn created create namespace ns-okihn done download kbcli `gh release list --repo apecloud/kbcli --limit 100 | (grep "0.9" || true)` `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v0.9.5-beta.8` 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 32.1M 100 32.1M 0 0 133M 0 --:--:-- --:--:-- --:--:-- 133M kbcli installed successfully. Kubernetes: v1.32.6 KubeBlocks: 0.9.5 kbcli: 0.9.5-beta.8 WARNING: version difference between kbcli (0.9.5-beta.8) and kubeblocks (0.9.5) 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 v0.9.5-beta.8 done Kubernetes: v1.32.6 KubeBlocks: 0.9.5 kbcli: 0.9.5-beta.8 WARNING: version difference between kbcli (0.9.5-beta.8) and kubeblocks (0.9.5) Kubernetes Env: v1.32.6 POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default kubeblocks version is:0.9.5 skip upgrade kubeblocks 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 cluster 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 no cluster version found 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 REPORT_COUNT:1 CLUSTER_TOPOLOGY: set cluster topology: vm-cluster LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 No resources found in ns-okihn namespace. termination_policy:Halt create 1 replica Halt victoria-metrics cluster check cluster definition check component definition set component definition by component version check cmpd by labels set component definition2: vm-insert by component version:victoria-metrics apiVersion: apps.kubeblocks.io/v1alpha1 kind: Cluster metadata: name: vicmets-depvwr namespace: ns-okihn spec: clusterDefinitionRef: victoria-metrics topology: vm-cluster terminationPolicy: Halt 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: vmselect serviceVersion: 1.0.0 disableExporter: true replicas: 1 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi - name: vminsert serviceVersion: 1.0.0 disableExporter: true replicas: 1 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi `kubectl apply -f test_create_vicmets-depvwr.yaml` cluster.apps.kubeblocks.io/vicmets-depvwr created apply test_create_vicmets-depvwr.yaml Success `rm -rf test_create_vicmets-depvwr.yaml` check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Sep 01,2025 11:18 UTC+0800 clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= cluster_status: cluster_status:Creating cluster_status:Creating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:19 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:19 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:18 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert `kubectl get secrets -l app.kubernetes.io/instance=vicmets-depvwr` No resources found in ns-okihn namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:;DB_DATABASE: There is no password in Type: 55. describe cluster `kbcli cluster describe vicmets-depvwr --namespace ns-okihn ` Name: vicmets-depvwr Created Time: Sep 01,2025 11:18 UTC+0800 NAMESPACE CLUSTER-DEFINITION VERSION STATUS TERMINATION-POLICY ns-okihn victoria-metrics Running Halt Endpoints: COMPONENT MODE INTERNAL EXTERNAL vminsert ReadWrite vicmets-depvwr-vminsert.ns-okihn.svc.cluster.local:8480 vmselect ReadWrite vicmets-depvwr-vmselect.ns-okihn.svc.cluster.local:8481 vmstorage ReadWrite vicmets-depvwr-vmstorage-0.ns-okihn.svc.cluster.local:8482 vicmets-depvwr-vmstorage-0.ns-okihn.svc.cluster.local:8401 vicmets-depvwr-vmstorage-0.ns-okihn.svc.cluster.local:8400 Topology: COMPONENT INSTANCE ROLE STATUS AZ NODE CREATED-TIME vminsert vicmets-depvwr-vminsert-0 Running 0 aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:19 UTC+0800 vmselect vicmets-depvwr-vmselect-0 Running 0 aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:19 UTC+0800 vmstorage vicmets-depvwr-vmstorage-0 Running 0 aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:18 UTC+0800 Resources Allocation: COMPONENT DEDICATED CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS vminsert false 100m / 100m 512Mi / 512Mi vmselect false 100m / 100m 512Mi / 512Mi vmstorage false 100m / 100m 512Mi / 512Mi data:1Gi default Images: COMPONENT TYPE IMAGE vminsert docker.io/apecloud/vminsert:v1.101.0-cluster vmselect docker.io/apecloud/vmselect:v1.101.0-cluster vmstorage docker.io/apecloud/vmstorage:v1.101.0-cluster Show cluster events: kbcli cluster list-events -n ns-okihn vicmets-depvwr `kbcli cluster label vicmets-depvwr app.kubernetes.io/instance- --namespace ns-okihn ` label "app.kubernetes.io/instance" not found. `kbcli cluster label vicmets-depvwr app.kubernetes.io/instance=vicmets-depvwr --namespace ns-okihn ` `kbcli cluster label vicmets-depvwr --list --namespace ns-okihn ` NAME NAMESPACE LABELS vicmets-depvwr ns-okihn app.kubernetes.io/instance=vicmets-depvwr clusterdefinition.kubeblocks.io/name=victoria-metrics clusterversion.kubeblocks.io/name= label cluster app.kubernetes.io/instance=vicmets-depvwr Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=vicmets-depvwr --namespace ns-okihn ` `kbcli cluster label vicmets-depvwr --list --namespace ns-okihn ` NAME NAMESPACE LABELS vicmets-depvwr ns-okihn app.kubernetes.io/instance=vicmets-depvwr case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=victoria-metrics clusterversion.kubeblocks.io/name= label cluster case.name=kbcli.test1 Success `kbcli cluster label vicmets-depvwr case.name=kbcli.test2 --overwrite --namespace ns-okihn ` `kbcli cluster label vicmets-depvwr --list --namespace ns-okihn ` NAME NAMESPACE LABELS vicmets-depvwr ns-okihn app.kubernetes.io/instance=vicmets-depvwr case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=victoria-metrics clusterversion.kubeblocks.io/name= label cluster case.name=kbcli.test2 Success `kbcli cluster label vicmets-depvwr case.name- --namespace ns-okihn ` `kbcli cluster label vicmets-depvwr --list --namespace ns-okihn ` NAME NAMESPACE LABELS vicmets-depvwr ns-okihn app.kubernetes.io/instance=vicmets-depvwr clusterdefinition.kubeblocks.io/name=victoria-metrics clusterversion.kubeblocks.io/name= delete cluster label case.name Success cluster connect kbcli unsupported engine type: vmstorage cluster hscale check cluster status before ops check cluster status done cluster_status:Running No resources found in vicmets-depvwr namespace. `kbcli cluster hscale vicmets-depvwr --auto-approve --force=true --components vmstorage --replicas 2 --namespace ns-okihn ` OpsRequest vicmets-depvwr-horizontalscaling-khkqz created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-horizontalscaling-khkqz -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-horizontalscaling-khkqz ns-okihn HorizontalScaling vicmets-depvwr vmstorage Creating -/- Sep 01,2025 11:20 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Updating Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= 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 vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:19 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:19 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:18 UTC+0800 vicmets-depvwr-vmstorage-1 ns-okihn vicmets-depvwr vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:20 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert No resources found in vicmets-depvwr namespace. check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-horizontalscaling-khkqz ns-okihn HorizontalScaling vicmets-depvwr vmstorage Succeed 1/1 Sep 01,2025 11:20 UTC+0800 check ops status done ops_status:vicmets-depvwr-horizontalscaling-khkqz ns-okihn HorizontalScaling vicmets-depvwr vmstorage Succeed 1/1 Sep 01,2025 11:20 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-horizontalscaling-khkqz --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-horizontalscaling-khkqz patched `kbcli cluster delete-ops --name vicmets-depvwr-horizontalscaling-khkqz --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-horizontalscaling-khkqz deleted cluster hscale check cluster status before ops check cluster status done cluster_status:Running No resources found in vicmets-depvwr namespace. `kbcli cluster hscale vicmets-depvwr --auto-approve --force=true --components vmstorage --replicas 1 --namespace ns-okihn ` OpsRequest vicmets-depvwr-horizontalscaling-5sxml created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-horizontalscaling-5sxml -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-horizontalscaling-5sxml ns-okihn HorizontalScaling vicmets-depvwr vmstorage Pending -/- Sep 01,2025 11:21 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Running Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:19 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:19 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:18 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert No resources found in vicmets-depvwr namespace. check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-horizontalscaling-5sxml ns-okihn HorizontalScaling vicmets-depvwr vmstorage Succeed 1/1 Sep 01,2025 11:21 UTC+0800 check ops status done ops_status:vicmets-depvwr-horizontalscaling-5sxml ns-okihn HorizontalScaling vicmets-depvwr vmstorage Succeed 1/1 Sep 01,2025 11:21 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-horizontalscaling-5sxml --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-horizontalscaling-5sxml patched `kbcli cluster delete-ops --name vicmets-depvwr-horizontalscaling-5sxml --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-horizontalscaling-5sxml deleted `kubectl get pvc -l app.kubernetes.io/instance=vicmets-depvwr,apps.kubeblocks.io/component-name=vmstorage,apps.kubeblocks.io/vct-name=data --namespace ns-okihn ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in vicmets-depvwr namespace. `kbcli cluster volume-expand vicmets-depvwr --auto-approve --force=true --components vmstorage --volume-claim-templates data --storage 2Gi --namespace ns-okihn ` OpsRequest vicmets-depvwr-volumeexpansion-zfx6m created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-volumeexpansion-zfx6m -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-volumeexpansion-zfx6m ns-okihn VolumeExpansion vicmets-depvwr vmstorage Pending -/- Sep 01,2025 11:21 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Updating Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= 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 vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:19 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:19 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 100m / 100m 512Mi / 512Mi data:2Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:18 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert No resources found in vicmets-depvwr namespace. check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-volumeexpansion-zfx6m ns-okihn VolumeExpansion vicmets-depvwr vmstorage Succeed 1/1 Sep 01,2025 11:21 UTC+0800 check ops status done ops_status:vicmets-depvwr-volumeexpansion-zfx6m ns-okihn VolumeExpansion vicmets-depvwr vmstorage Succeed 1/1 Sep 01,2025 11:21 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-volumeexpansion-zfx6m --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-volumeexpansion-zfx6m patched `kbcli cluster delete-ops --name vicmets-depvwr-volumeexpansion-zfx6m --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-volumeexpansion-zfx6m deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart vicmets-depvwr --auto-approve --force=true --namespace ns-okihn ` OpsRequest vicmets-depvwr-restart-vc5v9 created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-restart-vc5v9 -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-restart-vc5v9 ns-okihn Restart vicmets-depvwr vminsert,vmselect,vmstorage Creating -/- Sep 01,2025 11:31 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Updating Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 100m / 100m 512Mi / 512Mi data:2Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-restart-vc5v9 ns-okihn Restart vicmets-depvwr vminsert,vmselect,vmstorage Succeed 3/3 Sep 01,2025 11:31 UTC+0800 check ops status done ops_status:vicmets-depvwr-restart-vc5v9 ns-okihn Restart vicmets-depvwr vminsert,vmselect,vmstorage Succeed 3/3 Sep 01,2025 11:31 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-restart-vc5v9 --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-restart-vc5v9 patched `kbcli cluster delete-ops --name vicmets-depvwr-restart-vc5v9 --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-restart-vc5v9 deleted check component vmselect exists `kubectl get components -l app.kubernetes.io/instance=vicmets-depvwr,apps.kubeblocks.io/component-name=vmselect --namespace ns-okihn | (grep "vmselect" || true )` check component vminsert exists `kubectl get components -l app.kubernetes.io/instance=vicmets-depvwr,apps.kubeblocks.io/component-name=vminsert --namespace ns-okihn | (grep "vminsert" || true )` cluster vscale check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale vicmets-depvwr --auto-approve --force=true --components vmselect,vminsert --cpu 200m --memory 0.6Gi --namespace ns-okihn ` OpsRequest vicmets-depvwr-verticalscaling-hlkhs created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-verticalscaling-hlkhs -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-verticalscaling-hlkhs ns-okihn VerticalScaling vicmets-depvwr vmselect,vminsert Creating -/- Sep 01,2025 11:31 UTC+0800 ops_status:vicmets-depvwr-verticalscaling-hlkhs ns-okihn VerticalScaling vicmets-depvwr vmselect,vminsert Creating -/- Sep 01,2025 11:31 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Updating Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 100m / 100m 512Mi / 512Mi data:2Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-verticalscaling-hlkhs ns-okihn VerticalScaling vicmets-depvwr vmselect,vminsert Succeed 2/2 Sep 01,2025 11:31 UTC+0800 check ops status done ops_status:vicmets-depvwr-verticalscaling-hlkhs ns-okihn VerticalScaling vicmets-depvwr vmselect,vminsert Succeed 2/2 Sep 01,2025 11:31 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-verticalscaling-hlkhs --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-verticalscaling-hlkhs patched `kbcli cluster delete-ops --name vicmets-depvwr-verticalscaling-hlkhs --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-verticalscaling-hlkhs deleted cluster update monitor cluster does not need to check monitor currently check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Running Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 100m / 100m 512Mi / 512Mi data:2Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart vicmets-depvwr --auto-approve --force=true --components vmstorage --namespace ns-okihn ` OpsRequest vicmets-depvwr-restart-6tsfh created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-restart-6tsfh -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-restart-6tsfh ns-okihn Restart vicmets-depvwr vmstorage Pending -/- Sep 01,2025 11:32 UTC+0800 ops_status:vicmets-depvwr-restart-6tsfh ns-okihn Restart vicmets-depvwr vmstorage Creating -/- Sep 01,2025 11:32 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Updating Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 100m / 100m 512Mi / 512Mi data:2Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:32 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-restart-6tsfh ns-okihn Restart vicmets-depvwr vmstorage Succeed 1/1 Sep 01,2025 11:32 UTC+0800 check ops status done ops_status:vicmets-depvwr-restart-6tsfh ns-okihn Restart vicmets-depvwr vmstorage Succeed 1/1 Sep 01,2025 11:32 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-restart-6tsfh --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-restart-6tsfh patched `kbcli cluster delete-ops --name vicmets-depvwr-restart-6tsfh --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-restart-6tsfh deleted cluster vscale check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale vicmets-depvwr --auto-approve --force=true --components vmstorage --cpu 200m --memory 0.6Gi --namespace ns-okihn ` OpsRequest vicmets-depvwr-verticalscaling-c6qzg created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-verticalscaling-c6qzg -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-verticalscaling-c6qzg ns-okihn VerticalScaling vicmets-depvwr vmstorage Pending -/- Sep 01,2025 11:32 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Updating Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= 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 vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:31 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:32 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-verticalscaling-c6qzg ns-okihn VerticalScaling vicmets-depvwr vmstorage Succeed 1/1 Sep 01,2025 11:32 UTC+0800 check ops status done ops_status:vicmets-depvwr-verticalscaling-c6qzg ns-okihn VerticalScaling vicmets-depvwr vmstorage Succeed 1/1 Sep 01,2025 11:32 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-verticalscaling-c6qzg --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-verticalscaling-c6qzg patched `kbcli cluster delete-ops --name vicmets-depvwr-verticalscaling-c6qzg --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-verticalscaling-c6qzg deleted cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop vicmets-depvwr --auto-approve --force=true --namespace ns-okihn ` OpsRequest vicmets-depvwr-stop-68gws created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-stop-68gws -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-stop-68gws ns-okihn Stop vicmets-depvwr Creating -/- Sep 01,2025 11:33 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Stopped Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= check cluster status done cluster_status:Stopped check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` 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 vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-stop-68gws ns-okihn Stop vicmets-depvwr vminsert,vmselect,vmstorage Succeed 3/3 Sep 01,2025 11:33 UTC+0800 check ops status done ops_status:vicmets-depvwr-stop-68gws ns-okihn Stop vicmets-depvwr vminsert,vmselect,vmstorage Succeed 3/3 Sep 01,2025 11:33 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-stop-68gws --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-stop-68gws patched `kbcli cluster delete-ops --name vicmets-depvwr-stop-68gws --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-stop-68gws deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start vicmets-depvwr --force=true --namespace ns-okihn ` OpsRequest vicmets-depvwr-start-l58sr created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-start-l58sr -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-start-l58sr ns-okihn Start vicmets-depvwr Creating -/- Sep 01,2025 11:33 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Updating Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:33 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:33 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:33 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-start-l58sr ns-okihn Start vicmets-depvwr vminsert,vmselect,vmstorage Succeed 3/3 Sep 01,2025 11:33 UTC+0800 check ops status done ops_status:vicmets-depvwr-start-l58sr ns-okihn Start vicmets-depvwr vminsert,vmselect,vmstorage Succeed 3/3 Sep 01,2025 11:33 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-start-l58sr --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-start-l58sr patched `kbcli cluster delete-ops --name vicmets-depvwr-start-l58sr --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-start-l58sr deleted check component vmselect exists `kubectl get components -l app.kubernetes.io/instance=vicmets-depvwr,apps.kubeblocks.io/component-name=vmselect --namespace ns-okihn | (grep "vmselect" || true )` check component vminsert exists `kubectl get components -l app.kubernetes.io/instance=vicmets-depvwr,apps.kubeblocks.io/component-name=vminsert --namespace ns-okihn | (grep "vminsert" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart vicmets-depvwr --auto-approve --force=true --components vmselect,vminsert --namespace ns-okihn ` OpsRequest vicmets-depvwr-restart-975h6 created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-restart-975h6 -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-restart-975h6 ns-okihn Restart vicmets-depvwr vmselect,vminsert Creating -/- Sep 01,2025 11:34 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Updating Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:34 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:34 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:33 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-restart-975h6 ns-okihn Restart vicmets-depvwr vmselect,vminsert Succeed 2/2 Sep 01,2025 11:34 UTC+0800 check ops status done ops_status:vicmets-depvwr-restart-975h6 ns-okihn Restart vicmets-depvwr vmselect,vminsert Succeed 2/2 Sep 01,2025 11:34 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-restart-975h6 --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-restart-975h6 patched `kbcli cluster delete-ops --name vicmets-depvwr-restart-975h6 --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-restart-975h6 deleted check component vmselect exists `kubectl get components -l app.kubernetes.io/instance=vicmets-depvwr,apps.kubeblocks.io/component-name=vmselect --namespace ns-okihn | (grep "vmselect" || true )` check component vminsert exists `kubectl get components -l app.kubernetes.io/instance=vicmets-depvwr,apps.kubeblocks.io/component-name=vminsert --namespace ns-okihn | (grep "vminsert" || true )` cluster hscale check cluster status before ops check cluster status done cluster_status:Running No resources found in vicmets-depvwr namespace. `kbcli cluster hscale vicmets-depvwr --auto-approve --force=true --components vmselect,vminsert --replicas 2 --namespace ns-okihn ` OpsRequest vicmets-depvwr-horizontalscaling-lt4fp created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-horizontalscaling-lt4fp -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-horizontalscaling-lt4fp ns-okihn HorizontalScaling vicmets-depvwr vmselect,vminsert Creating -/- Sep 01,2025 11:35 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Updating Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:34 UTC+0800 vicmets-depvwr-vminsert-1 ns-okihn vicmets-depvwr vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:35 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:34 UTC+0800 vicmets-depvwr-vmselect-1 ns-okihn vicmets-depvwr vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:35 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:33 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert No resources found in vicmets-depvwr namespace. check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-horizontalscaling-lt4fp ns-okihn HorizontalScaling vicmets-depvwr vmselect,vminsert Succeed 2/2 Sep 01,2025 11:35 UTC+0800 check ops status done ops_status:vicmets-depvwr-horizontalscaling-lt4fp ns-okihn HorizontalScaling vicmets-depvwr vmselect,vminsert Succeed 2/2 Sep 01,2025 11:35 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-horizontalscaling-lt4fp --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-horizontalscaling-lt4fp patched `kbcli cluster delete-ops --name vicmets-depvwr-horizontalscaling-lt4fp --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-horizontalscaling-lt4fp deleted check component vmselect exists `kubectl get components -l app.kubernetes.io/instance=vicmets-depvwr,apps.kubeblocks.io/component-name=vmselect --namespace ns-okihn | (grep "vmselect" || true )` check component vminsert exists `kubectl get components -l app.kubernetes.io/instance=vicmets-depvwr,apps.kubeblocks.io/component-name=vminsert --namespace ns-okihn | (grep "vminsert" || true )` cluster hscale check cluster status before ops check cluster status done cluster_status:Running No resources found in vicmets-depvwr namespace. `kbcli cluster hscale vicmets-depvwr --auto-approve --force=true --components vmselect,vminsert --replicas 1 --namespace ns-okihn ` OpsRequest vicmets-depvwr-horizontalscaling-hvxg9 created successfully, you can view the progress: kbcli cluster describe-ops vicmets-depvwr-horizontalscaling-hvxg9 -n ns-okihn check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-horizontalscaling-hvxg9 ns-okihn HorizontalScaling vicmets-depvwr vmselect,vminsert Pending -/- Sep 01,2025 11:35 UTC+0800 check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics Halt Running Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:34 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:34 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:33 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert No resources found in vicmets-depvwr namespace. check ops status `kbcli cluster list-ops vicmets-depvwr --status all --namespace ns-okihn ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME vicmets-depvwr-horizontalscaling-hvxg9 ns-okihn HorizontalScaling vicmets-depvwr vmselect,vminsert Succeed 2/2 Sep 01,2025 11:35 UTC+0800 check ops status done ops_status:vicmets-depvwr-horizontalscaling-hvxg9 ns-okihn HorizontalScaling vicmets-depvwr vmselect,vminsert Succeed 2/2 Sep 01,2025 11:35 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests vicmets-depvwr-horizontalscaling-hvxg9 --namespace ns-okihn ` opsrequest.apps.kubeblocks.io/vicmets-depvwr-horizontalscaling-hvxg9 patched `kbcli cluster delete-ops --name vicmets-depvwr-horizontalscaling-hvxg9 --force --auto-approve --namespace ns-okihn ` OpsRequest vicmets-depvwr-horizontalscaling-hvxg9 deleted cluster update terminationPolicy WipeOut `kbcli cluster update vicmets-depvwr --termination-policy=WipeOut --namespace ns-okihn ` cluster.apps.kubeblocks.io/vicmets-depvwr updated check cluster status `kbcli cluster list vicmets-depvwr --show-labels --namespace ns-okihn ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS vicmets-depvwr ns-okihn victoria-metrics WipeOut Running Sep 01,2025 11:18 UTC+0800 app.kubernetes.io/instance=vicmets-depvwr,clusterdefinition.kubeblocks.io/name=victoria-metrics,clusterversion.kubeblocks.io/name= check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances vicmets-depvwr --namespace ns-okihn ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME vicmets-depvwr-vminsert-0 ns-okihn vicmets-depvwr vminsert Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:34 UTC+0800 vicmets-depvwr-vmselect-0 ns-okihn vicmets-depvwr vmselect Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:34 UTC+0800 vicmets-depvwr-vmstorage-0 ns-okihn vicmets-depvwr vmstorage Running 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-18448605-vmss000001/10.224.0.5 Sep 01,2025 11:33 UTC+0800 check pod status done connect unsupported engine type: victoria-metrics vm-insert cluster list-logs `kbcli cluster list-logs vicmets-depvwr --namespace ns-okihn ` No log files found. You can enable the log feature with the kbcli command below. kbcli cluster update vicmets-depvwr --enable-all-logs=true --namespace ns-okihn Error from server (NotFound): pods "vicmets-depvwr-vmstorage-0" not found cluster logs `kbcli cluster logs vicmets-depvwr --tail 30 --namespace ns-okihn ` ***"ts":"2025-09-01T03:34:38.066Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:12","msg":"build version: vminsert-20240425-150412-tags-v1.101.0-cluster-0-g310d100ed"*** ***"ts":"2025-09-01T03:34:38.066Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:13","msg":"command-line flags"*** ***"ts":"2025-09-01T03:34:38.066Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -disableRerouting=\"true\""*** ***"ts":"2025-09-01T03:34:38.066Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -disableReroutingOnUnavailable=\"false\""*** ***"ts":"2025-09-01T03:34:38.066Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -envflag.enable=\"true\""*** ***"ts":"2025-09-01T03:34:38.066Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -envflag.prefix=\"VM_\""*** ***"ts":"2025-09-01T03:34:38.066Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -httpListenAddr=\":8480\""*** ***"ts":"2025-09-01T03:34:38.066Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -loggerFormat=\"json\""*** ***"ts":"2025-09-01T03:34:38.067Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -maxLabelValueLen=\"16384\""*** ***"ts":"2025-09-01T03:34:38.067Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -maxLabelsPerTimeseries=\"60\""*** ***"ts":"2025-09-01T03:34:38.067Z","level":"info","caller":"VictoriaMetrics/lib/logger/flag.go:20","msg":" -storageNode=\"vicmets-depvwr-vmstorage-0:8400\""*** ***"ts":"2025-09-01T03:34:38.067Z","level":"info","caller":"VictoriaMetrics/app/vminsert/main.go:101","msg":"initializing netstorage for storageNodes [vicmets-depvwr-vmstorage-0:8400]..."*** ***"ts":"2025-09-01T03:34:38.067Z","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":"2025-09-01T03:34:38.067Z","level":"info","caller":"VictoriaMetrics/app/vminsert/main.go:120","msg":"successfully initialized netstorage in 0.000 seconds"*** ***"ts":"2025-09-01T03:34:38.067Z","level":"info","caller":"VictoriaMetrics/lib/httpserver/httpserver.go:119","msg":"starting server at http://127.0.0.1:8480/"*** ***"ts":"2025-09-01T03:34:38.067Z","level":"info","caller":"VictoriaMetrics/lib/httpserver/httpserver.go:120","msg":"pprof handlers are exposed at http://127.0.0.1:8480/debug/pprof/"*** ***"ts":"2025-09-01T03:34:38.297Z","level":"info","caller":"VictoriaMetrics/app/vminsert/netstorage/netstorage.go:281","msg":"successfully dialed -storageNode=\"vicmets-depvwr-vmstorage-0:8400\""*** delete cluster vicmets-depvwr `kbcli cluster delete vicmets-depvwr --auto-approve --namespace ns-okihn ` Cluster vicmets-depvwr deleted pod_info:vicmets-depvwr-vminsert-0 1/1 Running 0 65s vicmets-depvwr-vmselect-0 1/1 Running 0 65s vicmets-depvwr-vmstorage-0 1/1 Running 0 2m3s No resources found in ns-okihn namespace. delete cluster pod done No resources found in ns-okihn namespace. check cluster resource non-exist OK: pvc No resources found in ns-okihn namespace. delete cluster done No resources found in ns-okihn namespace. No resources found in ns-okihn namespace. No resources found in ns-okihn namespace. Victoria Metrics Test Suite All Done! --------------------------------------Victoria Metrics (Topology = vm-cluster Replicas 1) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=vm-cluster;ComponentVersion=victoria-metrics;ServiceVersion=1.0.0;]|[Description=Create a cluster with the specified topology vm-cluster and component version victoria-metrics and service version 1.0.0] [PASSED]|[HorizontalScaling Out]|[ComponentName=vmstorage]|[Description=HorizontalScaling Out the cluster specify component vmstorage] [PASSED]|[HorizontalScaling In]|[ComponentName=vmstorage]|[Description=HorizontalScaling In the cluster specify component vmstorage] [PASSED]|[VolumeExpansion]|[ComponentName=vmstorage]|[Description=VolumeExpansion the cluster specify component vmstorage] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[VerticalScaling]|[ComponentName=vmselect,vminsert]|[Description=VerticalScaling the cluster specify component vmselect,vminsert] [PASSED]|[Update]|[Monitor=true]|[Description=Update the cluster Monitor enable] [PASSED]|[Restart]|[ComponentName=vmstorage]|[Description=Restart the cluster specify component vmstorage] [PASSED]|[VerticalScaling]|[ComponentName=vmstorage]|[Description=VerticalScaling the cluster specify component vmstorage] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[Restart]|[ComponentName=vmselect,vminsert]|[Description=Restart the cluster specify component vmselect,vminsert] [PASSED]|[HorizontalScaling Out]|[ComponentName=vmselect,vminsert]|[Description=HorizontalScaling Out the cluster specify component vmselect,vminsert] [PASSED]|[HorizontalScaling In]|[ComponentName=vmselect,vminsert]|[Description=HorizontalScaling In the cluster specify component vmselect,vminsert] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]