https://github.com/apecloud/kubeblocks/actions/runs/21898070903 previous_version: kubeblocks_version:1.0.2 bash test/kbcli/test_kbcli_1.0.sh --type 11 --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-wudhm `(B   `kubectl create namespace ns-wudhm`(B  namespace/ns-wudhm created create namespace ns-wudhm 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 ... kbcli installed successfully. Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2 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 done(B Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2 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 check component definition set component name:datanode set component version set component version:greptimedb set service versions:0.3.2 set service versions sorted:0.3.2 set greptimedb component definition set greptimedb component definition greptimedb-frontend-1.0.1 REPORT_COUNT 0:0 set replicas first:2,0.3.2 set replicas third:2,0.3.2 set replicas fourth:2,0.3.2 set minimum cmpv service version set minimum cmpv service version replicas:2,0.3.2 set replicas end:2,0.3.2 REPORT_COUNT:1 CLUSTER_TOPOLOGY:default cluster definition topology: default external-etcd topology default found in cluster definition greptimedb set greptimedb component definition set greptimedb component definition greptimedb-meta-1.0.1 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 CLUSTER_NAME:greptime-hiytdd pod_info: termination_policy:WipeOut create 2 replica WipeOut greptimedb cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: greptimedb-datanode-1.0.1 by component version:greptimedb apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: greptime-hiytdd namespace: ns-wudhm spec: clusterDef: greptimedb topology: default terminationPolicy: WipeOut componentSpecs: - name: frontend serviceVersion: 0.3.2 replicas: 1 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi - name: datanode serviceVersion: 0.3.2 replicas: 3 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: datanode spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi - name: meta serviceVersion: 0.3.2 replicas: 1 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi - name: etcd serviceVersion: "3.5.15" replicas: 3 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi  `kubectl apply -f test_create_greptime-hiytdd.yaml`(B  cluster.apps.kubeblocks.io/greptime-hiytdd created apply test_create_greptime-hiytdd.yaml Success(B  `rm -rf test_create_greptime-hiytdd.yaml`(B  check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Creating Feb 11,2026 17:49 UTC+0800 clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B 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 greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 17:52 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:53 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:54 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running leader 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:49 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running follower 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 17:49 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:50 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 17:58 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:52 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=greptime-hiytdd`(B  Not found cluster secret(B DB_USERNAME:;DB_PASSWORD:;DB_PORT:4001;DB_DATABASE:(B There is no password in Type: 11.(B describe cluster  `kbcli cluster describe greptime-hiytdd --namespace ns-wudhm `(B  Name: greptime-hiytdd Created Time: Feb 11,2026 17:49 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-wudhm greptimedb default Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL frontend greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4000 greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001 greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4002 greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4003 greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4242 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME datanode 0.3.2 greptime-hiytdd-datanode-0 Running 0 aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 17:52 UTC+0800 datanode 0.3.2 greptime-hiytdd-datanode-1 Running 0 aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:53 UTC+0800 datanode 0.3.2 greptime-hiytdd-datanode-2 Running 0 aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:54 UTC+0800 etcd 3.5.15 greptime-hiytdd-etcd-0 leader Running 0 aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 17:49 UTC+0800 etcd 3.5.15 greptime-hiytdd-etcd-1 follower Running 0 aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 17:49 UTC+0800 etcd 3.5.15 greptime-hiytdd-etcd-2 follower Running 0 aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:50 UTC+0800 frontend 0.3.2 greptime-hiytdd-frontend-0 Running 0 aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 17:58 UTC+0800 meta 0.3.2 greptime-hiytdd-meta-0 Running 0 aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 17:52 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS datanode 100m / 100m 512Mi / 512Mi datanode:1Gi default frontend 100m / 100m 512Mi / 512Mi meta 100m / 100m 512Mi / 512Mi etcd 100m / 100m 512Mi / 512Mi data:1Gi default Images: COMPONENT COMPONENT-DEFINITION IMAGE datanode greptimedb-datanode-1.0.1 docker.io/apecloud/greptimedb:0.3.2 frontend greptimedb-frontend-1.0.1 docker.io/apecloud/greptimedb:0.3.2 meta greptimedb-meta-1.0.1 docker.io/apecloud/greptimedb:0.3.2 etcd etcd-3-1.0.2 docker.io/apecloud/etcd:v3.5.15 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION RECOVERABLE-TIME Show cluster events: kbcli cluster list-events -n ns-wudhm greptime-hiytdd  `kbcli cluster label greptime-hiytdd app.kubernetes.io/instance- --namespace ns-wudhm `(B  label "app.kubernetes.io/instance" not found.  `kbcli cluster label greptime-hiytdd app.kubernetes.io/instance=greptime-hiytdd --namespace ns-wudhm `(B   `kbcli cluster label greptime-hiytdd --list --namespace ns-wudhm `(B  NAME NAMESPACE LABELS greptime-hiytdd ns-wudhm app.kubernetes.io/instance=greptime-hiytdd clusterdefinition.kubeblocks.io/name=greptimedb label cluster app.kubernetes.io/instance=greptime-hiytdd Success(B  `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=greptime-hiytdd --namespace ns-wudhm `(B   `kbcli cluster label greptime-hiytdd --list --namespace ns-wudhm `(B  NAME NAMESPACE LABELS greptime-hiytdd ns-wudhm app.kubernetes.io/instance=greptime-hiytdd case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=greptimedb label cluster case.name=kbcli.test1 Success(B  `kbcli cluster label greptime-hiytdd case.name=kbcli.test2 --overwrite --namespace ns-wudhm `(B   `kbcli cluster label greptime-hiytdd --list --namespace ns-wudhm `(B  NAME NAMESPACE LABELS greptime-hiytdd ns-wudhm app.kubernetes.io/instance=greptime-hiytdd case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=greptimedb label cluster case.name=kbcli.test2 Success(B  `kbcli cluster label greptime-hiytdd case.name- --namespace ns-wudhm `(B   `kbcli cluster label greptime-hiytdd --list --namespace ns-wudhm `(B  NAME NAMESPACE LABELS greptime-hiytdd ns-wudhm app.kubernetes.io/instance=greptime-hiytdd clusterdefinition.kubeblocks.io/name=greptimedb delete cluster label case.name Success(B cluster connect  `echo " echo \"show databases;\" | greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001 " | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash `(B  2026-02-11T09:59:43.438510Z  INFO greptime: short_version: 0.3.2, full_version: greptimedb-HEAD-4b580f4 2026-02-11T09:59:43.438581Z  INFO greptime: command line arguments 2026-02-11T09:59:43.438588Z  INFO greptime: argument: greptime 2026-02-11T09:59:43.438599Z  INFO greptime: argument: cli 2026-02-11T09:59:43.438604Z  INFO greptime: argument: attach 2026-02-11T09:59:43.438609Z  INFO greptime: argument: --grpc-addr 2026-02-11T09:59:43.438613Z  INFO greptime: argument: greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001 Ready for commands. (Hint: try 'help') +---------+ | Schemas | +---------+ | public | +---------+ Total Rows: 1 Cost 51 ms connect cluster Success(B cluster stop check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster stop greptime-hiytdd --auto-approve --force=true --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-stop-zn9hb created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-stop-zn9hb -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-stop-zn9hb ns-wudhm Stop greptime-hiytdd datanode,etcd,frontend,meta Running 0/8 Feb 11,2026 17:59 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Stopping Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb 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 greptime-hiytdd --namespace ns-wudhm `(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 greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-stop-zn9hb ns-wudhm Stop greptime-hiytdd datanode,etcd,frontend,meta Succeed 8/8 Feb 11,2026 17:59 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-stop-zn9hb ns-wudhm Stop greptime-hiytdd datanode,etcd,frontend,meta Succeed 8/8 Feb 11,2026 17:59 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-stop-zn9hb --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-stop-zn9hb patched  `kbcli cluster delete-ops --name greptime-hiytdd-stop-zn9hb --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-stop-zn9hb deleted cluster start check cluster status before ops check cluster status done(B cluster_status:Stopped(B  `kbcli cluster start greptime-hiytdd --force=true --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-start-nktqq created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-start-nktqq -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-start-nktqq ns-wudhm Start greptime-hiytdd datanode,etcd,frontend,meta Running 0/8 Feb 11,2026 18:00 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb 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:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:06 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:08 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running leader 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running follower 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:04 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:05 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-start-nktqq ns-wudhm Start greptime-hiytdd datanode,etcd,frontend,meta Succeed 8/8 Feb 11,2026 18:00 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-start-nktqq ns-wudhm Start greptime-hiytdd datanode,etcd,frontend,meta Succeed 8/8 Feb 11,2026 18:00 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-start-nktqq --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-start-nktqq patched  `kbcli cluster delete-ops --name greptime-hiytdd-start-nktqq --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-start-nktqq deleted check component frontend exists  `kubectl get components -l app.kubernetes.io/instance=greptime-hiytdd,apps.kubeblocks.io/component-name=frontend --namespace ns-wudhm | (grep "frontend" || true )`(B  cluster frontend scale-out cluster frontend scale-out replicas: 4 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out greptime-hiytdd --auto-approve --force=true --components frontend --replicas 2 --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-horizontalscaling-xbrbj created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-horizontalscaling-xbrbj -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-horizontalscaling-xbrbj ns-wudhm HorizontalScaling greptime-hiytdd frontend Running 0/2 Feb 11,2026 18:12 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:06 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:08 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running leader 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running follower 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:04 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:05 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-frontend-1 ns-wudhm greptime-hiytdd frontend Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:12 UTC+0800 greptime-hiytdd-frontend-2 ns-wudhm greptime-hiytdd frontend Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:12 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-horizontalscaling-xbrbj ns-wudhm HorizontalScaling greptime-hiytdd frontend Succeed 2/2 Feb 11,2026 18:12 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-horizontalscaling-xbrbj ns-wudhm HorizontalScaling greptime-hiytdd frontend Succeed 2/2 Feb 11,2026 18:12 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-horizontalscaling-xbrbj --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-horizontalscaling-xbrbj patched  `kbcli cluster delete-ops --name greptime-hiytdd-horizontalscaling-xbrbj --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-horizontalscaling-xbrbj deleted check component frontend exists  `kubectl get components -l app.kubernetes.io/instance=greptime-hiytdd,apps.kubeblocks.io/component-name=frontend --namespace ns-wudhm | (grep "frontend" || true )`(B  cluster frontend scale-in cluster frontend scale-in replicas: 2 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-in greptime-hiytdd --auto-approve --force=true --components frontend --replicas 2 --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-horizontalscaling-65j8q created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-horizontalscaling-65j8q -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-horizontalscaling-65j8q ns-wudhm HorizontalScaling greptime-hiytdd frontend Creating -/- Feb 11,2026 18:12 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb 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 greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:06 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:08 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running leader 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running follower 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:04 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:05 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-horizontalscaling-65j8q ns-wudhm HorizontalScaling greptime-hiytdd frontend Succeed 2/2 Feb 11,2026 18:12 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-horizontalscaling-65j8q ns-wudhm HorizontalScaling greptime-hiytdd frontend Succeed 2/2 Feb 11,2026 18:12 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-horizontalscaling-65j8q --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-horizontalscaling-65j8q patched  `kbcli cluster delete-ops --name greptime-hiytdd-horizontalscaling-65j8q --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-horizontalscaling-65j8q deleted check component frontend exists  `kubectl get components -l app.kubernetes.io/instance=greptime-hiytdd,apps.kubeblocks.io/component-name=frontend --namespace ns-wudhm | (grep "frontend" || true )`(B  check component etcd exists  `kubectl get components -l app.kubernetes.io/instance=greptime-hiytdd,apps.kubeblocks.io/component-name=etcd --namespace ns-wudhm | (grep "etcd" || true )`(B  check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale greptime-hiytdd --auto-approve --force=true --components frontend,etcd --cpu 200m --memory 0.6Gi --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-verticalscaling-z8xhq created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-verticalscaling-z8xhq -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-verticalscaling-z8xhq ns-wudhm VerticalScaling greptime-hiytdd frontend,etcd Running -/- Feb 11,2026 18:13 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb 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 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 greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:06 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:08 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:16 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:14 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-verticalscaling-z8xhq ns-wudhm VerticalScaling greptime-hiytdd frontend,etcd Succeed 4/4 Feb 11,2026 18:13 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-verticalscaling-z8xhq ns-wudhm VerticalScaling greptime-hiytdd frontend,etcd Succeed 4/4 Feb 11,2026 18:13 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-verticalscaling-z8xhq --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-verticalscaling-z8xhq patched  `kbcli cluster delete-ops --name greptime-hiytdd-verticalscaling-z8xhq --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-verticalscaling-z8xhq deleted check component meta exists  `kubectl get components -l app.kubernetes.io/instance=greptime-hiytdd,apps.kubeblocks.io/component-name=meta --namespace ns-wudhm | (grep "meta" || true )`(B  cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart greptime-hiytdd --auto-approve --force=true --components meta --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-restart-gbs5p created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-restart-gbs5p -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-restart-gbs5p ns-wudhm Restart greptime-hiytdd meta Running 0/1 Feb 11,2026 18:17 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:06 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:08 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:16 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:14 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:17 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-restart-gbs5p ns-wudhm Restart greptime-hiytdd meta Succeed 1/1 Feb 11,2026 18:17 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-restart-gbs5p ns-wudhm Restart greptime-hiytdd meta Succeed 1/1 Feb 11,2026 18:17 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-restart-gbs5p --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-restart-gbs5p patched  `kbcli cluster delete-ops --name greptime-hiytdd-restart-gbs5p --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-restart-gbs5p deleted check component etcd exists  `kubectl get components -l app.kubernetes.io/instance=greptime-hiytdd,apps.kubeblocks.io/component-name=etcd --namespace ns-wudhm | (grep "etcd" || true )`(B   `kubectl get pvc -l app.kubernetes.io/instance=greptime-hiytdd,apps.kubeblocks.io/component-name=etcd,apps.kubeblocks.io/vct-name=data --namespace ns-wudhm `(B  cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand greptime-hiytdd --auto-approve --force=true --components etcd --volume-claim-templates data --storage 2Gi --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-volumeexpansion-vsh4m created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-volumeexpansion-vsh4m -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-volumeexpansion-vsh4m ns-wudhm VolumeExpansion greptime-hiytdd etcd Running 0/3 Feb 11,2026 18:18 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb 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 greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:06 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:08 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:16 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:14 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:17 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-volumeexpansion-vsh4m ns-wudhm VolumeExpansion greptime-hiytdd etcd Succeed 3/3 Feb 11,2026 18:18 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-volumeexpansion-vsh4m ns-wudhm VolumeExpansion greptime-hiytdd etcd Succeed 3/3 Feb 11,2026 18:18 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-volumeexpansion-vsh4m --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-volumeexpansion-vsh4m patched  `kbcli cluster delete-ops --name greptime-hiytdd-volumeexpansion-vsh4m --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-volumeexpansion-vsh4m deleted  `kubectl get pvc -l app.kubernetes.io/instance=greptime-hiytdd,apps.kubeblocks.io/component-name=datanode,apps.kubeblocks.io/vct-name=datanode --namespace ns-wudhm `(B  cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand greptime-hiytdd --auto-approve --force=true --components datanode --volume-claim-templates datanode --storage 4Gi --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-volumeexpansion-6zksc created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-volumeexpansion-6zksc -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-volumeexpansion-6zksc ns-wudhm VolumeExpansion greptime-hiytdd datanode Running 0/3 Feb 11,2026 18:26 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb 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 greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:4Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:4Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:06 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:4Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:08 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:16 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:14 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:17 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-volumeexpansion-6zksc ns-wudhm VolumeExpansion greptime-hiytdd datanode Succeed 3/3 Feb 11,2026 18:26 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-volumeexpansion-6zksc ns-wudhm VolumeExpansion greptime-hiytdd datanode Succeed 3/3 Feb 11,2026 18:26 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-volumeexpansion-6zksc --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-volumeexpansion-6zksc patched  `kbcli cluster delete-ops --name greptime-hiytdd-volumeexpansion-6zksc --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-volumeexpansion-6zksc deleted cluster datanode scale-out cluster datanode scale-out replicas: 4 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out greptime-hiytdd --auto-approve --force=true --components datanode --replicas 2 --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-horizontalscaling-vstcr created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-horizontalscaling-vstcr -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-horizontalscaling-vstcr ns-wudhm HorizontalScaling greptime-hiytdd datanode Running 0/2 Feb 11,2026 18:35 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb 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 greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:4Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:4Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:06 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:4Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:08 UTC+0800 greptime-hiytdd-datanode-3 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:4Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:35 UTC+0800 greptime-hiytdd-datanode-4 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:4Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:36 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:16 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:14 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:17 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-horizontalscaling-vstcr ns-wudhm HorizontalScaling greptime-hiytdd datanode Succeed 2/2 Feb 11,2026 18:35 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-horizontalscaling-vstcr ns-wudhm HorizontalScaling greptime-hiytdd datanode Succeed 2/2 Feb 11,2026 18:35 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-horizontalscaling-vstcr --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-horizontalscaling-vstcr patched  `kbcli cluster delete-ops --name greptime-hiytdd-horizontalscaling-vstcr --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-horizontalscaling-vstcr deleted cluster datanode scale-in cluster datanode scale-in replicas: 2 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-in greptime-hiytdd --auto-approve --force=true --components datanode --replicas 2 --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-horizontalscaling-vwjn7 created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-horizontalscaling-vwjn7 -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-horizontalscaling-vwjn7 ns-wudhm HorizontalScaling greptime-hiytdd datanode Running 0/2 Feb 11,2026 18:39 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb 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 greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:4Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:00 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:4Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:06 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 100m / 100m 512Mi / 512Mi datanode:4Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:08 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:16 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:14 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:17 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-horizontalscaling-vwjn7 ns-wudhm HorizontalScaling greptime-hiytdd datanode Succeed 2/2 Feb 11,2026 18:39 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-horizontalscaling-vwjn7 ns-wudhm HorizontalScaling greptime-hiytdd datanode Succeed 2/2 Feb 11,2026 18:39 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-horizontalscaling-vwjn7 --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-horizontalscaling-vwjn7 patched  `kbcli cluster delete-ops --name greptime-hiytdd-horizontalscaling-vwjn7 --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-horizontalscaling-vwjn7 deleted check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale greptime-hiytdd --auto-approve --force=true --components datanode --cpu 200m --memory 0.6Gi --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-verticalscaling-xz9t4 created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-verticalscaling-xz9t4 -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-verticalscaling-xz9t4 ns-wudhm VerticalScaling greptime-hiytdd datanode Running -/- Feb 11,2026 18:40 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb 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 greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:41 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:40 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:40 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:16 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:14 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:13 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:17 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-verticalscaling-xz9t4 ns-wudhm VerticalScaling greptime-hiytdd datanode Succeed 3/3 Feb 11,2026 18:40 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-verticalscaling-xz9t4 ns-wudhm VerticalScaling greptime-hiytdd datanode Succeed 3/3 Feb 11,2026 18:40 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-verticalscaling-xz9t4 --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-verticalscaling-xz9t4 patched  `kbcli cluster delete-ops --name greptime-hiytdd-verticalscaling-xz9t4 --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-verticalscaling-xz9t4 deleted cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart greptime-hiytdd --auto-approve --force=true --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-restart-5wkpk created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-restart-5wkpk -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-restart-5wkpk ns-wudhm Restart greptime-hiytdd datanode,frontend,meta,etcd Running 0/8 Feb 11,2026 18:41 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(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 greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:42 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:42 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:41 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:42 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:44 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:41 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:41 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:41 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-restart-5wkpk ns-wudhm Restart greptime-hiytdd datanode,frontend,meta,etcd Succeed 8/8 Feb 11,2026 18:41 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-restart-5wkpk ns-wudhm Restart greptime-hiytdd datanode,frontend,meta,etcd Succeed 8/8 Feb 11,2026 18:41 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-restart-5wkpk --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-restart-5wkpk patched  `kbcli cluster delete-ops --name greptime-hiytdd-restart-5wkpk --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-restart-5wkpk deleted check component meta exists  `kubectl get components -l app.kubernetes.io/instance=greptime-hiytdd,apps.kubeblocks.io/component-name=meta --namespace ns-wudhm | (grep "meta" || true )`(B  check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale greptime-hiytdd --auto-approve --force=true --components meta --cpu 200m --memory 0.6Gi --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-verticalscaling-wpncv created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-verticalscaling-wpncv -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-verticalscaling-wpncv ns-wudhm VerticalScaling greptime-hiytdd meta Running 0/1 Feb 11,2026 18:45 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:42 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:42 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:41 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:42 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:44 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:41 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:41 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:45 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-verticalscaling-wpncv ns-wudhm VerticalScaling greptime-hiytdd meta Succeed 1/1 Feb 11,2026 18:45 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-verticalscaling-wpncv ns-wudhm VerticalScaling greptime-hiytdd meta Succeed 1/1 Feb 11,2026 18:45 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-verticalscaling-wpncv --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-verticalscaling-wpncv patched  `kbcli cluster delete-ops --name greptime-hiytdd-verticalscaling-wpncv --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-verticalscaling-wpncv deleted cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart greptime-hiytdd --auto-approve --force=true --components datanode --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-restart-k27sv created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-restart-k27sv -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-restart-k27sv ns-wudhm Restart greptime-hiytdd datanode Running 0/3 Feb 11,2026 18:45 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb 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 greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:46 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:46 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:46 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:42 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:44 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:41 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:41 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:45 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-restart-k27sv ns-wudhm Restart greptime-hiytdd datanode Succeed 3/3 Feb 11,2026 18:45 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-restart-k27sv ns-wudhm Restart greptime-hiytdd datanode Succeed 3/3 Feb 11,2026 18:45 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-restart-k27sv --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-restart-k27sv patched  `kbcli cluster delete-ops --name greptime-hiytdd-restart-k27sv --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-restart-k27sv deleted check component frontend exists  `kubectl get components -l app.kubernetes.io/instance=greptime-hiytdd,apps.kubeblocks.io/component-name=frontend --namespace ns-wudhm | (grep "frontend" || true )`(B  check component etcd exists  `kubectl get components -l app.kubernetes.io/instance=greptime-hiytdd,apps.kubeblocks.io/component-name=etcd --namespace ns-wudhm | (grep "etcd" || true )`(B  cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart greptime-hiytdd --auto-approve --force=true --components frontend,etcd --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-restart-ljfmw created successfully, you can view the progress: kbcli cluster describe-ops greptime-hiytdd-restart-ljfmw -n ns-wudhm check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-restart-ljfmw ns-wudhm Restart greptime-hiytdd frontend,etcd Running 0/4 Feb 11,2026 18:47 UTC+0800 check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Updating Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb 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 greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:46 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:46 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:46 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:49 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:48 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:47 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:47 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:45 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops greptime-hiytdd --status all --namespace ns-wudhm `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-hiytdd-restart-ljfmw ns-wudhm Restart greptime-hiytdd frontend,etcd Succeed 4/4 Feb 11,2026 18:47 UTC+0800 check ops status done(B ops_status:greptime-hiytdd-restart-ljfmw ns-wudhm Restart greptime-hiytdd frontend,etcd Succeed 4/4 Feb 11,2026 18:47 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations greptime-hiytdd-restart-ljfmw --namespace ns-wudhm `(B  opsrequest.operations.kubeblocks.io/greptime-hiytdd-restart-ljfmw patched  `kbcli cluster delete-ops --name greptime-hiytdd-restart-ljfmw --force --auto-approve --namespace ns-wudhm `(B  OpsRequest greptime-hiytdd-restart-ljfmw deleted cluster update terminationPolicy WipeOut  `kbcli cluster update greptime-hiytdd --termination-policy=WipeOut --namespace ns-wudhm `(B  cluster.apps.kubeblocks.io/greptime-hiytdd updated (no change) check cluster status  `kbcli cluster list greptime-hiytdd --show-labels --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-hiytdd ns-wudhm greptimedb WipeOut Running Feb 11,2026 17:49 UTC+0800 app.kubernetes.io/instance=greptime-hiytdd,clusterdefinition.kubeblocks.io/name=greptimedb check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances greptime-hiytdd --namespace ns-wudhm `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-hiytdd-datanode-0 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:46 UTC+0800 greptime-hiytdd-datanode-1 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:46 UTC+0800 greptime-hiytdd-datanode-2 ns-wudhm greptime-hiytdd datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:4Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:46 UTC+0800 greptime-hiytdd-etcd-0 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:49 UTC+0800 greptime-hiytdd-etcd-1 ns-wudhm greptime-hiytdd etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000001/10.224.0.7 Feb 11,2026 18:48 UTC+0800 greptime-hiytdd-etcd-2 ns-wudhm greptime-hiytdd etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:47 UTC+0800 greptime-hiytdd-frontend-0 ns-wudhm greptime-hiytdd frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000003/10.224.0.5 Feb 11,2026 18:47 UTC+0800 greptime-hiytdd-meta-0 ns-wudhm greptime-hiytdd meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-55976491-vmss000002/10.224.0.9 Feb 11,2026 18:45 UTC+0800 check pod status done(B check cluster connect  `echo 'greptime cli attach --grpc-addr greptime-hiytdd-frontend.ns-wudhm.svc.cluster.local:4001' | kubectl exec -it greptime-hiytdd-frontend-0 --namespace ns-wudhm -- bash`(B  check cluster connect done(B cluster list-logs  `kbcli cluster list-logs greptime-hiytdd --namespace ns-wudhm `(B  cluster logs  `kbcli cluster logs greptime-hiytdd --tail 30 --namespace ns-wudhm `(B  {"level":"warn","ts":"2026-02-11T10:49:31.080635Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:31.081914Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:31.092609Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:31.176232Z","caller":"rafthttp/probing_status.go:68","msg":"prober detected unhealthy status","round-tripper-name":"ROUND_TRIPPER_RAFT_MESSAGE","remote-peer-id":"be02128788654eed","rtt":"2.805473ms","error":"dial tcp: lookup greptime-hiytdd-etcd-0.greptime-hiytdd-etcd-headless.ns-wudhm.svc.cluster.local on 10.0.0.10:53: no such host"} {"level":"warn","ts":"2026-02-11T10:49:31.176269Z","caller":"rafthttp/probing_status.go:68","msg":"prober detected unhealthy status","round-tripper-name":"ROUND_TRIPPER_SNAPSHOT","remote-peer-id":"be02128788654eed","rtt":"477.973µs","error":"dial tcp: lookup greptime-hiytdd-etcd-0.greptime-hiytdd-etcd-headless.ns-wudhm.svc.cluster.local on 10.0.0.10:53: no such host"} {"level":"warn","ts":"2026-02-11T10:49:31.192718Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:31.293349Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:31.392932Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:31.493078Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:31.592753Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:31.693423Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:32.142737Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:32.144114Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:32.193079Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:32.293308Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:32.392610Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:32.493155Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:32.593462Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"warn","ts":"2026-02-11T10:49:32.693374Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"264f60835a2e6ffb","from":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed","remote-peer-name":"pipeline","remote-peer-active":false} {"level":"info","ts":"2026-02-11T10:49:32.841307Z","caller":"rafthttp/stream.go:249","msg":"set message encoder","from":"264f60835a2e6ffb","to":"be02128788654eed","stream-type":"stream Message"} {"level":"info","ts":"2026-02-11T10:49:32.841350Z","caller":"rafthttp/peer_status.go:53","msg":"peer became active","peer-id":"be02128788654eed"} {"level":"info","ts":"2026-02-11T10:49:32.841361Z","caller":"rafthttp/stream.go:274","msg":"established TCP streaming connection with remote peer","stream-writer-type":"stream Message","local-member-id":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed"} {"level":"info","ts":"2026-02-11T10:49:32.841477Z","caller":"rafthttp/stream.go:249","msg":"set message encoder","from":"264f60835a2e6ffb","to":"be02128788654eed","stream-type":"stream MsgApp v2"} {"level":"warn","ts":"2026-02-11T10:49:32.841525Z","caller":"rafthttp/stream.go:265","msg":"closed TCP streaming connection with remote peer","stream-writer-type":"stream MsgApp v2","local-member-id":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed"} {"level":"info","ts":"2026-02-11T10:49:32.841550Z","caller":"rafthttp/stream.go:274","msg":"established TCP streaming connection with remote peer","stream-writer-type":"stream MsgApp v2","local-member-id":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed"} {"level":"warn","ts":"2026-02-11T10:49:32.873646Z","caller":"rafthttp/peer_status.go:66","msg":"peer became inactive (message send to peer failed)","peer-id":"be02128788654eed","error":"failed to dial be02128788654eed on stream MsgApp v2 (dial tcp 10.244.3.212:2380: i/o timeout)"} {"level":"info","ts":"2026-02-11T10:49:32.939270Z","caller":"rafthttp/peer_status.go:53","msg":"peer became active","peer-id":"be02128788654eed"} {"level":"info","ts":"2026-02-11T10:49:32.939468Z","caller":"rafthttp/stream.go:412","msg":"established TCP streaming connection with remote peer","stream-reader-type":"stream Message","local-member-id":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed"} {"level":"info","ts":"2026-02-11T10:49:32.939730Z","caller":"rafthttp/stream.go:412","msg":"established TCP streaming connection with remote peer","stream-reader-type":"stream MsgApp v2","local-member-id":"264f60835a2e6ffb","remote-peer-id":"be02128788654eed"} {"level":"warn","ts":"2026-02-11T10:49:36.176737Z","caller":"rafthttp/probing_status.go:68","msg":"prober detected unhealthy status","round-tripper-name":"ROUND_TRIPPER_RAFT_MESSAGE","remote-peer-id":"be02128788654eed","rtt":"2.805473ms","error":"dial tcp: lookup greptime-hiytdd-etcd-0.greptime-hiytdd-etcd-headless.ns-wudhm.svc.cluster.local on 10.0.0.10:53: no such host"} delete cluster greptime-hiytdd  `kbcli cluster delete greptime-hiytdd --auto-approve --namespace ns-wudhm `(B  pod_info:greptime-hiytdd-datanode-0 1/1 Running 0 4m16s greptime-hiytdd-datanode-1 1/1 Running 0 4m31s greptime-hiytdd-datanode-2 1/1 Running 0 4m52s greptime-hiytdd-etcd-0 2/2 Running 0 90s greptime-hiytdd-etcd-1 2/2 Running 0 2m42s greptime-hiytdd-etcd-2 2/2 Running 0 3m50s greptime-hiytdd-frontend-0 1/1 Running 0 3m40s greptime-hiytdd-meta-0 1/1 Running 0 5m16s Cluster greptime-hiytdd deleted delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B Greptimedb Test Suite All Done!(B Test Engine: greptimedb Test Type: 11 --------------------------------------Greptimedb (Topology = default Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=default;ComponentDefinition=greptimedb-datanode-1.0.1;ComponentVersion=greptimedb;ServiceVersion=0.3.2;]|[Description=Create a cluster with the specified topology default with the specified component definition greptimedb-datanode-1.0.1 and component version greptimedb and service version 0.3.2](B [PASSED]|[Connect]|[ComponentName=datanode]|[Description=Connect to the cluster](B [PASSED]|[Stop]|[-]|[Description=Stop the cluster](B [PASSED]|[Start]|[-]|[Description=Start the cluster](B [PASSED]|[HorizontalScaling Out]|[ComponentName=frontend]|[Description=HorizontalScaling Out the cluster specify component frontend](B [PASSED]|[HorizontalScaling In]|[ComponentName=frontend]|[Description=HorizontalScaling In the cluster specify component frontend](B [PASSED]|[VerticalScaling]|[ComponentName=frontend,etcd]|[Description=VerticalScaling the cluster specify component frontend,etcd](B [PASSED]|[Restart]|[ComponentName=meta]|[Description=Restart the cluster specify component meta](B [PASSED]|[VolumeExpansion]|[ComponentName=etcd]|[Description=VolumeExpansion the cluster specify component etcd](B [PASSED]|[VolumeExpansion]|[ComponentName=datanode;ComponentVolume=datanode]|[Description=VolumeExpansion the cluster specify component datanode and volume datanode](B [PASSED]|[HorizontalScaling Out]|[ComponentName=datanode]|[Description=HorizontalScaling Out the cluster specify component datanode](B [PASSED]|[HorizontalScaling In]|[ComponentName=datanode]|[Description=HorizontalScaling In the cluster specify component datanode](B [PASSED]|[VerticalScaling]|[ComponentName=datanode]|[Description=VerticalScaling the cluster specify component datanode](B [PASSED]|[Restart]|[-]|[Description=Restart the cluster](B [PASSED]|[VerticalScaling]|[ComponentName=meta]|[Description=VerticalScaling the cluster specify component meta](B [PASSED]|[Restart]|[ComponentName=datanode]|[Description=Restart the cluster specify component datanode](B [PASSED]|[Restart]|[ComponentName=frontend,etcd]|[Description=Restart the cluster specify component frontend,etcd](B [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut](B [PASSED]|[Delete]|[-]|[Description=Delete the cluster](B [END]