source commons files source engines files source kubeblocks files `kubectl get namespace | grep ns-wxbfo ` `kubectl create namespace ns-wxbfo` namespace/ns-wxbfo created create namespace ns-wxbfo done download kbcli `gh release list --repo apecloud/kbcli --limit 100 | (grep "0.9" || true)` `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v0.9.4-beta.1` Your system is linux_amd64 Installing kbcli ... Downloading ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32.1M 100 32.1M 0 0 108M 0 --:--:-- --:--:-- --:--:-- 108M kbcli installed successfully. Kubernetes: v1.32.5-eks-5d4a308 KubeBlocks: 0.9.4 kbcli: 0.9.4-beta.1 WARNING: version difference between kbcli (0.9.4-beta.1) and kubeblocks (0.9.4) 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 v0.9.4-beta.1 done Kubernetes: v1.32.5-eks-5d4a308 KubeBlocks: 0.9.4 kbcli: 0.9.4-beta.1 WARNING: version difference between kbcli (0.9.4-beta.1) and kubeblocks (0.9.4) Kubernetes Env: v1.32.5-eks-5d4a308 POD_RESOURCES: No resources found found default storage class: gp3 kubeblocks version is:0.9.4 skip upgrade kubeblocks 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 cluster definition set component name:yashandb-compdef set component version No resources found no component version found unsupported component definition not found component version set replicas first:1 set replicas third:1 set minimum cmpv service version set minimum cmpv service version replicas:1 REPORT_COUNT:1 CLUSTER_TOPOLOGY: Not found topology in cluster definition yashandb LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 No resources found in ns-wxbfo namespace. termination_policy:WipeOut create 1 replica WipeOut yashandb cluster check cluster version check cluster definition `kbcli cluster create yashandb-elghnp --termination-policy=WipeOut --cluster-definition=yashandb --enable-all-logs=false --cluster-version=yashandb-personal-23.1.1.100 --set cpu=100m,memory=0.5Gi,replicas=1,storage=1Gi --namespace ns-wxbfo ` Cluster yashandb-elghnp created check cluster status `kbcli cluster list yashandb-elghnp --show-labels --namespace ns-wxbfo ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS yashandb-elghnp ns-wxbfo yashandb yashandb-personal-23.1.1.100 WipeOut Jun 19,2025 18:13 UTC+0800 clusterdefinition.kubeblocks.io/name=yashandb,clusterversion.kubeblocks.io/name=yashandb-personal-23.1.1.100 cluster_status: cluster_status:Creating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances yashandb-elghnp --namespace ns-wxbfo ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME yashandb-elghnp-yashandb-compdef-0 ns-wxbfo yashandb-elghnp yashandb-compdef Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-6-223.us-west-2.compute.internal/172.31.6.223 Jun 19,2025 18:13 UTC+0800 check pod status done Error from server (NotFound): services "yashandb-elghnp-yashandb-compdef" not found check cluster connect `kubectl exec -it yashandb-elghnp-yashandb-compdef-0 --namespace ns-wxbfo -- sh -c "echo '/home/yashan/bin/yasboot sql -d sys/yasdb_123@:1688'"` check cluster connect done `kubectl get secrets -l app.kubernetes.io/instance=yashandb-elghnp` `kubectl get secrets yashandb-elghnp-conn-credential -o jsonpath="***.data.username***"` `kubectl get secrets yashandb-elghnp-conn-credential -o jsonpath="***.data.password***"` `kubectl get secrets yashandb-elghnp-conn-credential -o jsonpath="***.data.port***"` DB_USERNAME:sys;DB_PASSWORD:yasdb_123;DB_PORT:1688;DB_DATABASE: check pod yashandb-elghnp-yashandb-compdef-0 container_name yashandb-container exist password yasdb_123 No container logs contain secret password. describe cluster `kbcli cluster describe yashandb-elghnp --namespace ns-wxbfo ` Name: yashandb-elghnp Created Time: Jun 19,2025 18:13 UTC+0800 NAMESPACE CLUSTER-DEFINITION VERSION STATUS TERMINATION-POLICY ns-wxbfo yashandb yashandb-personal-23.1.1.100 Running WipeOut Endpoints: COMPONENT MODE INTERNAL EXTERNAL yashandb-compdef ReadWrite yashandb-elghnp-yashandb-compdef.ns-wxbfo.svc.cluster.local:1688 Topology: COMPONENT INSTANCE ROLE STATUS AZ NODE CREATED-TIME yashandb-compdef yashandb-elghnp-yashandb-compdef-0 Running us-west-2a ip-172-31-6-223.us-west-2.compute.internal/172.31.6.223 Jun 19,2025 18:13 UTC+0800 Resources Allocation: COMPONENT DEDICATED CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS yashandb-compdef false 100m / 100m 512Mi / 512Mi data:1Gi kb-default-sc Images: COMPONENT TYPE IMAGE yashandb-compdef yashandb-compdef docker.io/apecloud/yashandb-personal:23.1.1.100 Show cluster events: kbcli cluster list-events -n ns-wxbfo yashandb-elghnp `kbcli cluster label yashandb-elghnp app.kubernetes.io/instance- --namespace ns-wxbfo ` label "app.kubernetes.io/instance" not found. `kbcli cluster label yashandb-elghnp app.kubernetes.io/instance=yashandb-elghnp --namespace ns-wxbfo ` `kbcli cluster label yashandb-elghnp --list --namespace ns-wxbfo ` NAME NAMESPACE LABELS yashandb-elghnp ns-wxbfo app.kubernetes.io/instance=yashandb-elghnp clusterdefinition.kubeblocks.io/name=yashandb clusterversion.kubeblocks.io/name=yashandb-personal-23.1.1.100 label cluster app.kubernetes.io/instance=yashandb-elghnp Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=yashandb-elghnp --namespace ns-wxbfo ` `kbcli cluster label yashandb-elghnp --list --namespace ns-wxbfo ` NAME NAMESPACE LABELS yashandb-elghnp ns-wxbfo app.kubernetes.io/instance=yashandb-elghnp case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=yashandb clusterversion.kubeblocks.io/name=yashandb-personal-23.1.1.100 label cluster case.name=kbcli.test1 Success `kbcli cluster label yashandb-elghnp case.name=kbcli.test2 --overwrite --namespace ns-wxbfo ` `kbcli cluster label yashandb-elghnp --list --namespace ns-wxbfo ` NAME NAMESPACE LABELS yashandb-elghnp ns-wxbfo app.kubernetes.io/instance=yashandb-elghnp case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=yashandb clusterversion.kubeblocks.io/name=yashandb-personal-23.1.1.100 label cluster case.name=kbcli.test2 Success `kbcli cluster label yashandb-elghnp case.name- --namespace ns-wxbfo ` `kbcli cluster label yashandb-elghnp --list --namespace ns-wxbfo ` NAME NAMESPACE LABELS yashandb-elghnp ns-wxbfo app.kubernetes.io/instance=yashandb-elghnp clusterdefinition.kubeblocks.io/name=yashandb clusterversion.kubeblocks.io/name=yashandb-personal-23.1.1.100 delete cluster label case.name Success cluster connect Error from server (NotFound): services "yashandb-elghnp-yashandb-compdef" not found `kubectl exec -it yashandb-elghnp-yashandb-compdef-0 --namespace ns-wxbfo -- sh -c "echo '/home/yashan/bin/yasboot sql -d sys/yasdb_123@:1688'" ` Defaulted container "yashandb-container" out of: yashandb-container, volume-permissions (init) Unable to use a TTY - input is not a terminal or the right kind of file /home/yashan/bin/yasboot sql -d sys/yasdb_123@:1688 connect cluster Success cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart yashandb-elghnp --auto-approve --force=true --namespace ns-wxbfo ` OpsRequest yashandb-elghnp-restart-tcnx9 created successfully, you can view the progress: kbcli cluster describe-ops yashandb-elghnp-restart-tcnx9 -n ns-wxbfo check ops status `kbcli cluster list-ops yashandb-elghnp --status all --namespace ns-wxbfo ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME yashandb-elghnp-restart-tcnx9 ns-wxbfo Restart yashandb-elghnp yashandb-compdef Running 0/1 Jun 19,2025 18:14 UTC+0800 check cluster status `kbcli cluster list yashandb-elghnp --show-labels --namespace ns-wxbfo ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS yashandb-elghnp ns-wxbfo yashandb yashandb-personal-23.1.1.100 WipeOut Updating Jun 19,2025 18:13 UTC+0800 app.kubernetes.io/instance=yashandb-elghnp,clusterdefinition.kubeblocks.io/name=yashandb,clusterversion.kubeblocks.io/name=yashandb-personal-23.1.1.100 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 yashandb-elghnp --namespace ns-wxbfo ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME yashandb-elghnp-yashandb-compdef-0 ns-wxbfo yashandb-elghnp yashandb-compdef Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-6-223.us-west-2.compute.internal/172.31.6.223 Jun 19,2025 18:15 UTC+0800 check pod status done Error from server (NotFound): services "yashandb-elghnp-yashandb-compdef" not found check cluster connect `kubectl exec -it yashandb-elghnp-yashandb-compdef-0 --namespace ns-wxbfo -- sh -c "echo '/home/yashan/bin/yasboot sql -d sys/yasdb_123@:1688'"` check cluster connect done check ops status `kbcli cluster list-ops yashandb-elghnp --status all --namespace ns-wxbfo ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME yashandb-elghnp-restart-tcnx9 ns-wxbfo Restart yashandb-elghnp yashandb-compdef Succeed 1/1 Jun 19,2025 18:14 UTC+0800 check ops status done ops_status:yashandb-elghnp-restart-tcnx9 ns-wxbfo Restart yashandb-elghnp yashandb-compdef Succeed 1/1 Jun 19,2025 18:14 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests yashandb-elghnp-restart-tcnx9 --namespace ns-wxbfo ` opsrequest.apps.kubeblocks.io/yashandb-elghnp-restart-tcnx9 patched `kbcli cluster delete-ops --name yashandb-elghnp-restart-tcnx9 --force --auto-approve --namespace ns-wxbfo ` OpsRequest yashandb-elghnp-restart-tcnx9 deleted cluster vscale check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale yashandb-elghnp --auto-approve --force=true --components yashandb-compdef --cpu 200m --memory 0.6Gi --namespace ns-wxbfo ` OpsRequest yashandb-elghnp-verticalscaling-dr42z created successfully, you can view the progress: kbcli cluster describe-ops yashandb-elghnp-verticalscaling-dr42z -n ns-wxbfo check ops status `kbcli cluster list-ops yashandb-elghnp --status all --namespace ns-wxbfo ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME yashandb-elghnp-verticalscaling-dr42z ns-wxbfo VerticalScaling yashandb-elghnp yashandb-compdef Running 0/1 Jun 19,2025 18:15 UTC+0800 check cluster status `kbcli cluster list yashandb-elghnp --show-labels --namespace ns-wxbfo ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS yashandb-elghnp ns-wxbfo yashandb yashandb-personal-23.1.1.100 WipeOut Updating Jun 19,2025 18:13 UTC+0800 app.kubernetes.io/instance=yashandb-elghnp,clusterdefinition.kubeblocks.io/name=yashandb,clusterversion.kubeblocks.io/name=yashandb-personal-23.1.1.100 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 yashandb-elghnp --namespace ns-wxbfo ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME yashandb-elghnp-yashandb-compdef-0 ns-wxbfo yashandb-elghnp yashandb-compdef Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:1Gi ip-172-31-10-205.us-west-2.compute.internal/172.31.10.205 Jun 19,2025 18:15 UTC+0800 check pod status done Error from server (NotFound): services "yashandb-elghnp-yashandb-compdef" not found check cluster connect `kubectl exec -it yashandb-elghnp-yashandb-compdef-0 --namespace ns-wxbfo -- sh -c "echo '/home/yashan/bin/yasboot sql -d sys/yasdb_123@:1688'"` connect checking... check cluster connect done check ops status `kbcli cluster list-ops yashandb-elghnp --status all --namespace ns-wxbfo ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME yashandb-elghnp-verticalscaling-dr42z ns-wxbfo VerticalScaling yashandb-elghnp yashandb-compdef Succeed 1/1 Jun 19,2025 18:15 UTC+0800 check ops status done ops_status:yashandb-elghnp-verticalscaling-dr42z ns-wxbfo VerticalScaling yashandb-elghnp yashandb-compdef Succeed 1/1 Jun 19,2025 18:15 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests yashandb-elghnp-verticalscaling-dr42z --namespace ns-wxbfo ` opsrequest.apps.kubeblocks.io/yashandb-elghnp-verticalscaling-dr42z patched `kbcli cluster delete-ops --name yashandb-elghnp-verticalscaling-dr42z --force --auto-approve --namespace ns-wxbfo ` OpsRequest yashandb-elghnp-verticalscaling-dr42z deleted cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop yashandb-elghnp --auto-approve --force=true --namespace ns-wxbfo ` OpsRequest yashandb-elghnp-stop-hp4tb created successfully, you can view the progress: kbcli cluster describe-ops yashandb-elghnp-stop-hp4tb -n ns-wxbfo check ops status `kbcli cluster list-ops yashandb-elghnp --status all --namespace ns-wxbfo ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME yashandb-elghnp-stop-hp4tb ns-wxbfo Stop yashandb-elghnp yashandb-compdef Running 0/1 Jun 19,2025 18:16 UTC+0800 check cluster status `kbcli cluster list yashandb-elghnp --show-labels --namespace ns-wxbfo ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS yashandb-elghnp ns-wxbfo yashandb yashandb-personal-23.1.1.100 WipeOut Stopped Jun 19,2025 18:13 UTC+0800 app.kubernetes.io/instance=yashandb-elghnp,clusterdefinition.kubeblocks.io/name=yashandb,clusterversion.kubeblocks.io/name=yashandb-personal-23.1.1.100 check cluster status done cluster_status:Stopped check pod status `kbcli cluster list-instances yashandb-elghnp --namespace ns-wxbfo ` 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 yashandb-elghnp --status all --namespace ns-wxbfo ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME yashandb-elghnp-stop-hp4tb ns-wxbfo Stop yashandb-elghnp yashandb-compdef Succeed 1/1 Jun 19,2025 18:16 UTC+0800 check ops status done ops_status:yashandb-elghnp-stop-hp4tb ns-wxbfo Stop yashandb-elghnp yashandb-compdef Succeed 1/1 Jun 19,2025 18:16 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests yashandb-elghnp-stop-hp4tb --namespace ns-wxbfo ` opsrequest.apps.kubeblocks.io/yashandb-elghnp-stop-hp4tb patched `kbcli cluster delete-ops --name yashandb-elghnp-stop-hp4tb --force --auto-approve --namespace ns-wxbfo ` OpsRequest yashandb-elghnp-stop-hp4tb deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start yashandb-elghnp --force=true --namespace ns-wxbfo ` OpsRequest yashandb-elghnp-start-hjv8l created successfully, you can view the progress: kbcli cluster describe-ops yashandb-elghnp-start-hjv8l -n ns-wxbfo check ops status `kbcli cluster list-ops yashandb-elghnp --status all --namespace ns-wxbfo ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME yashandb-elghnp-start-hjv8l ns-wxbfo Start yashandb-elghnp yashandb-compdef Running 0/1 Jun 19,2025 18:17 UTC+0800 check cluster status `kbcli cluster list yashandb-elghnp --show-labels --namespace ns-wxbfo ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS yashandb-elghnp ns-wxbfo yashandb yashandb-personal-23.1.1.100 WipeOut Updating Jun 19,2025 18:13 UTC+0800 app.kubernetes.io/instance=yashandb-elghnp,clusterdefinition.kubeblocks.io/name=yashandb,clusterversion.kubeblocks.io/name=yashandb-personal-23.1.1.100 check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances yashandb-elghnp --namespace ns-wxbfo ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME yashandb-elghnp-yashandb-compdef-0 ns-wxbfo yashandb-elghnp yashandb-compdef Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:1Gi ip-172-31-10-205.us-west-2.compute.internal/172.31.10.205 Jun 19,2025 18:17 UTC+0800 check pod status done Error from server (NotFound): services "yashandb-elghnp-yashandb-compdef" not found check cluster connect `kubectl exec -it yashandb-elghnp-yashandb-compdef-0 --namespace ns-wxbfo -- sh -c "echo '/home/yashan/bin/yasboot sql -d sys/yasdb_123@:1688'"` check cluster connect done check ops status `kbcli cluster list-ops yashandb-elghnp --status all --namespace ns-wxbfo ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME yashandb-elghnp-start-hjv8l ns-wxbfo Start yashandb-elghnp yashandb-compdef Succeed 1/1 Jun 19,2025 18:17 UTC+0800 check ops status done ops_status:yashandb-elghnp-start-hjv8l ns-wxbfo Start yashandb-elghnp yashandb-compdef Succeed 1/1 Jun 19,2025 18:17 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests yashandb-elghnp-start-hjv8l --namespace ns-wxbfo ` opsrequest.apps.kubeblocks.io/yashandb-elghnp-start-hjv8l patched `kbcli cluster delete-ops --name yashandb-elghnp-start-hjv8l --force --auto-approve --namespace ns-wxbfo ` OpsRequest yashandb-elghnp-start-hjv8l deleted cluster update terminationPolicy WipeOut `kbcli cluster update yashandb-elghnp --termination-policy=WipeOut --namespace ns-wxbfo ` cluster.apps.kubeblocks.io/yashandb-elghnp updated (no change) check cluster status `kbcli cluster list yashandb-elghnp --show-labels --namespace ns-wxbfo ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS yashandb-elghnp ns-wxbfo yashandb yashandb-personal-23.1.1.100 WipeOut Running Jun 19,2025 18:13 UTC+0800 app.kubernetes.io/instance=yashandb-elghnp,clusterdefinition.kubeblocks.io/name=yashandb,clusterversion.kubeblocks.io/name=yashandb-personal-23.1.1.100 check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances yashandb-elghnp --namespace ns-wxbfo ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME yashandb-elghnp-yashandb-compdef-0 ns-wxbfo yashandb-elghnp yashandb-compdef Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:1Gi ip-172-31-10-205.us-west-2.compute.internal/172.31.10.205 Jun 19,2025 18:17 UTC+0800 pod_status:Error pod_status:Error pod_status:Error check pod status done Error from server (NotFound): services "yashandb-elghnp-yashandb-compdef" not found check cluster connect `kubectl exec -it yashandb-elghnp-yashandb-compdef-0 --namespace ns-wxbfo -- sh -c "echo '/home/yashan/bin/yasboot sql -d sys/yasdb_123@:1688'"` check cluster connect done cluster list-logs `kbcli cluster list-logs yashandb-elghnp --namespace ns-wxbfo ` INSTANCE LOG-TYPE FILE-PATH SIZE LAST-WRITTEN COMPONENT yashandb-elghnp-yashandb-compdef-0 run /home/yashan/mydb/yasdb_data/log/run/run.log 18K Jun 19, 2025 18:17 (UTC+08:00) yashandb-compdef yashandb-elghnp-yashandb-compdef-0 slow /home/yashan/mydb/yasdb_data/log/slow/slow.log 0 Jun 19, 2025 18:13 (UTC+08:00) yashandb-compdef Error from server (NotFound): pods "yashandb-elghnp-yashandb-compdef-0" not found cluster logs `kbcli cluster logs yashandb-elghnp --tail 30 --namespace ns-wxbfo ` Defaulted container "yashandb-container" out of: yashandb-container, volume-permissions (init) yasdb.ini is already exists start process failed. read /home/yashan/mydb/yasdb_data/log/start.log Starting instance open database is not created completely Failed to start instance delete cluster yashandb-elghnp `kbcli cluster delete yashandb-elghnp --auto-approve --namespace ns-wxbfo ` Cluster yashandb-elghnp deleted pod_info:yashandb-elghnp-yashandb-compdef-0 0/1 Error 2 (30s ago) 63s No resources found in ns-wxbfo namespace. delete cluster pod done No resources found in ns-wxbfo namespace. check cluster resource non-exist OK: pvc No resources found in ns-wxbfo namespace. delete cluster done No resources found in ns-wxbfo namespace. No resources found in ns-wxbfo namespace. No resources found in ns-wxbfo namespace. Yashandb Test Suite All Done! --------------------------------------Yashandb (Topology = Replicas 1) Test Result-------------------------------------- [PASSED]|[Create]|[ClusterDefinition=yashandb;ClusterVersion=yashandb-personal-23.1.1.100;]|[Description=Create a cluster with the specified cluster definition yashandb and cluster version yashandb-personal-23.1.1.100] [PASSED]|[Connect]|[ComponentName=yashandb-compdef]|[Description=Connect to the cluster] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[VerticalScaling]|[ComponentName=yashandb-compdef]|[Description=VerticalScaling the cluster specify component yashandb-compdef] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]