source commons files source engines files source kubeblocks files `kubectl get namespace | grep ns-ruqsl ` `kubectl create namespace ns-ruqsl` namespace/ns-ruqsl created create namespace ns-ruqsl 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 0 33.6M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33.6M 100 33.6M 0 0 125M 0 --:--:-- --:--:-- --:--:-- 285M 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 check component definition set component name:console set component version set component version:nebula set service versions:v3.5.0 set service versions sorted:v3.5.0 set nebula component definition set nebula component definition nebula-metad-1.0.0-alpha.0 set replicas first:2,v3.5.0 set replicas third:2,v3.5.0 set replicas fourth:2,v3.5.0 set minimum cmpv service version set minimum cmpv service version replicas:2,v3.5.0 REPORT_COUNT:1 CLUSTER_TOPOLOGY:default topology default found in cluster definition nebula set nebula component definition set nebula component definition nebula-console-1.0.0-alpha.0 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 No resources found in ns-ruqsl namespace. termination_policy:WipeOut create 2 replica WipeOut nebula cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: nebula-console-1.0.0-alpha.0 by component version:nebula apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: nebula-digthb namespace: ns-ruqsl spec: clusterDef: nebula topology: default terminationPolicy: WipeOut componentSpecs: - name: console serviceVersion: v3.5.0 replicas: 2 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi - name: graphd serviceVersion: v3.5.0 replicas: 1 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: logs spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi - name: metad serviceVersion: v3.5.0 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 - name: logs spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi - name: storaged serviceVersion: v3.5.0 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 - name: logs spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi `kubectl apply -f test_create_nebula-digthb.yaml` cluster.apps.kubeblocks.io/nebula-digthb created apply test_create_nebula-digthb.yaml Success `rm -rf test_create_nebula-digthb.yaml` check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Creating May 28,2025 11:34 UTC+0800 clusterdefinition.kubeblocks.io/name=nebula cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating 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 nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:36 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:36 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 100m / 100m 512Mi / 512Mi logs:1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:35 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-6-84.us-west-2.compute.internal/172.31.6.84 May 28,2025 11:34 UTC+0800 logs:1Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:34 UTC+0800 logs:1Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:35 UTC+0800 logs:1Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running 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:36 UTC+0800 logs:1Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:36 UTC+0800 logs:1Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:36 UTC+0800 logs:1Gi check pod status done not planned for nebula. `kubectl get secrets -l app.kubernetes.io/instance=nebula-digthb` No resources found in ns-ruqsl namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:;DB_DATABASE: There is no password in Type: 12. describe cluster `kbcli cluster describe nebula-digthb --namespace ns-ruqsl ` Name: nebula-digthb Created Time: May 28,2025 11:34 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-ruqsl nebula default Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL graphd nebula-digthb-graphd.ns-ruqsl.svc.cluster.local:9669 nebula-digthb-graphd.ns-ruqsl.svc.cluster.local:19669 nebula-digthb-graphd.ns-ruqsl.svc.cluster.local:19670 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME console v3.5.0 nebula-digthb-console-0 Running us-west-2a ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:36 UTC+0800 console v3.5.0 nebula-digthb-console-1 Running us-west-2a ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:36 UTC+0800 graphd v3.5.0 nebula-digthb-graphd-0 Running us-west-2a ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:35 UTC+0800 metad v3.5.0 nebula-digthb-metad-0 Running us-west-2a ip-172-31-6-84.us-west-2.compute.internal/172.31.6.84 May 28,2025 11:34 UTC+0800 metad v3.5.0 nebula-digthb-metad-1 Running us-west-2a ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:34 UTC+0800 metad v3.5.0 nebula-digthb-metad-2 Running us-west-2a ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:35 UTC+0800 storaged v3.5.0 nebula-digthb-storaged-0 Running us-west-2a ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:36 UTC+0800 storaged v3.5.0 nebula-digthb-storaged-1 Running us-west-2a ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:36 UTC+0800 storaged v3.5.0 nebula-digthb-storaged-2 Running us-west-2a ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:36 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS console 100m / 100m 512Mi / 512Mi graphd 100m / 100m 512Mi / 512Mi logs:1Gi kb-default-sc metad 100m / 100m 512Mi / 512Mi data:1Gi kb-default-sc logs:1Gi kb-default-sc storaged 100m / 100m 512Mi / 512Mi data:1Gi kb-default-sc logs:1Gi kb-default-sc Images: COMPONENT COMPONENT-DEFINITION IMAGE console nebula-console-1.0.0-alpha.0 docker.io/apecloud/nebula-console:v3.5.0 graphd nebula-graphd-1.0.0-alpha.0 docker.io/apecloud/nebula-graphd:v3.5.0 metad nebula-metad-1.0.0-alpha.0 docker.io/apecloud/nebula-metad:v3.5.0 storaged nebula-storaged-1.0.0-alpha.0 docker.io/apecloud/nebula-storaged:v3.5.0 docker.io/apecloud/nebula-console:v3.5.0 docker.io/apecloud/kubeblocks-tools:1.0.0 Show cluster events: kbcli cluster list-events -n ns-ruqsl nebula-digthb `kbcli cluster label nebula-digthb app.kubernetes.io/instance- --namespace ns-ruqsl ` label "app.kubernetes.io/instance" not found. `kbcli cluster label nebula-digthb app.kubernetes.io/instance=nebula-digthb --namespace ns-ruqsl ` `kbcli cluster label nebula-digthb --list --namespace ns-ruqsl ` NAME NAMESPACE LABELS nebula-digthb ns-ruqsl app.kubernetes.io/instance=nebula-digthb clusterdefinition.kubeblocks.io/name=nebula label cluster app.kubernetes.io/instance=nebula-digthb Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=nebula-digthb --namespace ns-ruqsl ` `kbcli cluster label nebula-digthb --list --namespace ns-ruqsl ` NAME NAMESPACE LABELS nebula-digthb ns-ruqsl app.kubernetes.io/instance=nebula-digthb case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=nebula label cluster case.name=kbcli.test1 Success `kbcli cluster label nebula-digthb case.name=kbcli.test2 --overwrite --namespace ns-ruqsl ` `kbcli cluster label nebula-digthb --list --namespace ns-ruqsl ` NAME NAMESPACE LABELS nebula-digthb ns-ruqsl app.kubernetes.io/instance=nebula-digthb case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=nebula label cluster case.name=kbcli.test2 Success `kbcli cluster label nebula-digthb case.name- --namespace ns-ruqsl ` `kbcli cluster label nebula-digthb --list --namespace ns-ruqsl ` NAME NAMESPACE LABELS nebula-digthb ns-ruqsl app.kubernetes.io/instance=nebula-digthb clusterdefinition.kubeblocks.io/name=nebula delete cluster label case.name Success cluster connect not planned for nebula. check component console exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=console --namespace ns-ruqsl | (grep "console" || true )` check component graphd exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=graphd --namespace ns-ruqsl | (grep "graphd" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart nebula-digthb --auto-approve --force=true --components console,graphd --namespace ns-ruqsl ` OpsRequest nebula-digthb-restart-5gpcq created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-restart-5gpcq -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-restart-5gpcq ns-ruqsl Restart nebula-digthb console,graphd Running 0/3 May 28,2025 11:38 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:38 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:38 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 100m / 100m 512Mi / 512Mi logs:1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:38 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-6-84.us-west-2.compute.internal/172.31.6.84 May 28,2025 11:34 UTC+0800 logs:1Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:34 UTC+0800 logs:1Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:35 UTC+0800 logs:1Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running 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:36 UTC+0800 logs:1Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:36 UTC+0800 logs:1Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:36 UTC+0800 logs:1Gi check pod status done not planned for nebula. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-restart-5gpcq ns-ruqsl Restart nebula-digthb console,graphd Succeed 3/3 May 28,2025 11:38 UTC+0800 check ops status done ops_status:nebula-digthb-restart-5gpcq ns-ruqsl Restart nebula-digthb console,graphd Succeed 3/3 May 28,2025 11:38 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-restart-5gpcq --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-restart-5gpcq patched `kbcli cluster delete-ops --name nebula-digthb-restart-5gpcq --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-restart-5gpcq deleted check component metad exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=metad --namespace ns-ruqsl | (grep "metad" || true )` check component storaged exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=storaged --namespace ns-ruqsl | (grep "storaged" || true )` `kubectl get pvc -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=metad,storaged,apps.kubeblocks.io/vct-name=data --namespace ns-ruqsl ` No resources found in ns-ruqsl namespace. nebula-digthb metad,storaged data pvc is empty cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in nebula-digthb namespace. `kbcli cluster volume-expand nebula-digthb --auto-approve --force=true --components metad,storaged --volume-claim-templates data --storage 6Gi --namespace ns-ruqsl ` OpsRequest nebula-digthb-volumeexpansion-qkgtq created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-volumeexpansion-qkgtq -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-volumeexpansion-qkgtq ns-ruqsl VolumeExpansion nebula-digthb metad,storaged Running 0/6 May 28,2025 11:39 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:38 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:38 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 100m / 100m 512Mi / 512Mi logs:1Gi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:38 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-6-84.us-west-2.compute.internal/172.31.6.84 May 28,2025 11:34 UTC+0800 logs:1Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:34 UTC+0800 logs:1Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:35 UTC+0800 logs:1Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:36 UTC+0800 logs:1Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:36 UTC+0800 logs:1Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:36 UTC+0800 logs:1Gi check pod status done not planned for nebula. No resources found in nebula-digthb namespace. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-volumeexpansion-qkgtq ns-ruqsl VolumeExpansion nebula-digthb metad,storaged Succeed 6/6 May 28,2025 11:39 UTC+0800 check ops status done ops_status:nebula-digthb-volumeexpansion-qkgtq ns-ruqsl VolumeExpansion nebula-digthb metad,storaged Succeed 6/6 May 28,2025 11:39 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-volumeexpansion-qkgtq --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-volumeexpansion-qkgtq patched `kbcli cluster delete-ops --name nebula-digthb-volumeexpansion-qkgtq --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-volumeexpansion-qkgtq deleted cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop nebula-digthb --auto-approve --force=true --namespace ns-ruqsl ` OpsRequest nebula-digthb-stop-8f9b5 created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-stop-8f9b5 -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-stop-8f9b5 ns-ruqsl Stop nebula-digthb console,graphd,metad,storaged Running 0/9 May 28,2025 11:40 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Stopped May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula check cluster status done cluster_status:Stopped check pod status `kbcli cluster list-instances nebula-digthb --namespace ns-ruqsl ` 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 nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-stop-8f9b5 ns-ruqsl Stop nebula-digthb console,graphd,metad,storaged Succeed 9/9 May 28,2025 11:40 UTC+0800 check ops status done ops_status:nebula-digthb-stop-8f9b5 ns-ruqsl Stop nebula-digthb console,graphd,metad,storaged Succeed 9/9 May 28,2025 11:40 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-stop-8f9b5 --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-stop-8f9b5 patched `kbcli cluster delete-ops --name nebula-digthb-stop-8f9b5 --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-stop-8f9b5 deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start nebula-digthb --force=true --namespace ns-ruqsl ` OpsRequest nebula-digthb-start-zx2fz created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-start-zx2fz -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-start-zx2fz ns-ruqsl Start nebula-digthb console,graphd,metad,storaged Running 0/9 May 28,2025 11:41 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:41 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:41 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 100m / 100m 512Mi / 512Mi logs:1Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-11-41.us-west-2.compute.internal/172.31.11.41 May 28,2025 11:42 UTC+0800 logs:1Gi check pod status done not planned for nebula. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-start-zx2fz ns-ruqsl Start nebula-digthb console,graphd,metad,storaged Succeed 9/9 May 28,2025 11:41 UTC+0800 check ops status done ops_status:nebula-digthb-start-zx2fz ns-ruqsl Start nebula-digthb console,graphd,metad,storaged Succeed 9/9 May 28,2025 11:41 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-start-zx2fz --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-start-zx2fz patched `kbcli cluster delete-ops --name nebula-digthb-start-zx2fz --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-start-zx2fz deleted cluster console scale-out check cluster status before ops check cluster status done cluster_status:Running No resources found in nebula-digthb namespace. `kbcli cluster scale-out nebula-digthb --auto-approve --force=true --components console --replicas 1 --namespace ns-ruqsl ` OpsRequest nebula-digthb-horizontalscaling-gqnp7 created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-horizontalscaling-gqnp7 -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-horizontalscaling-gqnp7 ns-ruqsl HorizontalScaling nebula-digthb console Running 0/1 May 28,2025 11:42 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Running May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:41 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:41 UTC+0800 nebula-digthb-console-2 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-9-211.us-west-2.compute.internal/172.31.9.211 May 28,2025 11:42 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 100m / 100m 512Mi / 512Mi logs:1Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-11-41.us-west-2.compute.internal/172.31.11.41 May 28,2025 11:42 UTC+0800 logs:1Gi check pod status done not planned for nebula. No resources found in nebula-digthb namespace. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-horizontalscaling-gqnp7 ns-ruqsl HorizontalScaling nebula-digthb console Succeed 1/1 May 28,2025 11:42 UTC+0800 check ops status done ops_status:nebula-digthb-horizontalscaling-gqnp7 ns-ruqsl HorizontalScaling nebula-digthb console Succeed 1/1 May 28,2025 11:42 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-horizontalscaling-gqnp7 --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-horizontalscaling-gqnp7 patched `kbcli cluster delete-ops --name nebula-digthb-horizontalscaling-gqnp7 --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-horizontalscaling-gqnp7 deleted cluster console scale-in check cluster status before ops check cluster status done cluster_status:Running No resources found in nebula-digthb namespace. `kbcli cluster scale-in nebula-digthb --auto-approve --force=true --components console --replicas 1 --namespace ns-ruqsl ` OpsRequest nebula-digthb-horizontalscaling-ggv76 created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-horizontalscaling-ggv76 -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-horizontalscaling-ggv76 ns-ruqsl HorizontalScaling nebula-digthb console Running 0/1 May 28,2025 11:43 UTC+0800 ops_status:nebula-digthb-horizontalscaling-ggv76 ns-ruqsl HorizontalScaling nebula-digthb console Succeed 1/1 May 28,2025 11:43 UTC+0800 ops HorizontalScaling Succeed or Failed Soon check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Running May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:41 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:41 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 100m / 100m 512Mi / 512Mi logs:1Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 logs:1Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-11-41.us-west-2.compute.internal/172.31.11.41 May 28,2025 11:42 UTC+0800 logs:1Gi check pod status done not planned for nebula. No resources found in nebula-digthb namespace. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-horizontalscaling-ggv76 ns-ruqsl HorizontalScaling nebula-digthb console Succeed 1/1 May 28,2025 11:43 UTC+0800 check ops status done ops_status:nebula-digthb-horizontalscaling-ggv76 ns-ruqsl HorizontalScaling nebula-digthb console Succeed 1/1 May 28,2025 11:43 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-horizontalscaling-ggv76 --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-horizontalscaling-ggv76 patched `kbcli cluster delete-ops --name nebula-digthb-horizontalscaling-ggv76 --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-horizontalscaling-ggv76 deleted check component graphd exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=graphd --namespace ns-ruqsl | (grep "graphd" || true )` check component metad exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=metad --namespace ns-ruqsl | (grep "metad" || true )` check component storaged exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=storaged --namespace ns-ruqsl | (grep "storaged" || true )` `kubectl get pvc -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=graphd,metad,storaged,apps.kubeblocks.io/vct-name=logs --namespace ns-ruqsl ` No resources found in ns-ruqsl namespace. nebula-digthb graphd,metad,storaged logs pvc is empty cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in nebula-digthb namespace. `kbcli cluster volume-expand nebula-digthb --auto-approve --force=true --components graphd,metad,storaged --volume-claim-templates logs --storage 8Gi --namespace ns-ruqsl ` OpsRequest nebula-digthb-volumeexpansion-7q6xg created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-volumeexpansion-7q6xg -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-volumeexpansion-7q6xg ns-ruqsl VolumeExpansion nebula-digthb graphd,metad,storaged Running 0/7 May 28,2025 11:43 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:41 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:41 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 100m / 100m 512Mi / 512Mi logs:8Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-11-41.us-west-2.compute.internal/172.31.11.41 May 28,2025 11:42 UTC+0800 logs:8Gi check pod status done not planned for nebula. No resources found in nebula-digthb namespace. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-volumeexpansion-7q6xg ns-ruqsl VolumeExpansion nebula-digthb graphd,metad,storaged Succeed 7/7 May 28,2025 11:43 UTC+0800 check ops status done ops_status:nebula-digthb-volumeexpansion-7q6xg ns-ruqsl VolumeExpansion nebula-digthb graphd,metad,storaged Succeed 7/7 May 28,2025 11:43 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-volumeexpansion-7q6xg --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-volumeexpansion-7q6xg patched `kbcli cluster delete-ops --name nebula-digthb-volumeexpansion-7q6xg --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-volumeexpansion-7q6xg deleted 1 check component storaged exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=storaged --namespace ns-ruqsl | (grep "storaged" || true )` check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale nebula-digthb --auto-approve --force=true --components storaged --cpu 200m --memory 0.6Gi --namespace ns-ruqsl ` OpsRequest nebula-digthb-verticalscaling-vd6ck created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-verticalscaling-vd6ck -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-verticalscaling-vd6ck ns-ruqsl VerticalScaling nebula-digthb storaged Running 0/3 May 28,2025 11:45 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:41 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:41 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 100m / 100m 512Mi / 512Mi logs:8Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:46 UTC+0800 logs:8Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:46 UTC+0800 logs:8Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:45 UTC+0800 logs:8Gi check pod status done not planned for nebula. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-verticalscaling-vd6ck ns-ruqsl VerticalScaling nebula-digthb storaged Succeed 3/3 May 28,2025 11:45 UTC+0800 check ops status done ops_status:nebula-digthb-verticalscaling-vd6ck ns-ruqsl VerticalScaling nebula-digthb storaged Succeed 3/3 May 28,2025 11:45 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-verticalscaling-vd6ck --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-verticalscaling-vd6ck patched `kbcli cluster delete-ops --name nebula-digthb-verticalscaling-vd6ck --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-verticalscaling-vd6ck deleted check component storaged exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=storaged --namespace ns-ruqsl | (grep "storaged" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart nebula-digthb --auto-approve --force=true --components storaged --namespace ns-ruqsl ` OpsRequest nebula-digthb-restart-fft4v created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-restart-fft4v -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-restart-fft4v ns-ruqsl Restart nebula-digthb storaged Running 0/3 May 28,2025 11:47 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:41 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 100m / 100m 512Mi / 512Mi ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:41 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 100m / 100m 512Mi / 512Mi logs:8Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:48 UTC+0800 logs:8Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:48 UTC+0800 logs:8Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:47 UTC+0800 logs:8Gi check pod status done not planned for nebula. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-restart-fft4v ns-ruqsl Restart nebula-digthb storaged Succeed 3/3 May 28,2025 11:47 UTC+0800 check ops status done ops_status:nebula-digthb-restart-fft4v ns-ruqsl Restart nebula-digthb storaged Succeed 3/3 May 28,2025 11:47 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-restart-fft4v --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-restart-fft4v patched `kbcli cluster delete-ops --name nebula-digthb-restart-fft4v --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-restart-fft4v deleted check component console exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=console --namespace ns-ruqsl | (grep "console" || true )` check component graphd exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=graphd --namespace ns-ruqsl | (grep "graphd" || true )` check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale nebula-digthb --auto-approve --force=true --components console,graphd --cpu 200m --memory 0.6Gi --namespace ns-ruqsl ` OpsRequest nebula-digthb-verticalscaling-rtvrq created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-verticalscaling-rtvrq -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-verticalscaling-rtvrq ns-ruqsl VerticalScaling nebula-digthb console,graphd Running 0/3 May 28,2025 11:49 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula 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 nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-11-41.us-west-2.compute.internal/172.31.11.41 May 28,2025 11:49 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:49 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 200m / 200m 644245094400m / 644245094400m logs:8Gi ip-172-31-11-213.us-west-2.compute.internal/172.31.11.213 May 28,2025 11:49 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:41 UTC+0800 logs:8Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:48 UTC+0800 logs:8Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:48 UTC+0800 logs:8Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:47 UTC+0800 logs:8Gi check pod status done not planned for nebula. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-verticalscaling-rtvrq ns-ruqsl VerticalScaling nebula-digthb console,graphd Succeed 3/3 May 28,2025 11:49 UTC+0800 check ops status done ops_status:nebula-digthb-verticalscaling-rtvrq ns-ruqsl VerticalScaling nebula-digthb console,graphd Succeed 3/3 May 28,2025 11:49 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-verticalscaling-rtvrq --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-verticalscaling-rtvrq patched `kbcli cluster delete-ops --name nebula-digthb-verticalscaling-rtvrq --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-verticalscaling-rtvrq deleted check component metad exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=metad --namespace ns-ruqsl | (grep "metad" || true )` check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale nebula-digthb --auto-approve --force=true --components metad --cpu 200m --memory 0.6Gi --namespace ns-ruqsl ` OpsRequest nebula-digthb-verticalscaling-hppfl created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-verticalscaling-hppfl -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-verticalscaling-hppfl ns-ruqsl VerticalScaling nebula-digthb metad Running 0/3 May 28,2025 11:50 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula 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 nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-11-41.us-west-2.compute.internal/172.31.11.41 May 28,2025 11:49 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:49 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 200m / 200m 644245094400m / 644245094400m logs:8Gi ip-172-31-11-213.us-west-2.compute.internal/172.31.11.213 May 28,2025 11:49 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:50 UTC+0800 logs:8Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:50 UTC+0800 logs:8Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:50 UTC+0800 logs:8Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:48 UTC+0800 logs:8Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:48 UTC+0800 logs:8Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:47 UTC+0800 logs:8Gi check pod status done not planned for nebula. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-verticalscaling-hppfl ns-ruqsl VerticalScaling nebula-digthb metad Succeed 3/3 May 28,2025 11:50 UTC+0800 check ops status done ops_status:nebula-digthb-verticalscaling-hppfl ns-ruqsl VerticalScaling nebula-digthb metad Succeed 3/3 May 28,2025 11:50 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-verticalscaling-hppfl --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-verticalscaling-hppfl patched `kbcli cluster delete-ops --name nebula-digthb-verticalscaling-hppfl --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-verticalscaling-hppfl deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart nebula-digthb --auto-approve --force=true --namespace ns-ruqsl ` OpsRequest nebula-digthb-restart-8fztq created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-restart-8fztq -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-restart-8fztq ns-ruqsl Restart nebula-digthb console,graphd,metad,storaged Running 0/9 May 28,2025 11:51 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula cluster_status:Updating cluster_status:Updating cluster_status:Updating 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 nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:51 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:51 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 200m / 200m 644245094400m / 644245094400m logs:8Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:51 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:51 UTC+0800 logs:8Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-10-46.us-west-2.compute.internal/172.31.10.46 May 28,2025 11:51 UTC+0800 logs:8Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-11-41.us-west-2.compute.internal/172.31.11.41 May 28,2025 11:51 UTC+0800 logs:8Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:52 UTC+0800 logs:8Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:51 UTC+0800 logs:8Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-11-213.us-west-2.compute.internal/172.31.11.213 May 28,2025 11:51 UTC+0800 logs:8Gi check pod status done not planned for nebula. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-restart-8fztq ns-ruqsl Restart nebula-digthb console,graphd,metad,storaged Succeed 9/9 May 28,2025 11:51 UTC+0800 check ops status done ops_status:nebula-digthb-restart-8fztq ns-ruqsl Restart nebula-digthb console,graphd,metad,storaged Succeed 9/9 May 28,2025 11:51 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-restart-8fztq --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-restart-8fztq patched `kbcli cluster delete-ops --name nebula-digthb-restart-8fztq --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-restart-8fztq deleted check component metad exists `kubectl get components -l app.kubernetes.io/instance=nebula-digthb,apps.kubeblocks.io/component-name=metad --namespace ns-ruqsl | (grep "metad" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart nebula-digthb --auto-approve --force=true --components metad --namespace ns-ruqsl ` OpsRequest nebula-digthb-restart-ptflc created successfully, you can view the progress: kbcli cluster describe-ops nebula-digthb-restart-ptflc -n ns-ruqsl check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-restart-ptflc ns-ruqsl Restart nebula-digthb metad Running 0/3 May 28,2025 11:52 UTC+0800 check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Updating May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula 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 nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:51 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:51 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 200m / 200m 644245094400m / 644245094400m logs:8Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:51 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:53 UTC+0800 logs:8Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:52 UTC+0800 logs:8Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-11-41.us-west-2.compute.internal/172.31.11.41 May 28,2025 11:52 UTC+0800 logs:8Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:52 UTC+0800 logs:8Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:51 UTC+0800 logs:8Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-11-213.us-west-2.compute.internal/172.31.11.213 May 28,2025 11:51 UTC+0800 logs:8Gi check pod status done not planned for nebula. check ops status `kbcli cluster list-ops nebula-digthb --status all --namespace ns-ruqsl ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME nebula-digthb-restart-ptflc ns-ruqsl Restart nebula-digthb metad Succeed 3/3 May 28,2025 11:52 UTC+0800 check ops status done ops_status:nebula-digthb-restart-ptflc ns-ruqsl Restart nebula-digthb metad Succeed 3/3 May 28,2025 11:52 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations nebula-digthb-restart-ptflc --namespace ns-ruqsl ` opsrequest.operations.kubeblocks.io/nebula-digthb-restart-ptflc patched `kbcli cluster delete-ops --name nebula-digthb-restart-ptflc --force --auto-approve --namespace ns-ruqsl ` OpsRequest nebula-digthb-restart-ptflc deleted cluster update terminationPolicy WipeOut `kbcli cluster update nebula-digthb --termination-policy=WipeOut --namespace ns-ruqsl ` cluster.apps.kubeblocks.io/nebula-digthb updated (no change) check cluster status `kbcli cluster list nebula-digthb --show-labels --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS nebula-digthb ns-ruqsl nebula WipeOut Running May 28,2025 11:34 UTC+0800 app.kubernetes.io/instance=nebula-digthb,clusterdefinition.kubeblocks.io/name=nebula check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances nebula-digthb --namespace ns-ruqsl ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME nebula-digthb-console-0 ns-ruqsl nebula-digthb console Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-2-224.us-west-2.compute.internal/172.31.2.224 May 28,2025 11:51 UTC+0800 nebula-digthb-console-1 ns-ruqsl nebula-digthb console Running us-west-2a 200m / 200m 644245094400m / 644245094400m ip-172-31-9-6.us-west-2.compute.internal/172.31.9.6 May 28,2025 11:51 UTC+0800 nebula-digthb-graphd-0 ns-ruqsl nebula-digthb graphd Running us-west-2a 200m / 200m 644245094400m / 644245094400m logs:8Gi ip-172-31-2-23.us-west-2.compute.internal/172.31.2.23 May 28,2025 11:51 UTC+0800 nebula-digthb-metad-0 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:53 UTC+0800 logs:8Gi nebula-digthb-metad-1 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-15-233.us-west-2.compute.internal/172.31.15.233 May 28,2025 11:52 UTC+0800 logs:8Gi nebula-digthb-metad-2 ns-ruqsl nebula-digthb metad Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-11-41.us-west-2.compute.internal/172.31.11.41 May 28,2025 11:52 UTC+0800 logs:8Gi nebula-digthb-storaged-0 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-13-156.us-west-2.compute.internal/172.31.13.156 May 28,2025 11:52 UTC+0800 logs:8Gi nebula-digthb-storaged-1 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-0-7.us-west-2.compute.internal/172.31.0.7 May 28,2025 11:51 UTC+0800 logs:8Gi nebula-digthb-storaged-2 ns-ruqsl nebula-digthb storaged Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-11-213.us-west-2.compute.internal/172.31.11.213 May 28,2025 11:51 UTC+0800 logs:8Gi check pod status done not planned for nebula. cluster list-logs `kbcli cluster list-logs nebula-digthb --namespace ns-ruqsl ` No log files found. Error from server (NotFound): pods "nebula-digthb-console-0" not found cluster logs `kbcli cluster logs nebula-digthb --tail 30 --namespace ns-ruqsl ` delete cluster nebula-digthb `kbcli cluster delete nebula-digthb --auto-approve --namespace ns-ruqsl ` Cluster nebula-digthb deleted pod_info:nebula-digthb-console-0 0/1 Error 0 2m42s nebula-digthb-console-1 0/1 Error 0 2m45s nebula-digthb-graphd-0 0/1 Completed 0 2m45s nebula-digthb-metad-0 1/1 Terminating 0 48s nebula-digthb-metad-1 1/1 Terminating 0 69s nebula-digthb-metad-2 1/1 Terminating 0 73s nebula-digthb-storaged-0 3/3 Terminating 0 108s nebula-digthb-storaged-1 3/3 Terminating 0 2m1s nebula-digthb-storaged-2 3/3 Terminating 0 2m45s No resources found in ns-ruqsl namespace. delete cluster pod done No resources found in ns-ruqsl namespace. check cluster resource non-exist OK: pvc No resources found in ns-ruqsl namespace. delete cluster done No resources found in ns-ruqsl namespace. No resources found in ns-ruqsl namespace. No resources found in ns-ruqsl namespace. Nebula Test Suite All Done! --------------------------------------Nebula (Topology = default Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=nebula-console-1.0.0-alpha.0;ComponentVersion=nebula;ServiceVersion=v3.5.0;]|[Description=Create a cluster with the specified component definition nebula-console-1.0.0-alpha.0 and component version nebula and service version v3.5.0] [PASSED]|[Restart]|[ComponentName=console,graphd]|[Description=Restart the cluster specify component console,graphd] [PASSED]|[VolumeExpansion]|[ComponentName=metad;ComponentVolume=data]|[Description=VolumeExpansion the cluster specify component metad and volume data] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[HorizontalScaling Out]|[ComponentName=console]|[Description=HorizontalScaling Out the cluster specify component console] [WARNING]|[Operation]|[Succeed Or Failed Soon]|[Description=-] [PASSED]|[HorizontalScaling In]|[ComponentName=console]|[Description=HorizontalScaling In the cluster specify component console] [PASSED]|[VolumeExpansion]|[ComponentName=graphd,metad,storaged;ComponentVolume=logs]|[Description=VolumeExpansion the cluster specify component graphd,metad,storaged and volume logs] [PASSED]|[VerticalScaling]|[ComponentName=storaged]|[Description=VerticalScaling the cluster specify component storaged] [PASSED]|[Restart]|[ComponentName=storaged]|[Description=Restart the cluster specify component storaged] [PASSED]|[VerticalScaling]|[ComponentName=console,graphd]|[Description=VerticalScaling the cluster specify component console,graphd] [PASSED]|[VerticalScaling]|[ComponentName=metad]|[Description=VerticalScaling the cluster specify component metad] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[Restart]|[ComponentName=metad]|[Description=Restart the cluster specify component metad] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Delete]|[-]|[Description=Delete the cluster]