source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME: `kubectl get namespace | grep ns-picik ` `kubectl create namespace ns-picik` namespace/ns-picik created create namespace ns-picik done download kbcli `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)` `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.1` Your system is linux_amd64 Installing kbcli ... Downloading ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 76 33.6M 76 25.6M 0 0 30.7M 0 0:00:01 --:--:-- 0:00:01 30.7M 100 33.6M 100 33.6M 0 0 31.6M 0 0:00:01 0:00:01 --:--:-- 34.7M kbcli installed successfully. Kubernetes: v1.32.6 KubeBlocks: 1.0.1 kbcli: 1.0.1 Make sure your docker service is running and begin your journey with kbcli: kbcli playground init For more information on how to get started, please visit: https://kubeblocks.io download kbcli v1.0.1 done Kubernetes: v1.32.6 KubeBlocks: 1.0.1 kbcli: 1.0.1 Kubernetes Env: v1.32.6 check snapshot controller check snapshot controller done POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default KubeBlocks version is:1.0.1 skip upgrade KubeBlocks current KubeBlocks version: 1.0.1 Error: no repositories to show helm repo add chaos-mesh https://charts.chaos-mesh.org "chaos-mesh" has been added to your repositories add helm chart repo chaos-mesh success chaos mesh already installed check component definition 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 REPORT_COUNT:1 CLUSTER_TOPOLOGY:default topology default found in cluster definition greptimedb set greptimedb component definition set greptimedb component definition greptimedb-frontend-1.0.1 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 CLUSTER_NAME:greptime-ynzpho No resources found in ns-picik namespace. pod_info: termination_policy:DoNotTerminate create 2 replica DoNotTerminate 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-ynzpho namespace: ns-picik spec: clusterDef: greptimedb topology: default terminationPolicy: DoNotTerminate 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-ynzpho.yaml` cluster.apps.kubeblocks.io/greptime-ynzpho created apply test_create_greptime-ynzpho.yaml Success `rm -rf test_create_greptime-ynzpho.yaml` check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Sep 11,2025 17:20 UTC+0800 clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:25 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:25 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:26 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running leader 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:20 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running follower 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:21 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running follower 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:22 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:26 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:24 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done `kubectl get secrets -l app.kubernetes.io/instance=greptime-ynzpho` No resources found in ns-picik namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:4001;DB_DATABASE: There is no password in Type: 11. describe cluster `kbcli cluster describe greptime-ynzpho --namespace ns-picik ` Name: greptime-ynzpho Created Time: Sep 11,2025 17:20 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-picik greptimedb default Running DoNotTerminate Endpoints: COMPONENT INTERNAL EXTERNAL frontend greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4000 greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001 greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4002 greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4003 greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4242 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME datanode 0.3.2 greptime-ynzpho-datanode-0 Running 0 aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:25 UTC+0800 datanode 0.3.2 greptime-ynzpho-datanode-1 Running 0 aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:25 UTC+0800 datanode 0.3.2 greptime-ynzpho-datanode-2 Running 0 aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:26 UTC+0800 etcd 3.5.15 greptime-ynzpho-etcd-0 leader Running 0 aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:20 UTC+0800 etcd 3.5.15 greptime-ynzpho-etcd-1 follower Running 0 aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:21 UTC+0800 etcd 3.5.15 greptime-ynzpho-etcd-2 follower Running 0 aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:22 UTC+0800 frontend 0.3.2 greptime-ynzpho-frontend-0 Running 0 aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:26 UTC+0800 meta 0.3.2 greptime-ynzpho-meta-0 Running 0 aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:24 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.1 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-picik greptime-ynzpho `kbcli cluster label greptime-ynzpho app.kubernetes.io/instance- --namespace ns-picik ` label "app.kubernetes.io/instance" not found. `kbcli cluster label greptime-ynzpho app.kubernetes.io/instance=greptime-ynzpho --namespace ns-picik ` `kbcli cluster label greptime-ynzpho --list --namespace ns-picik ` NAME NAMESPACE LABELS greptime-ynzpho ns-picik app.kubernetes.io/instance=greptime-ynzpho clusterdefinition.kubeblocks.io/name=greptimedb label cluster app.kubernetes.io/instance=greptime-ynzpho Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=greptime-ynzpho --namespace ns-picik ` `kbcli cluster label greptime-ynzpho --list --namespace ns-picik ` NAME NAMESPACE LABELS greptime-ynzpho ns-picik app.kubernetes.io/instance=greptime-ynzpho case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=greptimedb label cluster case.name=kbcli.test1 Success `kbcli cluster label greptime-ynzpho case.name=kbcli.test2 --overwrite --namespace ns-picik ` `kbcli cluster label greptime-ynzpho --list --namespace ns-picik ` NAME NAMESPACE LABELS greptime-ynzpho ns-picik app.kubernetes.io/instance=greptime-ynzpho case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=greptimedb label cluster case.name=kbcli.test2 Success `kbcli cluster label greptime-ynzpho case.name- --namespace ns-picik ` `kbcli cluster label greptime-ynzpho --list --namespace ns-picik ` NAME NAMESPACE LABELS greptime-ynzpho ns-picik app.kubernetes.io/instance=greptime-ynzpho clusterdefinition.kubeblocks.io/name=greptimedb delete cluster label case.name Success cluster connect `echo " echo \"show databases;\" | greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001 " | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash ` Unable to use a TTY - input is not a terminal or the right kind of file 2025-09-11T09:27:31.315265Z INFO greptime: short_version: 0.3.2, full_version: greptimedb-HEAD-4b580f4 2025-09-11T09:27:31.315317Z INFO greptime: command line arguments 2025-09-11T09:27:31.315323Z INFO greptime: argument: greptime 2025-09-11T09:27:31.315330Z INFO greptime: argument: cli 2025-09-11T09:27:31.315333Z INFO greptime: argument: attach 2025-09-11T09:27:31.315336Z INFO greptime: argument: --grpc-addr 2025-09-11T09:27:31.315339Z INFO greptime: argument: greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001 Ready for commands. (Hint: try 'help') +---------+ | Schemas | +---------+ | public | +---------+ Total Rows: 1 Cost 144 ms connect cluster Success check component frontend exists `kubectl get components -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=frontend --namespace ns-picik | (grep "frontend" || true )` check component etcd exists `kubectl get components -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=etcd --namespace ns-picik | (grep "etcd" || true )` check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale greptime-ynzpho --auto-approve --force=true --components frontend,etcd --cpu 200m --memory 0.6Gi --namespace ns-picik ` OpsRequest greptime-ynzpho-verticalscaling-4glsk created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-verticalscaling-4glsk -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-verticalscaling-4glsk ns-picik VerticalScaling greptime-ynzpho frontend,etcd Running 0/4 Sep 11,2025 17:27 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:25 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:25 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:26 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:29 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:28 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:27 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:27 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:24 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-verticalscaling-4glsk ns-picik VerticalScaling greptime-ynzpho frontend,etcd Succeed 4/4 Sep 11,2025 17:27 UTC+0800 check ops status done ops_status:greptime-ynzpho-verticalscaling-4glsk ns-picik VerticalScaling greptime-ynzpho frontend,etcd Succeed 4/4 Sep 11,2025 17:27 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-verticalscaling-4glsk --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-verticalscaling-4glsk patched `kbcli cluster delete-ops --name greptime-ynzpho-verticalscaling-4glsk --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-verticalscaling-4glsk deleted cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop greptime-ynzpho --auto-approve --force=true --namespace ns-picik ` OpsRequest greptime-ynzpho-stop-xrpkd created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-stop-xrpkd -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-stop-xrpkd ns-picik Stop greptime-ynzpho datanode,etcd,frontend,meta Running 0/8 Sep 11,2025 17:31 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Stopping Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping check cluster status done cluster_status:Stopped check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME check pod status done check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-stop-xrpkd ns-picik Stop greptime-ynzpho datanode,etcd,frontend,meta Succeed 8/8 Sep 11,2025 17:31 UTC+0800 check ops status done ops_status:greptime-ynzpho-stop-xrpkd ns-picik Stop greptime-ynzpho datanode,etcd,frontend,meta Succeed 8/8 Sep 11,2025 17:31 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-stop-xrpkd --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-stop-xrpkd patched `kbcli cluster delete-ops --name greptime-ynzpho-stop-xrpkd --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-stop-xrpkd deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start greptime-ynzpho --force=true --namespace ns-picik ` OpsRequest greptime-ynzpho-start-nqxf6 created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-start-nqxf6 -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-start-nqxf6 ns-picik Start greptime-ynzpho datanode,etcd,frontend,meta Running 0/8 Sep 11,2025 17:32 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:32 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:49 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:50 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:32 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:43 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:45 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:32 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:32 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-start-nqxf6 ns-picik Start greptime-ynzpho datanode,etcd,frontend,meta Succeed 8/8 Sep 11,2025 17:32 UTC+0800 check ops status done ops_status:greptime-ynzpho-start-nqxf6 ns-picik Start greptime-ynzpho datanode,etcd,frontend,meta Succeed 8/8 Sep 11,2025 17:32 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-start-nqxf6 --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-start-nqxf6 patched `kbcli cluster delete-ops --name greptime-ynzpho-start-nqxf6 --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-start-nqxf6 deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart greptime-ynzpho --auto-approve --force=true --namespace ns-picik ` OpsRequest greptime-ynzpho-restart-ft2sz created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-restart-ft2sz -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-restart-ft2sz ns-picik Restart greptime-ynzpho datanode,frontend,meta,etcd Running 0/8 Sep 11,2025 17:53 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Abnormal cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:55 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:56 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-restart-ft2sz ns-picik Restart greptime-ynzpho datanode,frontend,meta,etcd Succeed 8/8 Sep 11,2025 17:53 UTC+0800 check ops status done ops_status:greptime-ynzpho-restart-ft2sz ns-picik Restart greptime-ynzpho datanode,frontend,meta,etcd Succeed 8/8 Sep 11,2025 17:53 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-restart-ft2sz --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-restart-ft2sz patched `kbcli cluster delete-ops --name greptime-ynzpho-restart-ft2sz --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-restart-ft2sz deleted check component meta exists `kubectl get components -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=meta --namespace ns-picik | (grep "meta" || true )` check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale greptime-ynzpho --auto-approve --force=true --components meta --cpu 200m --memory 0.6Gi --namespace ns-picik ` OpsRequest greptime-ynzpho-verticalscaling-dsf99 created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-verticalscaling-dsf99 -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-verticalscaling-dsf99 ns-picik VerticalScaling greptime-ynzpho meta Running 0/1 Sep 11,2025 17:57 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:55 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:56 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:57 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-verticalscaling-dsf99 ns-picik VerticalScaling greptime-ynzpho meta Succeed 1/1 Sep 11,2025 17:57 UTC+0800 check ops status done ops_status:greptime-ynzpho-verticalscaling-dsf99 ns-picik VerticalScaling greptime-ynzpho meta Succeed 1/1 Sep 11,2025 17:57 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-verticalscaling-dsf99 --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-verticalscaling-dsf99 patched `kbcli cluster delete-ops --name greptime-ynzpho-verticalscaling-dsf99 --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-verticalscaling-dsf99 deleted 13 check component meta exists `kubectl get components -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=meta --namespace ns-picik | (grep "meta" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart greptime-ynzpho --auto-approve --force=true --components meta --namespace ns-picik ` OpsRequest greptime-ynzpho-restart-mfgs6 created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-restart-mfgs6 -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-restart-mfgs6 ns-picik Restart greptime-ynzpho meta Running 0/1 Sep 11,2025 17:57 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:55 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:56 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:58 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-restart-mfgs6 ns-picik Restart greptime-ynzpho meta Succeed 1/1 Sep 11,2025 17:57 UTC+0800 check ops status done ops_status:greptime-ynzpho-restart-mfgs6 ns-picik Restart greptime-ynzpho meta Succeed 1/1 Sep 11,2025 17:57 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-restart-mfgs6 --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-restart-mfgs6 patched `kbcli cluster delete-ops --name greptime-ynzpho-restart-mfgs6 --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-restart-mfgs6 deleted check component frontend exists `kubectl get components -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=frontend --namespace ns-picik | (grep "frontend" || true )` check component datanode exists `kubectl get components -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=datanode --namespace ns-picik | (grep "datanode" || true )` cluster frontend,datanode scale-out check cluster status before ops check cluster status done cluster_status:Running No resources found in greptime-ynzpho namespace. `kbcli cluster scale-out greptime-ynzpho --auto-approve --force=true --components frontend,datanode --replicas 1 --namespace ns-picik ` OpsRequest greptime-ynzpho-horizontalscaling-5lnp6 created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-horizontalscaling-5lnp6 -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-horizontalscaling-5lnp6 ns-picik HorizontalScaling greptime-ynzpho frontend,datanode Running 0/2 Sep 11,2025 17:58 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:55 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-datanode-3 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:58 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:56 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-frontend-1 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:58 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:58 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done No resources found in greptime-ynzpho namespace. check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-horizontalscaling-5lnp6 ns-picik HorizontalScaling greptime-ynzpho frontend,datanode Succeed 2/2 Sep 11,2025 17:58 UTC+0800 check ops status done ops_status:greptime-ynzpho-horizontalscaling-5lnp6 ns-picik HorizontalScaling greptime-ynzpho frontend,datanode Succeed 2/2 Sep 11,2025 17:58 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-horizontalscaling-5lnp6 --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-horizontalscaling-5lnp6 patched `kbcli cluster delete-ops --name greptime-ynzpho-horizontalscaling-5lnp6 --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-horizontalscaling-5lnp6 deleted check component frontend exists `kubectl get components -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=frontend --namespace ns-picik | (grep "frontend" || true )` check component datanode exists `kubectl get components -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=datanode --namespace ns-picik | (grep "datanode" || true )` cluster frontend,datanode scale-in check cluster status before ops check cluster status done cluster_status:Running No resources found in greptime-ynzpho namespace. `kbcli cluster scale-in greptime-ynzpho --auto-approve --force=true --components frontend,datanode --replicas 1 --namespace ns-picik ` OpsRequest greptime-ynzpho-horizontalscaling-vzz67 created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-horizontalscaling-vzz67 -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-horizontalscaling-vzz67 ns-picik HorizontalScaling greptime-ynzpho frontend,datanode Running 0/2 Sep 11,2025 17:58 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:55 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:56 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:58 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done No resources found in greptime-ynzpho namespace. check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-horizontalscaling-vzz67 ns-picik HorizontalScaling greptime-ynzpho frontend,datanode Succeed 2/2 Sep 11,2025 17:58 UTC+0800 check ops status done ops_status:greptime-ynzpho-horizontalscaling-vzz67 ns-picik HorizontalScaling greptime-ynzpho frontend,datanode Succeed 2/2 Sep 11,2025 17:58 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-horizontalscaling-vzz67 --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-horizontalscaling-vzz67 patched `kbcli cluster delete-ops --name greptime-ynzpho-horizontalscaling-vzz67 --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-horizontalscaling-vzz67 deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart greptime-ynzpho --auto-approve --force=true --components datanode --namespace ns-picik ` OpsRequest greptime-ynzpho-restart-5zd2t created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-restart-5zd2t -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-restart-5zd2t ns-picik Restart greptime-ynzpho datanode Running 0/3 Sep 11,2025 17:59 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 18:00 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:59 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:59 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:56 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:58 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-restart-5zd2t ns-picik Restart greptime-ynzpho datanode Succeed 3/3 Sep 11,2025 17:59 UTC+0800 check ops status done ops_status:greptime-ynzpho-restart-5zd2t ns-picik Restart greptime-ynzpho datanode Succeed 3/3 Sep 11,2025 17:59 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-restart-5zd2t --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-restart-5zd2t patched `kbcli cluster delete-ops --name greptime-ynzpho-restart-5zd2t --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-restart-5zd2t deleted check component etcd exists `kubectl get components -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=etcd --namespace ns-picik | (grep "etcd" || true )` `kubectl get pvc -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=etcd,apps.kubeblocks.io/vct-name=data --namespace ns-picik ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in greptime-ynzpho namespace. `kbcli cluster volume-expand greptime-ynzpho --auto-approve --force=true --components etcd --volume-claim-templates data --storage 4Gi --namespace ns-picik ` OpsRequest greptime-ynzpho-volumeexpansion-vlqfr created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-volumeexpansion-vlqfr -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-volumeexpansion-vlqfr ns-picik VolumeExpansion greptime-ynzpho etcd Running 0/3 Sep 11,2025 18:00 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 18:00 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:59 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:59 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 17:56 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:54 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:53 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:58 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done No resources found in greptime-ynzpho namespace. check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-volumeexpansion-vlqfr ns-picik VolumeExpansion greptime-ynzpho etcd Succeed 3/3 Sep 11,2025 18:00 UTC+0800 check ops status done ops_status:greptime-ynzpho-volumeexpansion-vlqfr ns-picik VolumeExpansion greptime-ynzpho etcd Succeed 3/3 Sep 11,2025 18:00 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-volumeexpansion-vlqfr --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-volumeexpansion-vlqfr patched `kbcli cluster delete-ops --name greptime-ynzpho-volumeexpansion-vlqfr --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-volumeexpansion-vlqfr deleted check component frontend exists `kubectl get components -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=frontend --namespace ns-picik | (grep "frontend" || true )` check component etcd exists `kubectl get components -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=etcd --namespace ns-picik | (grep "etcd" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart greptime-ynzpho --auto-approve --force=true --components frontend,etcd --namespace ns-picik ` OpsRequest greptime-ynzpho-restart-mkmdp created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-restart-mkmdp -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-restart-mkmdp ns-picik Restart greptime-ynzpho frontend,etcd Running 0/4 Sep 11,2025 18:15 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 18:00 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:59 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 100m / 100m 512Mi / 512Mi datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 17:59 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 18:16 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 18:18 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 18:15 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 18:15 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:58 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-restart-mkmdp ns-picik Restart greptime-ynzpho frontend,etcd Succeed 4/4 Sep 11,2025 18:15 UTC+0800 check ops status done ops_status:greptime-ynzpho-restart-mkmdp ns-picik Restart greptime-ynzpho frontend,etcd Succeed 4/4 Sep 11,2025 18:15 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-restart-mkmdp --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-restart-mkmdp patched `kbcli cluster delete-ops --name greptime-ynzpho-restart-mkmdp --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-restart-mkmdp deleted check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale greptime-ynzpho --auto-approve --force=true --components datanode --cpu 200m --memory 0.6Gi --namespace ns-picik ` OpsRequest greptime-ynzpho-verticalscaling-h7pn2 created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-verticalscaling-h7pn2 -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-verticalscaling-h7pn2 ns-picik VerticalScaling greptime-ynzpho datanode Running 0/3 Sep 11,2025 18:19 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:1Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 18:20 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:1Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 18:19 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:1Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 18:19 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 18:16 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 18:18 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 18:15 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 18:15 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:58 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-verticalscaling-h7pn2 ns-picik VerticalScaling greptime-ynzpho datanode Succeed 3/3 Sep 11,2025 18:19 UTC+0800 check ops status done ops_status:greptime-ynzpho-verticalscaling-h7pn2 ns-picik VerticalScaling greptime-ynzpho datanode Succeed 3/3 Sep 11,2025 18:19 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-verticalscaling-h7pn2 --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-verticalscaling-h7pn2 patched `kbcli cluster delete-ops --name greptime-ynzpho-verticalscaling-h7pn2 --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-verticalscaling-h7pn2 deleted `kubectl get pvc -l app.kubernetes.io/instance=greptime-ynzpho,apps.kubeblocks.io/component-name=datanode,apps.kubeblocks.io/vct-name=datanode --namespace ns-picik ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in greptime-ynzpho namespace. `kbcli cluster volume-expand greptime-ynzpho --auto-approve --force=true --components datanode --volume-claim-templates datanode --storage 5Gi --namespace ns-picik ` OpsRequest greptime-ynzpho-volumeexpansion-tt47c created successfully, you can view the progress: kbcli cluster describe-ops greptime-ynzpho-volumeexpansion-tt47c -n ns-picik check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-volumeexpansion-tt47c ns-picik VolumeExpansion greptime-ynzpho datanode Running 0/3 Sep 11,2025 18:20 UTC+0800 check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb DoNotTerminate Updating Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:5Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 18:20 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:5Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 18:19 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:5Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 18:19 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 18:16 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 18:18 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 18:15 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 18:15 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:58 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done No resources found in greptime-ynzpho namespace. check ops status `kbcli cluster list-ops greptime-ynzpho --status all --namespace ns-picik ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-ynzpho-volumeexpansion-tt47c ns-picik VolumeExpansion greptime-ynzpho datanode Succeed 3/3 Sep 11,2025 18:20 UTC+0800 check ops status done ops_status:greptime-ynzpho-volumeexpansion-tt47c ns-picik VolumeExpansion greptime-ynzpho datanode Succeed 3/3 Sep 11,2025 18:20 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-ynzpho-volumeexpansion-tt47c --namespace ns-picik ` opsrequest.operations.kubeblocks.io/greptime-ynzpho-volumeexpansion-tt47c patched `kbcli cluster delete-ops --name greptime-ynzpho-volumeexpansion-tt47c --force --auto-approve --namespace ns-picik ` OpsRequest greptime-ynzpho-volumeexpansion-tt47c deleted cluster update terminationPolicy WipeOut `kbcli cluster update greptime-ynzpho --termination-policy=WipeOut --namespace ns-picik ` cluster.apps.kubeblocks.io/greptime-ynzpho updated check cluster status `kbcli cluster list greptime-ynzpho --show-labels --namespace ns-picik ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-ynzpho ns-picik greptimedb WipeOut Running Sep 11,2025 17:20 UTC+0800 app.kubernetes.io/instance=greptime-ynzpho,clusterdefinition.kubeblocks.io/name=greptimedb check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-ynzpho --namespace ns-picik ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-ynzpho-datanode-0 ns-picik greptime-ynzpho datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:5Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 18:20 UTC+0800 greptime-ynzpho-datanode-1 ns-picik greptime-ynzpho datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:5Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 18:19 UTC+0800 greptime-ynzpho-datanode-2 ns-picik greptime-ynzpho datanode Running 0 200m / 200m 644245094400m / 644245094400m datanode:5Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 18:19 UTC+0800 greptime-ynzpho-etcd-0 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000000/10.224.0.5 Sep 11,2025 18:16 UTC+0800 greptime-ynzpho-etcd-1 ns-picik greptime-ynzpho etcd Running follower 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000004/10.224.0.6 Sep 11,2025 18:18 UTC+0800 greptime-ynzpho-etcd-2 ns-picik greptime-ynzpho etcd Running leader 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 18:15 UTC+0800 greptime-ynzpho-frontend-0 ns-picik greptime-ynzpho frontend Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 18:15 UTC+0800 greptime-ynzpho-meta-0 ns-picik greptime-ynzpho meta Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-42771698-vmss000002/10.224.0.9 Sep 11,2025 17:58 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-ynzpho-frontend.ns-picik.svc.cluster.local:4001' | kubectl exec -it greptime-ynzpho-frontend-0 --namespace ns-picik -- bash` check cluster connect done cluster list-logs `kbcli cluster list-logs greptime-ynzpho --namespace ns-picik ` No log files found. Error from server (NotFound): pods "greptime-ynzpho-datanode-0" not found cluster logs `kbcli cluster logs greptime-ynzpho --tail 30 --namespace ns-picik ` Defaulted container "etcd" out of: etcd, kbagent, inject-bash (init), init-kbagent (init), kbagent-worker (init) ***"level":"warn","ts":"2025-09-11T10:18:04.291381Z","caller":"etcdserver/cluster_util.go:158","msg":"failed to get version","remote-member-id":"58c642274ced5ef","error":"Get \"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version\": dial tcp: lookup greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local on 10.0.0.10:53: no such host"*** ***"level":"warn","ts":"2025-09-11T10:18:06.734938Z","caller":"v3rpc/interceptor.go:197","msg":"request stats","start time":"2025-09-11T10:18:02.068431Z","time spent":"4.666501633s","remote":"10.244.3.119:51116","response type":"/v3electionpb.Election/Campaign","request count":-1,"request size":-1,"response count":-1,"response size":-1,"request content":""*** ***"level":"warn","ts":"2025-09-11T10:18:10.035423Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"18f75c21615b2be1","from":"18f75c21615b2be1","remote-peer-id":"58c642274ced5ef","remote-peer-name":"pipeline","remote-peer-active":false*** ***"level":"warn","ts":"2025-09-11T10:18:10.036468Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"18f75c21615b2be1","from":"18f75c21615b2be1","remote-peer-id":"58c642274ced5ef","remote-peer-name":"pipeline","remote-peer-active":false*** ***"level":"warn","ts":"2025-09-11T10:18:10.066852Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"18f75c21615b2be1","from":"18f75c21615b2be1","remote-peer-id":"58c642274ced5ef","remote-peer-name":"pipeline","remote-peer-active":false*** ***"level":"warn","ts":"2025-09-11T10:18:10.293631Z","caller":"etcdserver/cluster_util.go:294","msg":"failed to reach the peer URL","address":"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version","remote-member-id":"58c642274ced5ef","error":"Get \"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version\": dial tcp 10.244.1.38:2380: i/o timeout"*** ***"level":"warn","ts":"2025-09-11T10:18:10.293736Z","caller":"etcdserver/cluster_util.go:158","msg":"failed to get version","remote-member-id":"58c642274ced5ef","error":"Get \"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version\": dial tcp 10.244.1.38:2380: i/o timeout"*** ***"level":"warn","ts":"2025-09-11T10:18:10.738034Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"18f75c21615b2be1","from":"18f75c21615b2be1","remote-peer-id":"58c642274ced5ef","remote-peer-name":"pipeline","remote-peer-active":false*** ***"level":"warn","ts":"2025-09-11T10:18:10.766892Z","caller":"rafthttp/peer.go:267","msg":"dropped internal Raft message since sending buffer is full (overloaded network)","message-type":"MsgHeartbeat","local-member-id":"18f75c21615b2be1","from":"18f75c21615b2be1","remote-peer-id":"58c642274ced5ef","remote-peer-name":"pipeline","remote-peer-active":false*** ***"level":"info","ts":"2025-09-11T10:18:10.799173Z","caller":"rafthttp/stream.go:249","msg":"set message encoder","from":"18f75c21615b2be1","to":"58c642274ced5ef","stream-type":"stream Message"*** ***"level":"info","ts":"2025-09-11T10:18:10.799205Z","caller":"rafthttp/peer_status.go:53","msg":"peer became active","peer-id":"58c642274ced5ef"*** ***"level":"info","ts":"2025-09-11T10:18:10.799216Z","caller":"rafthttp/stream.go:274","msg":"established TCP streaming connection with remote peer","stream-writer-type":"stream Message","local-member-id":"18f75c21615b2be1","remote-peer-id":"58c642274ced5ef"*** ***"level":"info","ts":"2025-09-11T10:18:10.799377Z","caller":"rafthttp/stream.go:249","msg":"set message encoder","from":"18f75c21615b2be1","to":"58c642274ced5ef","stream-type":"stream MsgApp v2"*** ***"level":"info","ts":"2025-09-11T10:18:10.799413Z","caller":"rafthttp/stream.go:274","msg":"established TCP streaming connection with remote peer","stream-writer-type":"stream MsgApp v2","local-member-id":"18f75c21615b2be1","remote-peer-id":"58c642274ced5ef"*** ***"level":"warn","ts":"2025-09-11T10:18:11.114405Z","caller":"rafthttp/peer_status.go:66","msg":"peer became inactive (message send to peer failed)","peer-id":"58c642274ced5ef","error":"failed to write 58c642274ced5ef on pipeline (dial tcp 10.244.1.38:2380: i/o timeout)"*** ***"level":"warn","ts":"2025-09-11T10:18:14.300791Z","caller":"etcdserver/cluster_util.go:294","msg":"failed to reach the peer URL","address":"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version","remote-member-id":"58c642274ced5ef","error":"Get \"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version\": dial tcp: lookup greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local on 10.0.0.10:53: no such host"*** ***"level":"warn","ts":"2025-09-11T10:18:14.300860Z","caller":"etcdserver/cluster_util.go:158","msg":"failed to get version","remote-member-id":"58c642274ced5ef","error":"Get \"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version\": dial tcp: lookup greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local on 10.0.0.10:53: no such host"*** ***"level":"info","ts":"2025-09-11T10:18:14.680075Z","caller":"rafthttp/peer_status.go:53","msg":"peer became active","peer-id":"58c642274ced5ef"*** ***"level":"warn","ts":"2025-09-11T10:18:14.687517Z","caller":"rafthttp/peer_status.go:66","msg":"peer became inactive (message send to peer failed)","peer-id":"58c642274ced5ef","error":"failed to write 58c642274ced5ef on pipeline (dial tcp: lookup greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local on 10.0.0.10:53: no such host)"*** ***"level":"info","ts":"2025-09-11T10:18:14.687771Z","caller":"rafthttp/peer_status.go:53","msg":"peer became active","peer-id":"58c642274ced5ef"*** ***"level":"warn","ts":"2025-09-11T10:18:15.060386Z","caller":"rafthttp/peer_status.go:66","msg":"peer became inactive (message send to peer failed)","peer-id":"58c642274ced5ef","error":"failed to dial 58c642274ced5ef on stream MsgApp v2 (dial tcp 10.244.1.38:2380: connect: no route to host)"*** ***"level":"info","ts":"2025-09-11T10:18:15.063804Z","caller":"rafthttp/peer_status.go:53","msg":"peer became active","peer-id":"58c642274ced5ef"*** ***"level":"info","ts":"2025-09-11T10:18:15.063831Z","caller":"rafthttp/stream.go:412","msg":"established TCP streaming connection with remote peer","stream-reader-type":"stream MsgApp v2","local-member-id":"18f75c21615b2be1","remote-peer-id":"58c642274ced5ef"*** ***"level":"warn","ts":"2025-09-11T10:18:15.226903Z","caller":"rafthttp/peer_status.go:66","msg":"peer became inactive (message send to peer failed)","peer-id":"58c642274ced5ef","error":"failed to dial 58c642274ced5ef on stream Message (dial tcp 10.244.1.38:2380: i/o timeout)"*** ***"level":"info","ts":"2025-09-11T10:18:15.229891Z","caller":"rafthttp/peer_status.go:53","msg":"peer became active","peer-id":"58c642274ced5ef"*** ***"level":"info","ts":"2025-09-11T10:18:15.229949Z","caller":"rafthttp/stream.go:412","msg":"established TCP streaming connection with remote peer","stream-reader-type":"stream Message","local-member-id":"18f75c21615b2be1","remote-peer-id":"58c642274ced5ef"*** ***"level":"warn","ts":"2025-09-11T10:18:18.314591Z","caller":"etcdserver/cluster_util.go:294","msg":"failed to reach the peer URL","address":"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version","remote-member-id":"58c642274ced5ef","error":"Get \"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version\": dial tcp: lookup greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local on 10.0.0.10:53: no such host"*** ***"level":"warn","ts":"2025-09-11T10:18:18.314657Z","caller":"etcdserver/cluster_util.go:158","msg":"failed to get version","remote-member-id":"58c642274ced5ef","error":"Get \"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version\": dial tcp: lookup greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local on 10.0.0.10:53: no such host"*** ***"level":"warn","ts":"2025-09-11T10:18:22.324426Z","caller":"etcdserver/cluster_util.go:294","msg":"failed to reach the peer URL","address":"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version","remote-member-id":"58c642274ced5ef","error":"Get \"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version\": dial tcp: lookup greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local on 10.0.0.10:53: no such host"*** ***"level":"warn","ts":"2025-09-11T10:18:22.324480Z","caller":"etcdserver/cluster_util.go:158","msg":"failed to get version","remote-member-id":"58c642274ced5ef","error":"Get \"http://greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local:2380/version\": dial tcp: lookup greptime-ynzpho-etcd-1.greptime-ynzpho-etcd-headless.ns-picik.svc.cluster.local on 10.0.0.10:53: no such host"*** delete cluster greptime-ynzpho `kbcli cluster delete greptime-ynzpho --auto-approve --namespace ns-picik ` Cluster greptime-ynzpho deleted pod_info:greptime-ynzpho-datanode-0 1/1 Running 0 5m31s greptime-ynzpho-datanode-1 1/1 Running 0 5m54s greptime-ynzpho-datanode-2 1/1 Running 0 6m12s greptime-ynzpho-etcd-0 2/2 Running 0 8m53s greptime-ynzpho-etcd-1 2/2 Running 0 7m44s greptime-ynzpho-etcd-2 2/2 Running 0 10m greptime-ynzpho-frontend-0 1/1 Running 0 9m54s greptime-ynzpho-meta-0 1/1 Running 0 27m No resources found in ns-picik namespace. delete cluster pod done No resources found in ns-picik namespace. check cluster resource non-exist OK: pvc No resources found in ns-picik namespace. delete cluster done No resources found in ns-picik namespace. No resources found in ns-picik namespace. No resources found in ns-picik namespace. Greptimedb Test Suite All Done! Test Engine: greptimedb Test Type: 11 --------------------------------------Greptimedb (Topology = default Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=greptimedb-datanode-1.0.1;ComponentVersion=greptimedb;ServiceVersion=0.3.2;]|[Description=Create a cluster with the specified component definition greptimedb-datanode-1.0.1 and component version greptimedb and service version 0.3.2] [PASSED]|[Connect]|[ComponentName=datanode]|[Description=Connect to the cluster] [PASSED]|[VerticalScaling]|[ComponentName=frontend,etcd]|[Description=VerticalScaling the cluster specify component frontend,etcd] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[VerticalScaling]|[ComponentName=meta]|[Description=VerticalScaling the cluster specify component meta] [PASSED]|[Restart]|[ComponentName=meta]|[Description=Restart the cluster specify component meta] [PASSED]|[HorizontalScaling Out]|[ComponentName=frontend,datanode]|[Description=HorizontalScaling Out the cluster specify component frontend,datanode] [PASSED]|[HorizontalScaling In]|[ComponentName=frontend,datanode]|[Description=HorizontalScaling In the cluster specify component frontend,datanode] [PASSED]|[Restart]|[ComponentName=datanode]|[Description=Restart the cluster specify component datanode] [PASSED]|[VolumeExpansion]|[ComponentName=etcd]|[Description=VolumeExpansion the cluster specify component etcd] [PASSED]|[Restart]|[ComponentName=frontend,etcd]|[Description=Restart the cluster specify component frontend,etcd] [PASSED]|[VerticalScaling]|[ComponentName=datanode]|[Description=VerticalScaling the cluster specify component datanode] [PASSED]|[VolumeExpansion]|[ComponentName=datanode;ComponentVolume=datanode]|[Description=VolumeExpansion the cluster specify component datanode and volume datanode] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]