source commons files source engines files source kubeblocks files `kubectl get namespace | grep ns-qhpix ` `kubectl create namespace ns-qhpix` namespace/ns-qhpix created create namespace ns-qhpix done download kbcli `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)` `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.0` Your system is linux_amd64 Installing kbcli ... Downloading ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33.6M 100 33.6M 0 0 50.3M 0 --:--:-- --:--:-- --:--:-- 50.3M kbcli installed successfully. Kubernetes: v1.32.3-eks-4096722 KubeBlocks: 1.0.0 kbcli: 1.0.0 Make sure your docker service is running and begin your journey with kbcli: kbcli playground init For more information on how to get started, please visit: https://kubeblocks.io download kbcli v1.0.0 done Kubernetes: v1.32.3-eks-4096722 KubeBlocks: 1.0.0 kbcli: 1.0.0 Kubernetes Env: v1.32.3-eks-4096722 check snapshot controller check snapshot controller done eks default-vsc found POD_RESOURCES: No resources found found default storage class: gp3 KubeBlocks version is:1.0.0 skip upgrade KubeBlocks current KubeBlocks version: 1.0.0 Error: no repositories to show helm repo add chaos-mesh https://charts.chaos-mesh.org "chaos-mesh" has been added to your repositories add helm chart repo chaos-mesh success chaos mesh already installed check component definition 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.0-alpha.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.0-alpha.0 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 No resources found in ns-qhpix namespace. 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.0-alpha.0 by component version:greptimedb apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: greptime-qnngan namespace: ns-qhpix spec: clusterDef: greptimedb topology: default terminationPolicy: WipeOut componentSpecs: - name: frontend serviceVersion: 0.3.2 replicas: 1 - name: datanode serviceVersion: 0.3.2 replicas: 3 volumeClaimTemplates: - name: datanode spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi - name: meta serviceVersion: 0.3.2 replicas: 1 - name: etcd serviceVersion: "3.5.15" replicas: 3 volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi `kubectl apply -f test_create_greptime-qnngan.yaml` cluster.apps.kubeblocks.io/greptime-qnngan created apply test_create_greptime-qnngan.yaml Success `rm -rf test_create_greptime-qnngan.yaml` check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Creating May 27,2025 12:30 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 check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-0 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-12-35.us-west-2.compute.internal/172.31.12.35 May 27,2025 12:33 UTC+0800 greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:34 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:34 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:1Gi ip-172-31-15-23.us-west-2.compute.internal/172.31.15.23 May 27,2025 12:30 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-2-217.us-west-2.compute.internal/172.31.2.217 May 27,2025 12:31 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:31 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:35 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:33 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done `kubectl get secrets -l app.kubernetes.io/instance=greptime-qnngan` No resources found in ns-qhpix 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-qnngan --namespace ns-qhpix ` Name: greptime-qnngan Created Time: May 27,2025 12:30 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-qhpix greptimedb default Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL frontend greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4000 greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001 greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4002 greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4003 greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4242 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME datanode 0.3.2 greptime-qnngan-datanode-0 Running us-west-2a ip-172-31-12-35.us-west-2.compute.internal/172.31.12.35 May 27,2025 12:33 UTC+0800 datanode 0.3.2 greptime-qnngan-datanode-1 Running us-west-2a ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:34 UTC+0800 datanode 0.3.2 greptime-qnngan-datanode-2 Running us-west-2a ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:34 UTC+0800 etcd 3.5.15 greptime-qnngan-etcd-0 leader Running us-west-2a ip-172-31-15-23.us-west-2.compute.internal/172.31.15.23 May 27,2025 12:30 UTC+0800 etcd 3.5.15 greptime-qnngan-etcd-1 follower Running us-west-2a ip-172-31-2-217.us-west-2.compute.internal/172.31.2.217 May 27,2025 12:31 UTC+0800 etcd 3.5.15 greptime-qnngan-etcd-2 follower Running us-west-2a ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:31 UTC+0800 frontend 0.3.2 greptime-qnngan-frontend-0 Running us-west-2a ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:35 UTC+0800 meta 0.3.2 greptime-qnngan-meta-0 Running us-west-2a ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:33 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS datanode datanode:1Gi kb-default-sc frontend meta etcd data:1Gi kb-default-sc Images: COMPONENT COMPONENT-DEFINITION IMAGE datanode greptimedb-datanode-1.0.0-alpha.0 docker.io/apecloud/greptimedb:0.3.2 frontend greptimedb-frontend-1.0.0-alpha.0 docker.io/apecloud/greptimedb:0.3.2 meta greptimedb-meta-1.0.0-alpha.0 docker.io/apecloud/greptimedb:0.3.2 etcd etcd-3-1.0.0-alpha.0 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-qhpix greptime-qnngan `kbcli cluster label greptime-qnngan app.kubernetes.io/instance- --namespace ns-qhpix ` label "app.kubernetes.io/instance" not found. `kbcli cluster label greptime-qnngan app.kubernetes.io/instance=greptime-qnngan --namespace ns-qhpix ` `kbcli cluster label greptime-qnngan --list --namespace ns-qhpix ` NAME NAMESPACE LABELS greptime-qnngan ns-qhpix app.kubernetes.io/instance=greptime-qnngan clusterdefinition.kubeblocks.io/name=greptimedb label cluster app.kubernetes.io/instance=greptime-qnngan Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=greptime-qnngan --namespace ns-qhpix ` `kbcli cluster label greptime-qnngan --list --namespace ns-qhpix ` NAME NAMESPACE LABELS greptime-qnngan ns-qhpix app.kubernetes.io/instance=greptime-qnngan case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=greptimedb label cluster case.name=kbcli.test1 Success `kbcli cluster label greptime-qnngan case.name=kbcli.test2 --overwrite --namespace ns-qhpix ` `kbcli cluster label greptime-qnngan --list --namespace ns-qhpix ` NAME NAMESPACE LABELS greptime-qnngan ns-qhpix app.kubernetes.io/instance=greptime-qnngan case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=greptimedb label cluster case.name=kbcli.test2 Success `kbcli cluster label greptime-qnngan case.name- --namespace ns-qhpix ` `kbcli cluster label greptime-qnngan --list --namespace ns-qhpix ` NAME NAMESPACE LABELS greptime-qnngan ns-qhpix app.kubernetes.io/instance=greptime-qnngan clusterdefinition.kubeblocks.io/name=greptimedb delete cluster label case.name Success cluster connect `echo " echo \"show databases;\" | greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001 " | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash ` Unable to use a TTY - input is not a terminal or the right kind of file 2025-05-27T04:35:43.597520Z INFO greptime: short_version: 0.3.2, full_version: greptimedb-HEAD-4b580f4 2025-05-27T04:35:43.597590Z INFO greptime: command line arguments 2025-05-27T04:35:43.597599Z INFO greptime: argument: greptime 2025-05-27T04:35:43.597616Z INFO greptime: argument: cli 2025-05-27T04:35:43.597622Z INFO greptime: argument: attach 2025-05-27T04:35:43.597628Z INFO greptime: argument: --grpc-addr 2025-05-27T04:35:43.597634Z INFO greptime: argument: greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001 Ready for commands. (Hint: try 'help') +---------+ | Schemas | +---------+ | public | +---------+ Total Rows: 1 Cost 52 ms connect cluster Success check component frontend exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=frontend --namespace ns-qhpix | (grep "frontend" || true )` check component datanode exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=datanode --namespace ns-qhpix | (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-qnngan namespace. `kbcli cluster scale-out greptime-qnngan --auto-approve --force=true --components frontend,datanode --replicas 1 --namespace ns-qhpix ` OpsRequest greptime-qnngan-horizontalscaling-qck8z created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-horizontalscaling-qck8z -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-horizontalscaling-qck8z ns-qhpix HorizontalScaling greptime-qnngan frontend,datanode Pending -/- May 27,2025 12:35 UTC+0800 ops_status:greptime-qnngan-horizontalscaling-qck8z ns-qhpix HorizontalScaling greptime-qnngan frontend,datanode Creating -/- May 27,2025 12:35 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Updating May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-0 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-12-35.us-west-2.compute.internal/172.31.12.35 May 27,2025 12:33 UTC+0800 greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:34 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:34 UTC+0800 greptime-qnngan-datanode-3 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-14-219.us-west-2.compute.internal/172.31.14.219 May 27,2025 12:35 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:1Gi ip-172-31-15-23.us-west-2.compute.internal/172.31.15.23 May 27,2025 12:30 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-2-217.us-west-2.compute.internal/172.31.2.217 May 27,2025 12:31 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:31 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:35 UTC+0800 greptime-qnngan-frontend-1 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-14-219.us-west-2.compute.internal/172.31.14.219 May 27,2025 12:35 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:33 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done No resources found in greptime-qnngan namespace. check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-horizontalscaling-qck8z ns-qhpix HorizontalScaling greptime-qnngan frontend,datanode Succeed 2/2 May 27,2025 12:35 UTC+0800 check ops status done ops_status:greptime-qnngan-horizontalscaling-qck8z ns-qhpix HorizontalScaling greptime-qnngan frontend,datanode Succeed 2/2 May 27,2025 12:35 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-horizontalscaling-qck8z --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-horizontalscaling-qck8z patched `kbcli cluster delete-ops --name greptime-qnngan-horizontalscaling-qck8z --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-horizontalscaling-qck8z deleted check component frontend exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=frontend --namespace ns-qhpix | (grep "frontend" || true )` check component datanode exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=datanode --namespace ns-qhpix | (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-qnngan namespace. `kbcli cluster scale-in greptime-qnngan --auto-approve --force=true --components frontend,datanode --replicas 1 --namespace ns-qhpix ` OpsRequest greptime-qnngan-horizontalscaling-4lxhb created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-horizontalscaling-4lxhb -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-horizontalscaling-4lxhb ns-qhpix HorizontalScaling greptime-qnngan frontend,datanode Running 0/2 May 27,2025 12:36 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Running May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,clusterdefinition.kubeblocks.io/name=greptimedb check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-0 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-12-35.us-west-2.compute.internal/172.31.12.35 May 27,2025 12:33 UTC+0800 greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:34 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:34 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:1Gi ip-172-31-15-23.us-west-2.compute.internal/172.31.15.23 May 27,2025 12:30 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-2-217.us-west-2.compute.internal/172.31.2.217 May 27,2025 12:31 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:31 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:35 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:33 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done No resources found in greptime-qnngan namespace. check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-horizontalscaling-4lxhb ns-qhpix HorizontalScaling greptime-qnngan frontend,datanode Succeed 2/2 May 27,2025 12:36 UTC+0800 check ops status done ops_status:greptime-qnngan-horizontalscaling-4lxhb ns-qhpix HorizontalScaling greptime-qnngan frontend,datanode Succeed 2/2 May 27,2025 12:36 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-horizontalscaling-4lxhb --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-horizontalscaling-4lxhb patched `kbcli cluster delete-ops --name greptime-qnngan-horizontalscaling-4lxhb --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-horizontalscaling-4lxhb deleted check component frontend exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=frontend --namespace ns-qhpix | (grep "frontend" || true )` check component etcd exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=etcd --namespace ns-qhpix | (grep "etcd" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart greptime-qnngan --auto-approve --force=true --components frontend,etcd --namespace ns-qhpix ` OpsRequest greptime-qnngan-restart-5r5fg created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-restart-5r5fg -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-restart-5r5fg ns-qhpix Restart greptime-qnngan frontend,etcd Running 0/4 May 27,2025 12:37 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Updating May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,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 cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-0 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-12-35.us-west-2.compute.internal/172.31.12.35 May 27,2025 12:33 UTC+0800 greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:34 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:34 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:39 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-2-217.us-west-2.compute.internal/172.31.2.217 May 27,2025 12:38 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:1Gi ip-172-31-6-160.us-west-2.compute.internal/172.31.6.160 May 27,2025 12:37 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:37 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:33 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-restart-5r5fg ns-qhpix Restart greptime-qnngan frontend,etcd Succeed 4/4 May 27,2025 12:37 UTC+0800 check ops status done ops_status:greptime-qnngan-restart-5r5fg ns-qhpix Restart greptime-qnngan frontend,etcd Succeed 4/4 May 27,2025 12:37 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-restart-5r5fg --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-restart-5r5fg patched `kbcli cluster delete-ops --name greptime-qnngan-restart-5r5fg --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-restart-5r5fg deleted check component frontend exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=frontend --namespace ns-qhpix | (grep "frontend" || true )` cluster hscale offline instances apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: greptime-qnngan-hscaleoffinstance- labels: app.kubernetes.io/instance: greptime-qnngan app.kubernetes.io/managed-by: kubeblocks namespace: ns-qhpix spec: type: HorizontalScaling clusterName: greptime-qnngan force: true horizontalScaling: - componentName: datanode scaleIn: onlineInstancesToOffline: - greptime-qnngan-datanode-0 check cluster status before ops check cluster status done cluster_status:Running `kubectl create -f test_ops_cluster_greptime-qnngan.yaml` opsrequest.operations.kubeblocks.io/greptime-qnngan-hscaleoffinstance-kplxc created create test_ops_cluster_greptime-qnngan.yaml Success `rm -rf test_ops_cluster_greptime-qnngan.yaml` check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-hscaleoffinstance-kplxc ns-qhpix HorizontalScaling greptime-qnngan datanode Running 0/1 May 27,2025 12:41 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Running May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,clusterdefinition.kubeblocks.io/name=greptimedb check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:34 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:34 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:39 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-2-217.us-west-2.compute.internal/172.31.2.217 May 27,2025 12:38 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:1Gi ip-172-31-6-160.us-west-2.compute.internal/172.31.6.160 May 27,2025 12:37 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:37 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:33 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-hscaleoffinstance-kplxc ns-qhpix HorizontalScaling greptime-qnngan datanode Succeed 1/1 May 27,2025 12:41 UTC+0800 check ops status done ops_status:greptime-qnngan-hscaleoffinstance-kplxc ns-qhpix HorizontalScaling greptime-qnngan datanode Succeed 1/1 May 27,2025 12:41 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-hscaleoffinstance-kplxc --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-hscaleoffinstance-kplxc patched `kbcli cluster delete-ops --name greptime-qnngan-hscaleoffinstance-kplxc --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-hscaleoffinstance-kplxc deleted cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop greptime-qnngan --auto-approve --force=true --namespace ns-qhpix ` OpsRequest greptime-qnngan-stop-77hrp created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-stop-77hrp -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-stop-77hrp ns-qhpix Stop greptime-qnngan datanode,etcd,frontend,meta Running 0/7 May 27,2025 12:41 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Stopping May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Stopping cluster_status:Stopping check cluster status done cluster_status:Stopped check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` 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-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-stop-77hrp ns-qhpix Stop greptime-qnngan datanode,etcd,frontend,meta Succeed 7/7 May 27,2025 12:41 UTC+0800 check ops status done ops_status:greptime-qnngan-stop-77hrp ns-qhpix Stop greptime-qnngan datanode,etcd,frontend,meta Succeed 7/7 May 27,2025 12:41 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-stop-77hrp --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-stop-77hrp patched `kbcli cluster delete-ops --name greptime-qnngan-stop-77hrp --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-stop-77hrp deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start greptime-qnngan --force=true --namespace ns-qhpix ` OpsRequest greptime-qnngan-start-m4w9s created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-start-m4w9s -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-start-m4w9s ns-qhpix Start greptime-qnngan datanode,etcd,frontend,meta Running 0/7 May 27,2025 12:42 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Updating May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,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:Abnormal check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:43 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:1Gi ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-6-160.us-west-2.compute.internal/172.31.6.160 May 27,2025 12:42 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:43 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-start-m4w9s ns-qhpix Start greptime-qnngan datanode,etcd,frontend,meta Succeed 7/7 May 27,2025 12:42 UTC+0800 check ops status done ops_status:greptime-qnngan-start-m4w9s ns-qhpix Start greptime-qnngan datanode,etcd,frontend,meta Succeed 7/7 May 27,2025 12:42 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-start-m4w9s --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-start-m4w9s patched `kbcli cluster delete-ops --name greptime-qnngan-start-m4w9s --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-start-m4w9s deleted check component meta exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=meta --namespace ns-qhpix | (grep "meta" || true )` check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale greptime-qnngan --auto-approve --force=true --components meta --cpu 200m --memory 0.6Gi --namespace ns-qhpix ` OpsRequest greptime-qnngan-verticalscaling-h6jjp created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-verticalscaling-h6jjp -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-verticalscaling-h6jjp ns-qhpix VerticalScaling greptime-qnngan meta Running 0/1 May 27,2025 12:44 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Updating May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,clusterdefinition.kubeblocks.io/name=greptimedb check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:43 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:1Gi ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-6-160.us-west-2.compute.internal/172.31.6.160 May 27,2025 12:42 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:43 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:44 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-verticalscaling-h6jjp ns-qhpix VerticalScaling greptime-qnngan meta Succeed 1/1 May 27,2025 12:44 UTC+0800 check ops status done ops_status:greptime-qnngan-verticalscaling-h6jjp ns-qhpix VerticalScaling greptime-qnngan meta Succeed 1/1 May 27,2025 12:44 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-verticalscaling-h6jjp --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-verticalscaling-h6jjp patched `kbcli cluster delete-ops --name greptime-qnngan-verticalscaling-h6jjp --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-verticalscaling-h6jjp deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart greptime-qnngan --auto-approve --force=true --components datanode --namespace ns-qhpix ` OpsRequest greptime-qnngan-restart-drrj2 created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-restart-drrj2 -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-restart-drrj2 ns-qhpix Restart greptime-qnngan datanode Running 0/2 May 27,2025 12:45 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Updating May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,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 check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:45 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-14-219.us-west-2.compute.internal/172.31.14.219 May 27,2025 12:45 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:1Gi ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-6-160.us-west-2.compute.internal/172.31.6.160 May 27,2025 12:42 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:43 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:44 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-restart-drrj2 ns-qhpix Restart greptime-qnngan datanode Succeed 2/2 May 27,2025 12:45 UTC+0800 check ops status done ops_status:greptime-qnngan-restart-drrj2 ns-qhpix Restart greptime-qnngan datanode Succeed 2/2 May 27,2025 12:45 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-restart-drrj2 --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-restart-drrj2 patched `kbcli cluster delete-ops --name greptime-qnngan-restart-drrj2 --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-restart-drrj2 deleted 13 check component meta exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=meta --namespace ns-qhpix | (grep "meta" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart greptime-qnngan --auto-approve --force=true --components meta --namespace ns-qhpix ` OpsRequest greptime-qnngan-restart-8fpt8 created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-restart-8fpt8 -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-restart-8fpt8 ns-qhpix Restart greptime-qnngan meta May 27,2025 12:46 UTC+0800 ops_status:greptime-qnngan-restart-8fpt8 ns-qhpix Restart greptime-qnngan meta Pending -/- May 27,2025 12:46 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Updating May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,clusterdefinition.kubeblocks.io/name=greptimedb check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:45 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-14-219.us-west-2.compute.internal/172.31.14.219 May 27,2025 12:45 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:1Gi ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-6-160.us-west-2.compute.internal/172.31.6.160 May 27,2025 12:42 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:1Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:43 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:46 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-restart-8fpt8 ns-qhpix Restart greptime-qnngan meta Succeed 1/1 May 27,2025 12:46 UTC+0800 check ops status done ops_status:greptime-qnngan-restart-8fpt8 ns-qhpix Restart greptime-qnngan meta Succeed 1/1 May 27,2025 12:46 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-restart-8fpt8 --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-restart-8fpt8 patched `kbcli cluster delete-ops --name greptime-qnngan-restart-8fpt8 --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-restart-8fpt8 deleted check component etcd exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=etcd --namespace ns-qhpix | (grep "etcd" || true )` `kubectl get pvc -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=etcd,apps.kubeblocks.io/vct-name=data --namespace ns-qhpix ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in greptime-qnngan namespace. `kbcli cluster volume-expand greptime-qnngan --auto-approve --force=true --components etcd --volume-claim-templates data --storage 5Gi --namespace ns-qhpix ` OpsRequest greptime-qnngan-volumeexpansion-np5n2 created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-volumeexpansion-np5n2 -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-volumeexpansion-np5n2 ns-qhpix VolumeExpansion greptime-qnngan etcd Running 0/3 May 27,2025 12:46 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Updating May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,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 check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:45 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-14-219.us-west-2.compute.internal/172.31.14.219 May 27,2025 12:45 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:5Gi ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:5Gi ip-172-31-6-160.us-west-2.compute.internal/172.31.6.160 May 27,2025 12:42 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:5Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:43 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:42 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-2-203.us-west-2.compute.internal/172.31.2.203 May 27,2025 12:46 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done No resources found in greptime-qnngan namespace. check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-volumeexpansion-np5n2 ns-qhpix VolumeExpansion greptime-qnngan etcd Succeed 3/3 May 27,2025 12:46 UTC+0800 check ops status done ops_status:greptime-qnngan-volumeexpansion-np5n2 ns-qhpix VolumeExpansion greptime-qnngan etcd Succeed 3/3 May 27,2025 12:46 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-volumeexpansion-np5n2 --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-volumeexpansion-np5n2 patched `kbcli cluster delete-ops --name greptime-qnngan-volumeexpansion-np5n2 --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-volumeexpansion-np5n2 deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart greptime-qnngan --auto-approve --force=true --namespace ns-qhpix ` OpsRequest greptime-qnngan-restart-kthj5 created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-restart-kthj5 -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-restart-kthj5 ns-qhpix Restart greptime-qnngan datanode,frontend,meta,etcd Running 0/7 May 27,2025 12:47 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Updating May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,clusterdefinition.kubeblocks.io/name=greptimedb cluster_status:Updating cluster_status:Updating 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 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-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:48 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:1Gi ip-172-31-14-219.us-west-2.compute.internal/172.31.14.219 May 27,2025 12:48 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:5Gi ip-172-31-10-130.us-west-2.compute.internal/172.31.10.130 May 27,2025 12:50 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:5Gi ip-172-31-10-235.us-west-2.compute.internal/172.31.10.235 May 27,2025 12:49 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:5Gi ip-172-31-2-217.us-west-2.compute.internal/172.31.2.217 May 27,2025 12:47 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:48 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:48 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-restart-kthj5 ns-qhpix Restart greptime-qnngan datanode,frontend,meta,etcd Succeed 7/7 May 27,2025 12:47 UTC+0800 check ops status done ops_status:greptime-qnngan-restart-kthj5 ns-qhpix Restart greptime-qnngan datanode,frontend,meta,etcd Succeed 7/7 May 27,2025 12:47 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-restart-kthj5 --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-restart-kthj5 patched `kbcli cluster delete-ops --name greptime-qnngan-restart-kthj5 --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-restart-kthj5 deleted `kubectl get pvc -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=datanode,apps.kubeblocks.io/vct-name=datanode --namespace ns-qhpix ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in greptime-qnngan namespace. `kbcli cluster volume-expand greptime-qnngan --auto-approve --force=true --components datanode --volume-claim-templates datanode --storage 3Gi --namespace ns-qhpix ` OpsRequest greptime-qnngan-volumeexpansion-4vg28 created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-volumeexpansion-4vg28 -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-volumeexpansion-4vg28 ns-qhpix VolumeExpansion greptime-qnngan datanode Running 0/2 May 27,2025 12:52 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Updating May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,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 check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:3Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:48 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:3Gi ip-172-31-14-219.us-west-2.compute.internal/172.31.14.219 May 27,2025 12:48 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:5Gi ip-172-31-10-130.us-west-2.compute.internal/172.31.10.130 May 27,2025 12:50 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running follower us-west-2a data:5Gi ip-172-31-10-235.us-west-2.compute.internal/172.31.10.235 May 27,2025 12:49 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running leader us-west-2a data:5Gi ip-172-31-2-217.us-west-2.compute.internal/172.31.2.217 May 27,2025 12:47 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a ip-172-31-6-17.us-west-2.compute.internal/172.31.6.17 May 27,2025 12:48 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:48 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done No resources found in greptime-qnngan namespace. check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-volumeexpansion-4vg28 ns-qhpix VolumeExpansion greptime-qnngan datanode Succeed 2/2 May 27,2025 12:52 UTC+0800 check ops status done ops_status:greptime-qnngan-volumeexpansion-4vg28 ns-qhpix VolumeExpansion greptime-qnngan datanode Succeed 2/2 May 27,2025 12:52 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-volumeexpansion-4vg28 --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-volumeexpansion-4vg28 patched `kbcli cluster delete-ops --name greptime-qnngan-volumeexpansion-4vg28 --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-volumeexpansion-4vg28 deleted check component frontend exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=frontend --namespace ns-qhpix | (grep "frontend" || true )` check component etcd exists `kubectl get components -l app.kubernetes.io/instance=greptime-qnngan,apps.kubeblocks.io/component-name=etcd --namespace ns-qhpix | (grep "etcd" || true )` check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale greptime-qnngan --auto-approve --force=true --components frontend,etcd --cpu 200m --memory 0.6Gi --namespace ns-qhpix ` OpsRequest greptime-qnngan-verticalscaling-78g7j created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-verticalscaling-78g7j -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-verticalscaling-78g7j ns-qhpix VerticalScaling greptime-qnngan frontend,etcd Running 0/4 May 27,2025 12:54 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Updating May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,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 cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:3Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:48 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a datanode:3Gi ip-172-31-14-219.us-west-2.compute.internal/172.31.14.219 May 27,2025 12:48 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running follower us-west-2a 200m / 200m 644245094400m / 644245094400m data:5Gi ip-172-31-6-160.us-west-2.compute.internal/172.31.6.160 May 27,2025 12:55 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running leader us-west-2a 200m / 200m 644245094400m / 644245094400m data:5Gi ip-172-31-14-96.us-west-2.compute.internal/172.31.14.96 May 27,2025 12:54 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running follower us-west-2a 200m / 200m 644245094400m / 644245094400m data:5Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:57 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-14-219.us-west-2.compute.internal/172.31.14.219 May 27,2025 12:54 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:48 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-verticalscaling-78g7j ns-qhpix VerticalScaling greptime-qnngan frontend,etcd Succeed 4/4 May 27,2025 12:54 UTC+0800 check ops status done ops_status:greptime-qnngan-verticalscaling-78g7j ns-qhpix VerticalScaling greptime-qnngan frontend,etcd Succeed 4/4 May 27,2025 12:54 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-verticalscaling-78g7j --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-verticalscaling-78g7j patched `kbcli cluster delete-ops --name greptime-qnngan-verticalscaling-78g7j --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-verticalscaling-78g7j deleted check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale greptime-qnngan --auto-approve --force=true --components datanode --cpu 200m --memory 0.6Gi --namespace ns-qhpix ` OpsRequest greptime-qnngan-verticalscaling-jvm88 created successfully, you can view the progress: kbcli cluster describe-ops greptime-qnngan-verticalscaling-jvm88 -n ns-qhpix check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-verticalscaling-jvm88 ns-qhpix VerticalScaling greptime-qnngan datanode Running 0/2 May 27,2025 12:58 UTC+0800 check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Updating May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,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-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a 200m / 200m 644245094400m / 644245094400m datanode:3Gi ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:59 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a 200m / 200m 644245094400m / 644245094400m datanode:3Gi ip-172-31-10-130.us-west-2.compute.internal/172.31.10.130 May 27,2025 12:58 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running follower us-west-2a 200m / 200m 644245094400m / 644245094400m data:5Gi ip-172-31-6-160.us-west-2.compute.internal/172.31.6.160 May 27,2025 12:55 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running leader us-west-2a 200m / 200m 644245094400m / 644245094400m data:5Gi ip-172-31-14-96.us-west-2.compute.internal/172.31.14.96 May 27,2025 12:54 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running follower us-west-2a 200m / 200m 644245094400m / 644245094400m data:5Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:57 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-14-219.us-west-2.compute.internal/172.31.14.219 May 27,2025 12:54 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:48 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done check ops status `kbcli cluster list-ops greptime-qnngan --status all --namespace ns-qhpix ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME greptime-qnngan-verticalscaling-jvm88 ns-qhpix VerticalScaling greptime-qnngan datanode Succeed 2/2 May 27,2025 12:58 UTC+0800 check ops status done ops_status:greptime-qnngan-verticalscaling-jvm88 ns-qhpix VerticalScaling greptime-qnngan datanode Succeed 2/2 May 27,2025 12:58 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations greptime-qnngan-verticalscaling-jvm88 --namespace ns-qhpix ` opsrequest.operations.kubeblocks.io/greptime-qnngan-verticalscaling-jvm88 patched `kbcli cluster delete-ops --name greptime-qnngan-verticalscaling-jvm88 --force --auto-approve --namespace ns-qhpix ` OpsRequest greptime-qnngan-verticalscaling-jvm88 deleted cluster update terminationPolicy WipeOut `kbcli cluster update greptime-qnngan --termination-policy=WipeOut --namespace ns-qhpix ` cluster.apps.kubeblocks.io/greptime-qnngan updated (no change) check cluster status `kbcli cluster list greptime-qnngan --show-labels --namespace ns-qhpix ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS greptime-qnngan ns-qhpix greptimedb WipeOut Running May 27,2025 12:30 UTC+0800 app.kubernetes.io/instance=greptime-qnngan,clusterdefinition.kubeblocks.io/name=greptimedb check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances greptime-qnngan --namespace ns-qhpix ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME greptime-qnngan-datanode-1 ns-qhpix greptime-qnngan datanode Running us-west-2a 200m / 200m 644245094400m / 644245094400m datanode:3Gi ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:59 UTC+0800 greptime-qnngan-datanode-2 ns-qhpix greptime-qnngan datanode Running us-west-2a 200m / 200m 644245094400m / 644245094400m datanode:3Gi ip-172-31-10-130.us-west-2.compute.internal/172.31.10.130 May 27,2025 12:58 UTC+0800 greptime-qnngan-etcd-0 ns-qhpix greptime-qnngan etcd Running follower us-west-2a 200m / 200m 644245094400m / 644245094400m data:5Gi ip-172-31-6-160.us-west-2.compute.internal/172.31.6.160 May 27,2025 12:55 UTC+0800 greptime-qnngan-etcd-1 ns-qhpix greptime-qnngan etcd Running leader us-west-2a 200m / 200m 644245094400m / 644245094400m data:5Gi ip-172-31-14-96.us-west-2.compute.internal/172.31.14.96 May 27,2025 12:54 UTC+0800 greptime-qnngan-etcd-2 ns-qhpix greptime-qnngan etcd Running follower us-west-2a 200m / 200m 644245094400m / 644245094400m data:5Gi ip-172-31-13-219.us-west-2.compute.internal/172.31.13.219 May 27,2025 12:57 UTC+0800 greptime-qnngan-frontend-0 ns-qhpix greptime-qnngan frontend Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-14-219.us-west-2.compute.internal/172.31.14.219 May 27,2025 12:54 UTC+0800 greptime-qnngan-meta-0 ns-qhpix greptime-qnngan meta Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-15-235.us-west-2.compute.internal/172.31.15.235 May 27,2025 12:48 UTC+0800 check pod status done check cluster connect `echo 'greptime cli attach --grpc-addr greptime-qnngan-frontend.ns-qhpix.svc.cluster.local:4001' | kubectl exec -it greptime-qnngan-frontend-0 --namespace ns-qhpix -- bash` check cluster connect done cluster list-logs `kbcli cluster list-logs greptime-qnngan --namespace ns-qhpix ` No log files found. Error from server (NotFound): pods "greptime-qnngan-datanode-1" not found cluster logs `kbcli cluster logs greptime-qnngan --tail 30 --namespace ns-qhpix ` Defaulted container "etcd" out of: etcd, kbagent, inject-bash (init), init-kbagent (init), kbagent-worker (init) ***"level":"info","ts":"2025-05-27T04:57:01.743425Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"f95c251b9c094efc is starting a new election at term 7"*** ***"level":"info","ts":"2025-05-27T04:57:01.743446Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"f95c251b9c094efc became candidate at term 8"*** ***"level":"info","ts":"2025-05-27T04:57:01.743468Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"f95c251b9c094efc received MsgVoteResp from f95c251b9c094efc at term 8"*** ***"level":"info","ts":"2025-05-27T04:57:01.743492Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"f95c251b9c094efc [logterm: 7, index: 81] sent MsgVote request to f34bc51d24a01ce at term 8"*** ***"level":"info","ts":"2025-05-27T04:57:01.743505Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"f95c251b9c094efc [logterm: 7, index: 81] sent MsgVote request to d3c23187ad377f0b at term 8"*** ***"level":"info","ts":"2025-05-27T04:57:01.743542Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: f95c251b9c094efc lost leader d3c23187ad377f0b at term 8"*** ***"level":"info","ts":"2025-05-27T04:57:01.746140Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"f95c251b9c094efc received MsgVoteResp from f34bc51d24a01ce at term 8"*** ***"level":"info","ts":"2025-05-27T04:57:01.746177Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"f95c251b9c094efc has received 2 MsgVoteResp votes and 0 vote rejections"*** ***"level":"info","ts":"2025-05-27T04:57:01.746198Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"f95c251b9c094efc became leader at term 8"*** ***"level":"info","ts":"2025-05-27T04:57:01.746212Z","logger":"raft","caller":"etcdserver/zap_raft.go:77","msg":"raft.node: f95c251b9c094efc elected leader f95c251b9c094efc at term 8"*** ***"level":"warn","ts":"2025-05-27T04:57:01.847022Z","caller":"rafthttp/stream.go:421","msg":"lost TCP streaming connection with remote peer","stream-reader-type":"stream MsgApp v2","local-member-id":"f95c251b9c094efc","remote-peer-id":"d3c23187ad377f0b","error":"EOF"*** ***"level":"warn","ts":"2025-05-27T04:57:01.847050Z","caller":"rafthttp/stream.go:421","msg":"lost TCP streaming connection with remote peer","stream-reader-type":"stream Message","local-member-id":"f95c251b9c094efc","remote-peer-id":"d3c23187ad377f0b","error":"EOF"*** ***"level":"warn","ts":"2025-05-27T04:57:01.849429Z","caller":"rafthttp/peer_status.go:66","msg":"peer became inactive (message send to peer failed)","peer-id":"d3c23187ad377f0b","error":"failed to dial d3c23187ad377f0b on stream Message (peer d3c23187ad377f0b failed to find local node f95c251b9c094efc)"*** ***"level":"warn","ts":"2025-05-27T04:57:02.151789Z","caller":"rafthttp/stream.go:223","msg":"lost TCP streaming connection with remote peer","stream-writer-type":"stream Message","local-member-id":"f95c251b9c094efc","remote-peer-id":"d3c23187ad377f0b"*** ***"level":"warn","ts":"2025-05-27T04:57:05.718760Z","caller":"rafthttp/stream.go:194","msg":"lost TCP streaming connection with remote peer","stream-writer-type":"stream MsgApp v2","local-member-id":"f95c251b9c094efc","remote-peer-id":"d3c23187ad377f0b"*** ***"level":"warn","ts":"2025-05-27T04:57:07.754065Z","caller":"etcdserver/cluster_util.go:294","msg":"failed to reach the peer URL","address":"http://greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local:2380/version","remote-member-id":"d3c23187ad377f0b","error":"Get \"http://greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local:2380/version\": dial tcp 172.31.3.97:2380: i/o timeout"*** ***"level":"warn","ts":"2025-05-27T04:57:07.754207Z","caller":"etcdserver/cluster_util.go:158","msg":"failed to get version","remote-member-id":"d3c23187ad377f0b","error":"Get \"http://greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local:2380/version\": dial tcp 172.31.3.97:2380: i/o timeout"*** ***"level":"warn","ts":"2025-05-27T04:57:11.759657Z","caller":"etcdserver/cluster_util.go:294","msg":"failed to reach the peer URL","address":"http://greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local:2380/version","remote-member-id":"d3c23187ad377f0b","error":"Get \"http://greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local:2380/version\": dial tcp: lookup greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local on 10.100.0.10:53: no such host"*** ***"level":"warn","ts":"2025-05-27T04:57:11.759723Z","caller":"etcdserver/cluster_util.go:158","msg":"failed to get version","remote-member-id":"d3c23187ad377f0b","error":"Get \"http://greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local:2380/version\": dial tcp: lookup greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local on 10.100.0.10:53: no such host"*** ***"level":"warn","ts":"2025-05-27T04:57:14.149156Z","caller":"rafthttp/probing_status.go:68","msg":"prober detected unhealthy status","round-tripper-name":"ROUND_TRIPPER_SNAPSHOT","remote-peer-id":"d3c23187ad377f0b","rtt":"946.986µs","error":"dial tcp: lookup greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local on 10.100.0.10:53: no such host"*** ***"level":"warn","ts":"2025-05-27T04:57:14.150362Z","caller":"rafthttp/probing_status.go:68","msg":"prober detected unhealthy status","round-tripper-name":"ROUND_TRIPPER_RAFT_MESSAGE","remote-peer-id":"d3c23187ad377f0b","rtt":"2.087461ms","error":"dial tcp: lookup greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local on 10.100.0.10:53: no such host"*** ***"level":"warn","ts":"2025-05-27T04:57:15.764922Z","caller":"etcdserver/cluster_util.go:294","msg":"failed to reach the peer URL","address":"http://greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local:2380/version","remote-member-id":"d3c23187ad377f0b","error":"Get \"http://greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local:2380/version\": dial tcp 172.31.11.139:2380: connect: connection refused"*** ***"level":"warn","ts":"2025-05-27T04:57:15.765343Z","caller":"etcdserver/cluster_util.go:158","msg":"failed to get version","remote-member-id":"d3c23187ad377f0b","error":"Get \"http://greptime-qnngan-etcd-2.greptime-qnngan-etcd-headless.ns-qhpix.svc.cluster.local:2380/version\": dial tcp 172.31.11.139:2380: connect: connection refused"*** ***"level":"info","ts":"2025-05-27T04:57:17.554384Z","caller":"rafthttp/peer_status.go:53","msg":"peer became active","peer-id":"d3c23187ad377f0b"*** ***"level":"info","ts":"2025-05-27T04:57:17.554490Z","caller":"rafthttp/stream.go:412","msg":"established TCP streaming connection with remote peer","stream-reader-type":"stream Message","local-member-id":"f95c251b9c094efc","remote-peer-id":"d3c23187ad377f0b"*** ***"level":"info","ts":"2025-05-27T04:57:17.554525Z","caller":"rafthttp/stream.go:412","msg":"established TCP streaming connection with remote peer","stream-reader-type":"stream MsgApp v2","local-member-id":"f95c251b9c094efc","remote-peer-id":"d3c23187ad377f0b"*** ***"level":"info","ts":"2025-05-27T04:57:17.556955Z","caller":"rafthttp/stream.go:249","msg":"set message encoder","from":"f95c251b9c094efc","to":"d3c23187ad377f0b","stream-type":"stream Message"*** ***"level":"info","ts":"2025-05-27T04:57:17.557088Z","caller":"rafthttp/stream.go:274","msg":"established TCP streaming connection with remote peer","stream-writer-type":"stream Message","local-member-id":"f95c251b9c094efc","remote-peer-id":"d3c23187ad377f0b"*** ***"level":"info","ts":"2025-05-27T04:57:17.557659Z","caller":"rafthttp/stream.go:249","msg":"set message encoder","from":"f95c251b9c094efc","to":"d3c23187ad377f0b","stream-type":"stream MsgApp v2"*** ***"level":"info","ts":"2025-05-27T04:57:17.557745Z","caller":"rafthttp/stream.go:274","msg":"established TCP streaming connection with remote peer","stream-writer-type":"stream MsgApp v2","local-member-id":"f95c251b9c094efc","remote-peer-id":"d3c23187ad377f0b"*** delete cluster greptime-qnngan `kbcli cluster delete greptime-qnngan --auto-approve --namespace ns-qhpix ` Cluster greptime-qnngan deleted pod_info:greptime-qnngan-datanode-1 1/1 Running 0 46s greptime-qnngan-datanode-2 1/1 Terminating 0 93s greptime-qnngan-etcd-0 2/2 Running 0 4m36s greptime-qnngan-etcd-1 2/2 Running 0 6m6s greptime-qnngan-etcd-2 2/2 Running 0 3m13s greptime-qnngan-frontend-0 1/1 Terminating 0 5m57s greptime-qnngan-meta-0 1/1 Terminating 0 12m No resources found in ns-qhpix namespace. delete cluster pod done No resources found in ns-qhpix namespace. check cluster resource non-exist OK: pvc No resources found in ns-qhpix namespace. delete cluster done No resources found in ns-qhpix namespace. No resources found in ns-qhpix namespace. No resources found in ns-qhpix namespace. Greptimedb Test Suite All Done! --------------------------------------Greptimedb (Topology = default Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=greptimedb-datanode-1.0.0-alpha.0;ComponentVersion=greptimedb;ServiceVersion=0.3.2;]|[Description=Create a cluster with the specified component definition greptimedb-datanode-1.0.0-alpha.0 and component version greptimedb and service version 0.3.2] [PASSED]|[Connect]|[ComponentName=datanode]|[Description=Connect to the cluster] [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=frontend,etcd]|[Description=Restart the cluster specify component frontend,etcd] [PASSED]|[-]|[Hscale Offline Instances Component frontend]|[Description=-] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[VerticalScaling]|[ComponentName=meta]|[Description=VerticalScaling the cluster specify component meta] [PASSED]|[Restart]|[ComponentName=datanode]|[Description=Restart the cluster specify component datanode] [PASSED]|[Restart]|[ComponentName=meta]|[Description=Restart the cluster specify component meta] [PASSED]|[VolumeExpansion]|[ComponentName=etcd]|[Description=VolumeExpansion the cluster specify component etcd] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[VolumeExpansion]|[ComponentName=datanode;ComponentVolume=datanode]|[Description=VolumeExpansion the cluster specify component datanode and volume datanode] [PASSED]|[VerticalScaling]|[ComponentName=frontend,etcd]|[Description=VerticalScaling the cluster specify component frontend,etcd] [PASSED]|[VerticalScaling]|[ComponentName=datanode]|[Description=VerticalScaling the cluster specify component datanode] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]