source commons files source engines files source kubeblocks files `kubectl get namespace | grep ns-azjvt ` `kubectl create namespace ns-azjvt` namespace/ns-azjvt created create namespace ns-azjvt 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 112M 0 --:--:-- --:--:-- --:--:-- 112M kbcli installed successfully. Kubernetes: v1.32.5-eks-5d4a308 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.5-eks-5d4a308 KubeBlocks: 1.0.0 kbcli: 1.0.0 Kubernetes Env: v1.32.5-eks-5d4a308 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 create etcd cluster etcdr-nxwoge check component definition set component name:etcd set etcd component definition set etcd component definition etcd-3-1.0.0-alpha.0 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 No resources found in ns-azjvt namespace. create 3 replica WipeOut etcd cluster check component definition set component definition by component version no component definitions found apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: etcdr-nxwoge namespace: ns-azjvt spec: terminationPolicy: WipeOut componentSpecs: - name: etcd componentDef: etcd-3-1.0.0-alpha.0 tls: false 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_etcdr-nxwoge.yaml` cluster.apps.kubeblocks.io/etcdr-nxwoge created apply test_create_etcdr-nxwoge.yaml Success `rm -rf test_create_etcdr-nxwoge.yaml` check cluster status `kbcli cluster list etcdr-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS etcdr-nxwoge ns-azjvt WipeOut Creating May 28,2025 11:34 UTC+0800 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 etcdr-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME etcdr-nxwoge-etcd-0 ns-azjvt etcdr-nxwoge etcd Running leader us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-2-135.us-west-2.compute.internal/172.31.2.135 May 28,2025 11:34 UTC+0800 etcdr-nxwoge-etcd-1 ns-azjvt etcdr-nxwoge etcd Running follower us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:34 UTC+0800 etcdr-nxwoge-etcd-2 ns-azjvt etcdr-nxwoge etcd Running follower us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:35 UTC+0800 check pod status done check cluster role check cluster role done leader: etcdr-nxwoge-etcd-0;follower: etcdr-nxwoge-etcd-1 etcdr-nxwoge-etcd-2 connect unsupported engine type: etcd etcd-3-1.0.0-alpha.0 `kubectl get secrets -l app.kubernetes.io/instance=etcdr-nxwoge` No resources found in ns-azjvt namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:;DB_DATABASE: There is no password in Type: 15. apiVersion: v1 kind: Service metadata: name: etcdr-nxwoge-etcd namespace: ns-azjvt spec: internalTrafficPolicy: Cluster ipFamilies: - IPv4 ipFamilyPolicy: SingleStack ports: - port: 2379 targetPort: 2379 protocol: TCP selector: app.kubernetes.io/managed-by: kubeblocks app.kubernetes.io/instance: etcdr-nxwoge apps.kubeblocks.io/component-name: etcd kubeblocks.io/role: leader sessionAffinity: None type: ClusterIP `kubectl apply -f etcdr-nxwoge-etcd.yaml` service/etcdr-nxwoge-etcd created apply etcdr-nxwoge-etcd.yaml Success `rm -rf etcdr-nxwoge-etcd.yaml` set cluster reference endpoint SERVICE_CLUSTER_ENDPOINT:etcdr-nxwoge-etcd.ns-azjvt.svc.cluster.local:2379 check component definition set component name:frontend set component version set component version:risingwave-compactor set service versions:v1.0.0 set service versions sorted:v1.0.0 set risingwave component definition set risingwave component definition risingwave-compute-1.0.0-alpha.0 KUBEBLOCKS NAMESPACE:kb-adfzq get kubeblocks namespace done `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-adfzq -o jsonpath="***.items[0].data.root-user***"` `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-adfzq -o jsonpath="***.items[0].data.root-password***"` minio_user:kbclitest,minio_password:kbclitest,minio_endpoint:kbcli-test-minio.kb-adfzq.svc.cluster.local:9000 list minio bucket kbcli-test `echo 'mc config host add minioserver http://kbcli-test-minio.kb-adfzq.svc.cluster.local:9000 kbclitest kbclitest;mc ls minioserver' | kubectl exec -it kbcli-test-minio-5bc99b9748-kkv86 --namespace kb-adfzq -- bash` Unable to use a TTY - input is not a terminal or the right kind of file list minio bucket done set replicas first:2,v1.0.0 set replicas third:2,v1.0.0 set replicas fourth:2,v1.0.0 set minimum cmpv service version set minimum cmpv service version replicas:2,v1.0.0 REPORT_COUNT:1 CLUSTER_TOPOLOGY: set cluster topology: cluster set risingwave component definition set risingwave component definition risingwave-frontend-1.0.0-alpha.0 LIMIT_CPU:0.1 LIMIT_MEMORY:1 storage size: 1 No resources found in ns-azjvt namespace. termination_policy:DoNotTerminate create 2 replica DoNotTerminate risingwave cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: risingwave-compactor-1.0.0-alpha.0 by component version:risingwave-compactor `kubectl apply -f test_create_risingw-nxwoge.yaml` cluster.apps.kubeblocks.io/risingw-nxwoge created apply test_create_risingw-nxwoge.yaml Success `rm -rf test_create_risingw-nxwoge.yaml` check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Creating May 28,2025 11:37 UTC+0800 clusterdefinition.kubeblocks.io/name=risingwave cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:39 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:39 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:37 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:39 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:41 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:38 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 `kubectl get secrets -l app.kubernetes.io/instance=risingw-nxwoge` No resources found in ns-azjvt namespace. Not found cluster secret DB_USERNAME:root;DB_PASSWORD:;DB_PORT:4567;DB_DATABASE: There is no password in Type: 13. describe cluster `kbcli cluster describe risingw-nxwoge --namespace ns-azjvt ` Name: risingw-nxwoge Created Time: May 28,2025 11:37 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-azjvt risingwave cluster Updating DoNotTerminate Endpoints: COMPONENT INTERNAL EXTERNAL meta risingw-nxwoge-meta.ns-azjvt.svc.cluster.local:5690 risingw-nxwoge-meta.ns-azjvt.svc.cluster.local:5691 risingw-nxwoge-meta.ns-azjvt.svc.cluster.local:1250 compactor risingw-nxwoge-compactor.ns-azjvt.svc.cluster.local:6660 risingw-nxwoge-compactor.ns-azjvt.svc.cluster.local:1260 compute risingw-nxwoge-compute.ns-azjvt.svc.cluster.local:5688 risingw-nxwoge-compute.ns-azjvt.svc.cluster.local:1222 connector risingw-nxwoge-connector.ns-azjvt.svc.cluster.local:50051 risingw-nxwoge-connector.ns-azjvt.svc.cluster.local:50052 frontend risingw-nxwoge-frontend.ns-azjvt.svc.cluster.local:4567 risingw-nxwoge-frontend.ns-azjvt.svc.cluster.local:8080 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME compactor v1.0.0 risingw-nxwoge-compactor-0 Running us-west-2a ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:39 UTC+0800 compute v1.0.0 risingw-nxwoge-compute-0 Running us-west-2a ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:39 UTC+0800 connector v1.0.0 risingw-nxwoge-connector-0 Running us-west-2a ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:37 UTC+0800 frontend v1.0.0 risingw-nxwoge-frontend-0 Running us-west-2a ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:39 UTC+0800 frontend v1.0.0 risingw-nxwoge-frontend-1 Running us-west-2a ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:41 UTC+0800 meta v1.0.0 risingw-nxwoge-meta-0 Running us-west-2a ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:38 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS meta 100m / 100m 1Gi / 1Gi compactor 100m / 100m 1Gi / 1Gi compute 100m / 100m 1Gi / 1Gi connector 100m / 100m 1Gi / 1Gi frontend 100m / 100m 1Gi / 1Gi Images: COMPONENT COMPONENT-DEFINITION IMAGE meta risingwave-meta-1.0.0-alpha.0 docker.io/apecloud/risingwave:v1.0.0 compactor risingwave-compactor-1.0.0-alpha.0 docker.io/apecloud/risingwave:v1.0.0 compute risingwave-compute-1.0.0-alpha.0 docker.io/apecloud/risingwave:v1.0.0 connector risingwave-connector-1.0.0-alpha.0 docker.io/apecloud/risingwave:v1.0.0 frontend risingwave-frontend-1.0.0-alpha.0 docker.io/apecloud/risingwave:v1.0.0 Show cluster events: kbcli cluster list-events -n ns-azjvt risingw-nxwoge `kbcli cluster label risingw-nxwoge app.kubernetes.io/instance- --namespace ns-azjvt ` label "app.kubernetes.io/instance" not found. `kbcli cluster label risingw-nxwoge app.kubernetes.io/instance=risingw-nxwoge --namespace ns-azjvt ` `kbcli cluster label risingw-nxwoge --list --namespace ns-azjvt ` NAME NAMESPACE LABELS risingw-nxwoge ns-azjvt app.kubernetes.io/instance=risingw-nxwoge clusterdefinition.kubeblocks.io/name=risingwave label cluster app.kubernetes.io/instance=risingw-nxwoge Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=risingw-nxwoge --namespace ns-azjvt ` `kbcli cluster label risingw-nxwoge --list --namespace ns-azjvt ` NAME NAMESPACE LABELS risingw-nxwoge ns-azjvt app.kubernetes.io/instance=risingw-nxwoge case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=risingwave label cluster case.name=kbcli.test1 Success `kbcli cluster label risingw-nxwoge case.name=kbcli.test2 --overwrite --namespace ns-azjvt ` `kbcli cluster label risingw-nxwoge --list --namespace ns-azjvt ` NAME NAMESPACE LABELS risingw-nxwoge ns-azjvt app.kubernetes.io/instance=risingw-nxwoge case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=risingwave label cluster case.name=kbcli.test2 Success `kbcli cluster label risingw-nxwoge case.name- --namespace ns-azjvt ` `kbcli cluster label risingw-nxwoge --list --namespace ns-azjvt ` NAME NAMESPACE LABELS risingw-nxwoge ns-azjvt app.kubernetes.io/instance=risingw-nxwoge clusterdefinition.kubeblocks.io/name=risingwave delete cluster label case.name Success cluster connect create psql-client pod risingw-nxwoge-psql-client `kubectl run --namespace ns-azjvt risingw-nxwoge-psql-client --restart='Never' --image docker.io/apecloud/psql:latest --command -- sleep infinity` pod/risingw-nxwoge-psql-client created check pod status pod_status:NAME READY STATUS RESTARTS AGE risingw-nxwoge-psql-client 0/1 ContainerCreating 0 1s check pod risingw-nxwoge-psql-client status done `kubectl wait --for=condition=Ready pod risingw-nxwoge-psql-client --namespace ns-azjvt` pod/risingw-nxwoge-psql-client condition met pod_status:NAME READY STATUS RESTARTS AGE risingw-nxwoge-psql-client 1/1 Running 0 6s `kubectl get secrets -l app.kubernetes.io/instance=risingw-nxwoge` No resources found in ns-azjvt namespace. Not found cluster secret DB_USERNAME:root;DB_PASSWORD:;DB_PORT:4567;DB_DATABASE: `echo "echo 'select * from rw_catalog.rw_worker_nodes;create database if not exists benchtest;' | psql -h risingw-nxwoge-frontend.ns-azjvt.svc.cluster.local -p 4567 -d dev -U root" | kubectl exec -it risingw-nxwoge-psql-client --namespace ns-azjvt -- sh ` Unable to use a TTY - input is not a terminal or the right kind of file id | host | port | type | state | parallelism | is_streaming | is_serving | is_unschedulable ----+-------------------------------------------------------------------------------------+------+--------------+---------+-------------+--------------+------------+------------------ 2 | risingw-nxwoge-compute-0.risingw-nxwoge-compute-headless.ns-azjvt.svc.cluster.local | 5688 | COMPUTE_NODE | RUNNING | 1 | t | t | f (1 row) CREATE_DATABASE connect cluster Success `kubectl delete pod risingw-nxwoge-psql-client --force --namespace ns-azjvt ` Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. pod "risingw-nxwoge-psql-client" force deleted check component compute exists `kubectl get components -l app.kubernetes.io/instance=risingw-nxwoge,apps.kubeblocks.io/component-name=compute --namespace ns-azjvt | (grep "compute" || true )` cluster compute scale-out check cluster status before ops cluster_status:Updating check cluster status done cluster_status:Running No resources found in risingw-nxwoge namespace. `kbcli cluster scale-out risingw-nxwoge --auto-approve --force=true --components compute --replicas 1 --namespace ns-azjvt ` OpsRequest risingw-nxwoge-horizontalscaling-h48b6 created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-horizontalscaling-h48b6 -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-horizontalscaling-h48b6 ns-azjvt HorizontalScaling risingw-nxwoge compute Running 0/1 May 28,2025 11:42 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Running May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:39 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:39 UTC+0800 risingw-nxwoge-compute-1 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:42 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:37 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:39 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:41 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:38 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 No resources found in risingw-nxwoge namespace. check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-horizontalscaling-h48b6 ns-azjvt HorizontalScaling risingw-nxwoge compute Succeed 1/1 May 28,2025 11:42 UTC+0800 check ops status done ops_status:risingw-nxwoge-horizontalscaling-h48b6 ns-azjvt HorizontalScaling risingw-nxwoge compute Succeed 1/1 May 28,2025 11:42 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-horizontalscaling-h48b6 --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-horizontalscaling-h48b6 patched `kbcli cluster delete-ops --name risingw-nxwoge-horizontalscaling-h48b6 --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-horizontalscaling-h48b6 deleted check component compute exists `kubectl get components -l app.kubernetes.io/instance=risingw-nxwoge,apps.kubeblocks.io/component-name=compute --namespace ns-azjvt | (grep "compute" || true )` cluster compute scale-in check cluster status before ops check cluster status done cluster_status:Running No resources found in risingw-nxwoge namespace. `kbcli cluster scale-in risingw-nxwoge --auto-approve --force=true --components compute --replicas 1 --namespace ns-azjvt ` OpsRequest risingw-nxwoge-horizontalscaling-2n62m created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-horizontalscaling-2n62m -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-horizontalscaling-2n62m ns-azjvt HorizontalScaling risingw-nxwoge compute Running 0/1 May 28,2025 11:43 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Updating May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:39 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:39 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:37 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:39 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:41 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:38 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 No resources found in risingw-nxwoge namespace. check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-horizontalscaling-2n62m ns-azjvt HorizontalScaling risingw-nxwoge compute Succeed 1/1 May 28,2025 11:43 UTC+0800 check ops status done ops_status:risingw-nxwoge-horizontalscaling-2n62m ns-azjvt HorizontalScaling risingw-nxwoge compute Succeed 1/1 May 28,2025 11:43 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-horizontalscaling-2n62m --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-horizontalscaling-2n62m patched `kbcli cluster delete-ops --name risingw-nxwoge-horizontalscaling-2n62m --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-horizontalscaling-2n62m deleted check component meta exists `kubectl get components -l app.kubernetes.io/instance=risingw-nxwoge,apps.kubeblocks.io/component-name=meta --namespace ns-azjvt | (grep "meta" || true )` check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale risingw-nxwoge --auto-approve --force=true --components meta --cpu 200m --memory 1.1Gi --namespace ns-azjvt ` OpsRequest risingw-nxwoge-verticalscaling-tjcfj created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-verticalscaling-tjcfj -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-verticalscaling-tjcfj ns-azjvt VerticalScaling risingw-nxwoge meta Running 0/1 May 28,2025 11:44 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Updating May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:39 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:39 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:37 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:39 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:41 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:44 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-verticalscaling-tjcfj ns-azjvt VerticalScaling risingw-nxwoge meta Succeed 1/1 May 28,2025 11:44 UTC+0800 check ops status done ops_status:risingw-nxwoge-verticalscaling-tjcfj ns-azjvt VerticalScaling risingw-nxwoge meta Succeed 1/1 May 28,2025 11:44 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-verticalscaling-tjcfj --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-verticalscaling-tjcfj patched `kbcli cluster delete-ops --name risingw-nxwoge-verticalscaling-tjcfj --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-verticalscaling-tjcfj deleted cluster frontend scale-out check cluster status before ops check cluster status done cluster_status:Running No resources found in risingw-nxwoge namespace. `kbcli cluster scale-out risingw-nxwoge --auto-approve --force=true --components frontend --replicas 1 --namespace ns-azjvt ` OpsRequest risingw-nxwoge-horizontalscaling-d79t7 created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-horizontalscaling-d79t7 -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-horizontalscaling-d79t7 ns-azjvt HorizontalScaling risingw-nxwoge frontend Running 0/1 May 28,2025 11:46 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Updating May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:39 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:39 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:37 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:39 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:41 UTC+0800 risingw-nxwoge-frontend-2 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:46 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:44 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 No resources found in risingw-nxwoge namespace. check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-horizontalscaling-d79t7 ns-azjvt HorizontalScaling risingw-nxwoge frontend Succeed 1/1 May 28,2025 11:46 UTC+0800 check ops status done ops_status:risingw-nxwoge-horizontalscaling-d79t7 ns-azjvt HorizontalScaling risingw-nxwoge frontend Succeed 1/1 May 28,2025 11:46 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-horizontalscaling-d79t7 --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-horizontalscaling-d79t7 patched `kbcli cluster delete-ops --name risingw-nxwoge-horizontalscaling-d79t7 --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-horizontalscaling-d79t7 deleted cluster frontend scale-in check cluster status before ops cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. pod "risingw-nxwoge-connector-0" force deleted 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 No resources found in risingw-nxwoge namespace. `kbcli cluster scale-in risingw-nxwoge --auto-approve --force=true --components frontend --replicas 1 --namespace ns-azjvt ` OpsRequest risingw-nxwoge-horizontalscaling-7rwpm created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-horizontalscaling-7rwpm -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-horizontalscaling-7rwpm ns-azjvt HorizontalScaling risingw-nxwoge frontend Running 0/1 May 28,2025 11:53 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Updating May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:39 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:39 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:52 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:39 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:41 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:44 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 No resources found in risingw-nxwoge namespace. check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-horizontalscaling-7rwpm ns-azjvt HorizontalScaling risingw-nxwoge frontend Succeed 1/1 May 28,2025 11:53 UTC+0800 check ops status done ops_status:risingw-nxwoge-horizontalscaling-7rwpm ns-azjvt HorizontalScaling risingw-nxwoge frontend Succeed 1/1 May 28,2025 11:53 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-horizontalscaling-7rwpm --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-horizontalscaling-7rwpm patched `kbcli cluster delete-ops --name risingw-nxwoge-horizontalscaling-7rwpm --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-horizontalscaling-7rwpm deleted check component frontend exists `kubectl get components -l app.kubernetes.io/instance=risingw-nxwoge,apps.kubeblocks.io/component-name=frontend --namespace ns-azjvt | (grep "frontend" || true )` check component compute exists `kubectl get components -l app.kubernetes.io/instance=risingw-nxwoge,apps.kubeblocks.io/component-name=compute --namespace ns-azjvt | (grep "compute" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart risingw-nxwoge --auto-approve --force=true --components frontend,compute --namespace ns-azjvt ` OpsRequest risingw-nxwoge-restart-snhks created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-restart-snhks -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-restart-snhks ns-azjvt Restart risingw-nxwoge frontend,compute Running 0/3 May 28,2025 11:54 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Updating May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:39 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:55 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:52 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:56 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:55 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:44 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-restart-snhks ns-azjvt Restart risingw-nxwoge frontend,compute Succeed 3/3 May 28,2025 11:54 UTC+0800 check ops status done ops_status:risingw-nxwoge-restart-snhks ns-azjvt Restart risingw-nxwoge frontend,compute Succeed 3/3 May 28,2025 11:54 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-restart-snhks --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-restart-snhks patched `kbcli cluster delete-ops --name risingw-nxwoge-restart-snhks --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-restart-snhks deleted cluster restart check cluster status before ops 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 `kbcli cluster restart risingw-nxwoge --auto-approve --force=true --namespace ns-azjvt ` OpsRequest risingw-nxwoge-restart-4gnzx created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-restart-4gnzx -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-restart-4gnzx ns-azjvt Restart risingw-nxwoge meta,compactor,compute,connector,frontend Running 0/6 May 28,2025 11:57 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Updating May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:58 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:58 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:58 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:58 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:58 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:58 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-restart-4gnzx ns-azjvt Restart risingw-nxwoge meta,compactor,compute,connector,frontend Succeed 6/6 May 28,2025 11:57 UTC+0800 check ops status done ops_status:risingw-nxwoge-restart-4gnzx ns-azjvt Restart risingw-nxwoge meta,compactor,compute,connector,frontend Succeed 6/6 May 28,2025 11:57 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-restart-4gnzx --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-restart-4gnzx patched `kbcli cluster delete-ops --name risingw-nxwoge-restart-4gnzx --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-restart-4gnzx deleted check component meta exists `kubectl get components -l app.kubernetes.io/instance=risingw-nxwoge,apps.kubeblocks.io/component-name=meta --namespace ns-azjvt | (grep "meta" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart risingw-nxwoge --auto-approve --force=true --components meta --namespace ns-azjvt ` OpsRequest risingw-nxwoge-restart-pjk47 created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-restart-pjk47 -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-restart-pjk47 ns-azjvt Restart risingw-nxwoge meta Running 0/1 May 28,2025 11:59 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Updating May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:58 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:58 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:58 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:58 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:58 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:59 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-restart-pjk47 ns-azjvt Restart risingw-nxwoge meta Succeed 1/1 May 28,2025 11:59 UTC+0800 check ops status done ops_status:risingw-nxwoge-restart-pjk47 ns-azjvt Restart risingw-nxwoge meta Succeed 1/1 May 28,2025 11:59 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-restart-pjk47 --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-restart-pjk47 patched `kbcli cluster delete-ops --name risingw-nxwoge-restart-pjk47 --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-restart-pjk47 deleted check component compactor exists `kubectl get components -l app.kubernetes.io/instance=risingw-nxwoge,apps.kubeblocks.io/component-name=compactor --namespace ns-azjvt | (grep "compactor" || true )` check component connector exists `kubectl get components -l app.kubernetes.io/instance=risingw-nxwoge,apps.kubeblocks.io/component-name=connector --namespace ns-azjvt | (grep "connector" || true )` cluster restart check cluster status before ops 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 `kbcli cluster restart risingw-nxwoge --auto-approve --force=true --components compactor,connector --namespace ns-azjvt ` OpsRequest risingw-nxwoge-restart-5crr7 created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-restart-5crr7 -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-restart-5crr7 ns-azjvt Restart risingw-nxwoge compactor,connector Running 0/2 May 28,2025 12:01 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Updating May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 12:01 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:58 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 12:02 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:58 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:58 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:59 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-restart-5crr7 ns-azjvt Restart risingw-nxwoge compactor,connector Succeed 2/2 May 28,2025 12:01 UTC+0800 check ops status done ops_status:risingw-nxwoge-restart-5crr7 ns-azjvt Restart risingw-nxwoge compactor,connector Succeed 2/2 May 28,2025 12:01 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-restart-5crr7 --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-restart-5crr7 patched `kbcli cluster delete-ops --name risingw-nxwoge-restart-5crr7 --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-restart-5crr7 deleted check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale risingw-nxwoge --auto-approve --force=true --components frontend --cpu 200m --memory 1.1Gi --namespace ns-azjvt ` OpsRequest risingw-nxwoge-verticalscaling-n2mjw created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-verticalscaling-n2mjw -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-verticalscaling-n2mjw ns-azjvt VerticalScaling risingw-nxwoge frontend Running 0/2 May 28,2025 12:02 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Updating May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 12:01 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:58 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 12:02 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 12:04 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 12:03 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:59 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-verticalscaling-n2mjw ns-azjvt VerticalScaling risingw-nxwoge frontend Succeed 2/2 May 28,2025 12:02 UTC+0800 check ops status done ops_status:risingw-nxwoge-verticalscaling-n2mjw ns-azjvt VerticalScaling risingw-nxwoge frontend Succeed 2/2 May 28,2025 12:02 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-verticalscaling-n2mjw --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-verticalscaling-n2mjw patched `kbcli cluster delete-ops --name risingw-nxwoge-verticalscaling-n2mjw --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-verticalscaling-n2mjw deleted cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop risingw-nxwoge --auto-approve --force=true --namespace ns-azjvt ` OpsRequest risingw-nxwoge-stop-l2lcb created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-stop-l2lcb -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-stop-l2lcb ns-azjvt Stop risingw-nxwoge compactor,compute,connector,frontend,meta Running 0/6 May 28,2025 12:04 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Stopping May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping 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 risingw-nxwoge --namespace ns-azjvt ` 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 risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-stop-l2lcb ns-azjvt Stop risingw-nxwoge compactor,compute,connector,frontend,meta Succeed 6/6 May 28,2025 12:04 UTC+0800 check ops status done ops_status:risingw-nxwoge-stop-l2lcb ns-azjvt Stop risingw-nxwoge compactor,compute,connector,frontend,meta Succeed 6/6 May 28,2025 12:04 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-stop-l2lcb --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-stop-l2lcb patched `kbcli cluster delete-ops --name risingw-nxwoge-stop-l2lcb --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-stop-l2lcb deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start risingw-nxwoge --force=true --namespace ns-azjvt ` OpsRequest risingw-nxwoge-start-88hzk created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-start-88hzk -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-start-88hzk ns-azjvt Start risingw-nxwoge compactor,compute,connector,frontend,meta Running 0/6 May 28,2025 12:06 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Updating May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 12:06 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 12:06 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 12:06 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 12:06 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 12:06 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 12:06 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-start-88hzk ns-azjvt Start risingw-nxwoge compactor,compute,connector,frontend,meta Succeed 6/6 May 28,2025 12:06 UTC+0800 check ops status done ops_status:risingw-nxwoge-start-88hzk ns-azjvt Start risingw-nxwoge compactor,compute,connector,frontend,meta Succeed 6/6 May 28,2025 12:06 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-start-88hzk --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-start-88hzk patched `kbcli cluster delete-ops --name risingw-nxwoge-start-88hzk --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-start-88hzk deleted check component compactor exists `kubectl get components -l app.kubernetes.io/instance=risingw-nxwoge,apps.kubeblocks.io/component-name=compactor --namespace ns-azjvt | (grep "compactor" || true )` check component connector exists `kubectl get components -l app.kubernetes.io/instance=risingw-nxwoge,apps.kubeblocks.io/component-name=connector --namespace ns-azjvt | (grep "connector" || true )` check cluster status before ops 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 `kbcli cluster vscale risingw-nxwoge --auto-approve --force=true --components compactor,connector --cpu 200m --memory 1.1Gi --namespace ns-azjvt ` OpsRequest risingw-nxwoge-verticalscaling-22zkw created successfully, you can view the progress: kbcli cluster describe-ops risingw-nxwoge-verticalscaling-22zkw -n ns-azjvt check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-verticalscaling-22zkw ns-azjvt VerticalScaling risingw-nxwoge compactor,connector Running 0/2 May 28,2025 12:08 UTC+0800 check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave DoNotTerminate Updating May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave 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 risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 12:08 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 12:06 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 12:08 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 12:06 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 12:06 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 12:06 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 check ops status `kbcli cluster list-ops risingw-nxwoge --status all --namespace ns-azjvt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME risingw-nxwoge-verticalscaling-22zkw ns-azjvt VerticalScaling risingw-nxwoge compactor,connector Succeed 2/2 May 28,2025 12:08 UTC+0800 check ops status done ops_status:risingw-nxwoge-verticalscaling-22zkw ns-azjvt VerticalScaling risingw-nxwoge compactor,connector Succeed 2/2 May 28,2025 12:08 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations risingw-nxwoge-verticalscaling-22zkw --namespace ns-azjvt ` opsrequest.operations.kubeblocks.io/risingw-nxwoge-verticalscaling-22zkw patched `kbcli cluster delete-ops --name risingw-nxwoge-verticalscaling-22zkw --force --auto-approve --namespace ns-azjvt ` OpsRequest risingw-nxwoge-verticalscaling-22zkw deleted cluster update terminationPolicy WipeOut `kbcli cluster update risingw-nxwoge --termination-policy=WipeOut --namespace ns-azjvt ` cluster.apps.kubeblocks.io/risingw-nxwoge updated check cluster status `kbcli cluster list risingw-nxwoge --show-labels --namespace ns-azjvt ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS risingw-nxwoge ns-azjvt risingwave WipeOut Running May 28,2025 11:37 UTC+0800 app.kubernetes.io/instance=risingw-nxwoge,clusterdefinition.kubeblocks.io/name=risingwave check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances risingw-nxwoge --namespace ns-azjvt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME risingw-nxwoge-compactor-0 ns-azjvt risingw-nxwoge compactor Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 12:08 UTC+0800 risingw-nxwoge-compute-0 ns-azjvt risingw-nxwoge compute Running us-west-2a 100m / 100m 1Gi / 1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 12:06 UTC+0800 risingw-nxwoge-connector-0 ns-azjvt risingw-nxwoge connector Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 12:08 UTC+0800 risingw-nxwoge-frontend-0 ns-azjvt risingw-nxwoge frontend Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 12:06 UTC+0800 risingw-nxwoge-frontend-1 ns-azjvt risingw-nxwoge frontend Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 12:06 UTC+0800 risingw-nxwoge-meta-0 ns-azjvt risingw-nxwoge meta Running us-west-2a 200m / 200m 1181116006400m / 1181116006400m ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 12:06 UTC+0800 check pod status done connect unsupported engine type: risingwave risingwave-compactor-1.0.0-alpha.0 cluster list-logs `kbcli cluster list-logs risingw-nxwoge --namespace ns-azjvt ` No log files found. Error from server (NotFound): pods "risingw-nxwoge-frontend-0" not found cluster logs `kbcli cluster logs risingw-nxwoge --tail 30 --namespace ns-azjvt ` 2025-05-28T04:08:48.324226651Z INFO risingwave_rpc_client::meta_client: register meta client using strategy: LoadBalance(http://risingw-nxwoge-meta-headless:5690) at src/rpc_client/src/meta_client.rs:220 2025-05-28T04:08:48.327085299Z INFO risingwave_rpc_client::meta_client: Connect to meta server http://risingw-nxwoge-meta-headless:5690 successfully at src/rpc_client/src/meta_client.rs:1527 2025-05-28T04:08:48.33243473Z INFO risingwave_rpc_client::meta_client: new meta leader http://risingw-nxwoge-meta-0.risingw-nxwoge-meta-headless.ns-azjvt.svc.cluster.local:5690 discovered at src/rpc_client/src/meta_client.rs:1368 2025-05-28T04:08:48.339670296Z INFO risingwave_compactor::server: Assigned compactor id 4002 at src/storage/compactor/src/server.rs:84 2025-05-28T04:08:48.398795048Z INFO risingwave_compactor::server: Compactor total_memory_available_bytes 944891494 meta_cache_capacity_bytes 134217728 compactor_memory_limit_bytes 810673766 sstable_size_bytes 268435456 block_size_bytes 65536 at src/storage/compactor/src/server.rs:115 2025-05-28T04:08:48.615343871Z INFO risingwave_common::telemetry::report: start telemetry reporting at src/common/src/telemetry/report.rs:56 2025-05-28T04:08:48.615596564Z INFO risingwave_common_service::metrics_manager: Prometheus listener for Prometheus is set up on http://0.0.0.0:1260 at src/common/common_service/src/metrics_manager.rs:29 2025-05-28T04:08:48.619777789Z DEBUG risingwave_storage::hummock::compactor: Succeeded subscribe_compact_tasks. at src/storage/src/hummock/compactor/mod.rs:502 2025-05-28T04:08:48.621611984Z DEBUG risingwave_storage::hummock::compactor: compactor cpu usage 0 at src/storage/src/hummock/compactor/mod.rs:550 2025-05-28T04:08:48.909726284Z INFO risingwave_common::telemetry::report: Telemetry post success, id 65e62f13-265c-44e5-8b7b-b28ef40f596c at src/common/src/telemetry/report.rs:112 delete cluster risingw-nxwoge `kbcli cluster delete risingw-nxwoge --auto-approve --namespace ns-azjvt ` Cluster risingw-nxwoge deleted pod_info:risingw-nxwoge-compactor-0 1/1 Running 0 60s risingw-nxwoge-compute-0 1/1 Running 0 3m28s risingw-nxwoge-connector-0 1/1 Running 0 55s risingw-nxwoge-frontend-0 1/1 Terminating 0 3m28s risingw-nxwoge-frontend-1 1/1 Terminating 0 3m15s risingw-nxwoge-meta-0 1/1 Running 0 3m28s pod_info:risingw-nxwoge-compactor-0 1/1 Running 0 81s risingw-nxwoge-compute-0 1/1 Running 0 3m49s risingw-nxwoge-connector-0 1/1 Running 0 76s risingw-nxwoge-frontend-0 1/1 Terminating 0 3m49s risingw-nxwoge-frontend-1 1/1 Terminating 0 3m36s risingw-nxwoge-meta-0 1/1 Running 0 3m49s pod_info:risingw-nxwoge-compactor-0 1/1 Terminating 0 107s risingw-nxwoge-compute-0 1/1 Terminating 0 4m15s risingw-nxwoge-connector-0 1/1 Running 0 102s risingw-nxwoge-meta-0 1/1 Running 0 4m15s pod_info:risingw-nxwoge-connector-0 1/1 Running 0 2m8s risingw-nxwoge-meta-0 1/1 Terminating 0 4m41s pod_info:risingw-nxwoge-connector-0 1/1 Terminating 0 2m34s pod_info:risingw-nxwoge-connector-0 1/1 Terminating 0 3m No resources found in ns-azjvt namespace. delete cluster pod done No resources found in ns-azjvt namespace. check cluster resource non-exist OK: pvc No resources found in ns-azjvt namespace. delete cluster done No resources found in ns-azjvt namespace. No resources found in ns-azjvt namespace. No resources found in ns-azjvt namespace. Risingwave Test Suite All Done! service "etcdr-nxwoge-etcd" deleted delete cluster etcdr-nxwoge `kbcli cluster delete etcdr-nxwoge --auto-approve --namespace ns-azjvt ` Cluster etcdr-nxwoge deleted pod_info:etcdr-nxwoge-etcd-0 2/2 Running 0 38m etcdr-nxwoge-etcd-1 2/2 Running 0 37m etcdr-nxwoge-etcd-2 2/2 Running 0 37m No resources found in ns-azjvt namespace. delete cluster pod done No resources found in ns-azjvt namespace. check cluster resource non-exist OK: pvc No resources found in ns-azjvt namespace. delete cluster done No resources found in ns-azjvt namespace. No resources found in ns-azjvt namespace. No resources found in ns-azjvt namespace. [PASSED]|[Create]|[ComponentDefinition=etcd-3-1.0.0-alpha.0;ServiceVersion=3.5.15;]|[Description=Create a cluster with the specified component definition etcd-3-1.0.0-alpha.0 and service version 3.5.15] --------------------------------------Risingwave (Topology = cluster Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=risingwave-compactor-1.0.0-alpha.0;ComponentVersion=risingwave-compactor;ServiceVersion=v1.0.0;]|[Description=Create a cluster with the specified component definition risingwave-compactor-1.0.0-alpha.0 and component version risingwave-compactor and service version v1.0.0] [PASSED]|[Connect]|[ComponentName=frontend]|[Description=Connect to the cluster] [PASSED]|[HorizontalScaling Out]|[ComponentName=compute]|[Description=HorizontalScaling Out the cluster specify component compute] [PASSED]|[HorizontalScaling In]|[ComponentName=compute]|[Description=HorizontalScaling In the cluster specify component compute] [PASSED]|[VerticalScaling]|[ComponentName=meta]|[Description=VerticalScaling the cluster specify component meta] [PASSED]|[HorizontalScaling Out]|[ComponentName=frontend]|[Description=HorizontalScaling Out the cluster specify component frontend] [PASSED]|[HorizontalScaling In]|[ComponentName=frontend]|[Description=HorizontalScaling In the cluster specify component frontend] [PASSED]|[Restart]|[ComponentName=frontend,compute]|[Description=Restart the cluster specify component frontend,compute] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[Restart]|[ComponentName=meta]|[Description=Restart the cluster specify component meta] [PASSED]|[Restart]|[ComponentName=compactor,connector]|[Description=Restart the cluster specify component compactor,connector] [PASSED]|[VerticalScaling]|[ComponentName=frontend]|[Description=VerticalScaling the cluster specify component frontend] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[VerticalScaling]|[ComponentName=compactor,connector]|[Description=VerticalScaling the cluster specify component compactor,connector] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]