https://github.com/apecloud/apecloud-cd/actions/runs/21930226630 previous_version: kubeblocks_version:1.0.2 bash test/kbcli/test_kbcli_1.0.sh --type 51 --version 1.0.2 --service-version 2024 --generate-output true --aws-access-key-id *** --aws-secret-access-key *** --jihulab-token *** --random-namespace true --region eastus --cloud-provider aks CURRENT_TEST_DIR:test/kbcli source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME:  `kubectl get namespace | grep ns-gjcrk `(B   `kubectl create namespace ns-gjcrk`(B  namespace/ns-gjcrk created create namespace ns-gjcrk done(B download kbcli  `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)`(B   `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.2`(B  Your system is linux_amd64 Installing kbcli ... Downloading ... kbcli installed successfully. Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2 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.2 done(B Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2 Kubernetes Env: v1.32.10 check snapshot controller check snapshot controller done(B POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default (B KubeBlocks version is:1.0.2 skip upgrade KubeBlocks(B current KubeBlocks version: 1.0.2 check component definition set component name:minio set component version set component version:minio set service versions:2025.10.15,2024.6.29 set service versions sorted:2024.6.29,2025.10.15 set minio component definition set minio component definition minio-1.0.2 REPORT_COUNT 0:0 set replicas first:2,2024.6.29|2,2025.10.15 set replicas second max again:2,2024.6.29 REPORT_COUNT 2:1 CLUSTER_TOPOLOGY:distributed set minio component definition set minio component definition minio-1.0.2 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 CLUSTER_NAME:minio-zglhyx pod_info: termination_policy:DoNotTerminate create 2 replica DoNotTerminate minio cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: minio-1.0.2 by component version:minio apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: minio-zglhyx namespace: ns-gjcrk spec: terminationPolicy: DoNotTerminate componentSpecs: - name: minio componentDef: minio-1.0.2 serviceVersion: 2024.6.29 replicas: 2 env: - name: MINIO_BUCKETS value: kbcli-test disableExporter: true resources: limits: cpu: 100m memory: 0.5Gi requests: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi  `kubectl apply -f test_create_minio-zglhyx.yaml`(B  cluster.apps.kubeblocks.io/minio-zglhyx created apply test_create_minio-zglhyx.yaml Success(B  `rm -rf test_create_minio-zglhyx.yaml`(B  check cluster status  `kbcli cluster list minio-zglhyx --show-labels --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS minio-zglhyx ns-gjcrk DoNotTerminate Creating Feb 12,2026 09:59 UTC+0800 cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances minio-zglhyx --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME minio-zglhyx-minio-0 ns-gjcrk minio-zglhyx minio Running readwrite 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 minio-zglhyx-minio-1 ns-gjcrk minio-zglhyx minio Running notready 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:00 UTC+0800 check pod status done(B connect unsupported engine type: minio minio-1.0.2  `kubectl get secrets -l app.kubernetes.io/instance=minio-zglhyx`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:E57ZwX4F1606eWn9;DB_PORT:9000;DB_DATABASE:(B check pod minio-zglhyx-minio-0 container_name minio exist password E57ZwX4F1606eWn9(B check pod minio-zglhyx-minio-0 container_name kbagent exist password E57ZwX4F1606eWn9(B No container logs contain secret password.(B describe cluster  `kbcli cluster describe minio-zglhyx --namespace ns-gjcrk `(B  Name: minio-zglhyx Created Time: Feb 12,2026 09:59 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-gjcrk Running DoNotTerminate Endpoints: COMPONENT INTERNAL EXTERNAL minio minio-zglhyx-minio.ns-gjcrk.svc.cluster.local:9000 minio-zglhyx-minio.ns-gjcrk.svc.cluster.local:9001 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME minio 2024.6.29 minio-zglhyx-minio-0 readwrite Running 0 aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 minio 2024.6.29 minio-zglhyx-minio-1 notready Running 0 aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:00 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS minio 100m / 100m 512Mi / 512Mi data:1Gi default Images: COMPONENT COMPONENT-DEFINITION IMAGE minio minio-1.0.2 docker.io/apecloud/minio:RELEASE.2024-06-29T01-20-47Z Show cluster events: kbcli cluster list-events -n ns-gjcrk minio-zglhyx  `kbcli cluster label minio-zglhyx app.kubernetes.io/instance- --namespace ns-gjcrk `(B  label "app.kubernetes.io/instance" not found.  `kbcli cluster label minio-zglhyx app.kubernetes.io/instance=minio-zglhyx --namespace ns-gjcrk `(B   `kbcli cluster label minio-zglhyx --list --namespace ns-gjcrk `(B  NAME NAMESPACE LABELS minio-zglhyx ns-gjcrk app.kubernetes.io/instance=minio-zglhyx label cluster app.kubernetes.io/instance=minio-zglhyx Success(B  `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=minio-zglhyx --namespace ns-gjcrk `(B   `kbcli cluster label minio-zglhyx --list --namespace ns-gjcrk `(B  NAME NAMESPACE LABELS minio-zglhyx ns-gjcrk app.kubernetes.io/instance=minio-zglhyx case.name=kbcli.test1 label cluster case.name=kbcli.test1 Success(B  `kbcli cluster label minio-zglhyx case.name=kbcli.test2 --overwrite --namespace ns-gjcrk `(B   `kbcli cluster label minio-zglhyx --list --namespace ns-gjcrk `(B  NAME NAMESPACE LABELS minio-zglhyx ns-gjcrk app.kubernetes.io/instance=minio-zglhyx case.name=kbcli.test2 label cluster case.name=kbcli.test2 Success(B  `kbcli cluster label minio-zglhyx case.name- --namespace ns-gjcrk `(B   `kbcli cluster label minio-zglhyx --list --namespace ns-gjcrk `(B  NAME NAMESPACE LABELS minio-zglhyx ns-gjcrk app.kubernetes.io/instance=minio-zglhyx delete cluster label case.name Success(B cluster connect insert batch data by db client  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-minio-zglhyx --namespace ns-gjcrk `(B   `kubectl get secrets -l app.kubernetes.io/instance=minio-zglhyx`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:E57ZwX4F1606eWn9;DB_PORT:9000;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-minio-zglhyx namespace: ns-gjcrk spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "minio-zglhyx-minio.ns-gjcrk.svc.cluster.local" - "--user" - "root" - "--password" - "E57ZwX4F1606eWn9" - "--port" - "9000" - "--dbtype" - "minio" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-minio-zglhyx.yaml`(B  pod/test-db-client-executionloop-minio-zglhyx created apply test-db-client-executionloop-minio-zglhyx.yaml Success(B  `rm -rf test-db-client-executionloop-minio-zglhyx.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 5s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 10s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 15s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 20s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 31s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 36s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 41s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 47s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 52s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 57s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 1/1 Running 0 62s(B check pod test-db-client-executionloop-minio-zglhyx status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-minio-zglhyx 0/1 Completed 0 68s(B check cluster status  `kbcli cluster list minio-zglhyx --show-labels --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS minio-zglhyx ns-gjcrk DoNotTerminate Running Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=minio-zglhyx check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances minio-zglhyx --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME minio-zglhyx-minio-0 ns-gjcrk minio-zglhyx minio Running readwrite 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 minio-zglhyx-minio-1 ns-gjcrk minio-zglhyx minio Running readwrite 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:00 UTC+0800 check pod status done(B connect unsupported engine type: minio minio-1.0.2 --host minio-zglhyx-minio.ns-gjcrk.svc.cluster.local --user root --password E57ZwX4F1606eWn9 --port 9000 --dbtype minio --test executionloop --duration 60 --interval 1 Execution loop start: Bucket executions-loop-bucket does not exist. Creating bucket... Bucket executions-loop-bucket created successfully. Execution loop start: executions_loop_1 [ 1s ] executions total: 22 successful: 22 failed: 0 disconnect: 0 [ 2s ] executions total: 53 successful: 53 failed: 0 disconnect: 0 [ 3s ] executions total: 85 successful: 85 failed: 0 disconnect: 0 [ 4s ] executions total: 116 successful: 116 failed: 0 disconnect: 0 [ 5s ] executions total: 149 successful: 149 failed: 0 disconnect: 0 [ 6s ] executions total: 181 successful: 181 failed: 0 disconnect: 0 [ 7s ] executions total: 212 successful: 212 failed: 0 disconnect: 0 [ 8s ] executions total: 244 successful: 244 failed: 0 disconnect: 0 [ 9s ] executions total: 276 successful: 276 failed: 0 disconnect: 0 [ 10s ] executions total: 308 successful: 308 failed: 0 disconnect: 0 [ 11s ] executions total: 342 successful: 342 failed: 0 disconnect: 0 [ 12s ] executions total: 373 successful: 373 failed: 0 disconnect: 0 [ 13s ] executions total: 404 successful: 404 failed: 0 disconnect: 0 [ 14s ] executions total: 434 successful: 434 failed: 0 disconnect: 0 [ 15s ] executions total: 461 successful: 461 failed: 0 disconnect: 0 [ 16s ] executions total: 487 successful: 487 failed: 0 disconnect: 0 [ 17s ] executions total: 517 successful: 517 failed: 0 disconnect: 0 [ 18s ] executions total: 538 successful: 538 failed: 0 disconnect: 0 [ 19s ] executions total: 568 successful: 568 failed: 0 disconnect: 0 [ 20s ] executions total: 598 successful: 598 failed: 0 disconnect: 0 [ 21s ] executions total: 629 successful: 629 failed: 0 disconnect: 0 [ 22s ] executions total: 658 successful: 658 failed: 0 disconnect: 0 [ 23s ] executions total: 688 successful: 688 failed: 0 disconnect: 0 [ 24s ] executions total: 717 successful: 717 failed: 0 disconnect: 0 [ 25s ] executions total: 746 successful: 746 failed: 0 disconnect: 0 [ 26s ] executions total: 774 successful: 774 failed: 0 disconnect: 0 [ 27s ] executions total: 804 successful: 804 failed: 0 disconnect: 0 [ 28s ] executions total: 835 successful: 835 failed: 0 disconnect: 0 [ 29s ] executions total: 866 successful: 866 failed: 0 disconnect: 0 [ 30s ] executions total: 897 successful: 897 failed: 0 disconnect: 0 [ 31s ] executions total: 930 successful: 930 failed: 0 disconnect: 0 [ 32s ] executions total: 963 successful: 963 failed: 0 disconnect: 0 [ 33s ] executions total: 994 successful: 994 failed: 0 disconnect: 0 [ 34s ] executions total: 1024 successful: 1024 failed: 0 disconnect: 0 [ 35s ] executions total: 1055 successful: 1055 failed: 0 disconnect: 0 [ 36s ] executions total: 1084 successful: 1084 failed: 0 disconnect: 0 [ 37s ] executions total: 1114 successful: 1114 failed: 0 disconnect: 0 [ 38s ] executions total: 1144 successful: 1144 failed: 0 disconnect: 0 [ 39s ] executions total: 1175 successful: 1175 failed: 0 disconnect: 0 [ 40s ] executions total: 1204 successful: 1204 failed: 0 disconnect: 0 [ 41s ] executions total: 1233 successful: 1233 failed: 0 disconnect: 0 [ 42s ] executions total: 1265 successful: 1265 failed: 0 disconnect: 0 [ 43s ] executions total: 1296 successful: 1296 failed: 0 disconnect: 0 [ 44s ] executions total: 1324 successful: 1324 failed: 0 disconnect: 0 [ 45s ] executions total: 1355 successful: 1355 failed: 0 disconnect: 0 [ 46s ] executions total: 1383 successful: 1383 failed: 0 disconnect: 0 [ 47s ] executions total: 1411 successful: 1411 failed: 0 disconnect: 0 [ 48s ] executions total: 1443 successful: 1443 failed: 0 disconnect: 0 [ 49s ] executions total: 1474 successful: 1474 failed: 0 disconnect: 0 [ 50s ] executions total: 1504 successful: 1504 failed: 0 disconnect: 0 [ 51s ] executions total: 1534 successful: 1534 failed: 0 disconnect: 0 [ 52s ] executions total: 1559 successful: 1559 failed: 0 disconnect: 0 [ 53s ] executions total: 1590 successful: 1590 failed: 0 disconnect: 0 [ 54s ] executions total: 1620 successful: 1620 failed: 0 disconnect: 0 [ 55s ] executions total: 1649 successful: 1649 failed: 0 disconnect: 0 [ 56s ] executions total: 1680 successful: 1680 failed: 0 disconnect: 0 [ 57s ] executions total: 1710 successful: 1710 failed: 0 disconnect: 0 [ 58s ] executions total: 1740 successful: 1740 failed: 0 disconnect: 0 [ 60s ] executions total: 1768 successful: 1768 failed: 0 disconnect: 0 Test Result: Total Executions: 1768 Successful Executions: 1768 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: minio Host: minio-zglhyx-minio.ns-gjcrk.svc.cluster.local Port: 9000 Database: Table: User: root Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds Bucket: DB_CLIENT_BATCH_DATA_COUNT: 1768  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-minio-zglhyx --namespace ns-gjcrk `(B  pod/test-db-client-executionloop-minio-zglhyx patched (no change) pod "test-db-client-executionloop-minio-zglhyx" force deleted  `kubectl get pvc -l app.kubernetes.io/instance=minio-zglhyx,apps.kubeblocks.io/component-name=minio,apps.kubeblocks.io/vct-name=data --namespace ns-gjcrk `(B  cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand minio-zglhyx --auto-approve --force=true --components minio --volume-claim-templates data --storage 6Gi --namespace ns-gjcrk `(B  OpsRequest minio-zglhyx-volumeexpansion-6tvvs created successfully, you can view the progress: kbcli cluster describe-ops minio-zglhyx-volumeexpansion-6tvvs -n ns-gjcrk check ops status  `kbcli cluster list-ops minio-zglhyx --status all --namespace ns-gjcrk `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME minio-zglhyx-volumeexpansion-6tvvs ns-gjcrk VolumeExpansion minio-zglhyx minio Running 0/2 Feb 12,2026 10:04 UTC+0800 check cluster status  `kbcli cluster list minio-zglhyx --show-labels --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS minio-zglhyx ns-gjcrk DoNotTerminate Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=minio-zglhyx cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances minio-zglhyx --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME minio-zglhyx-minio-0 ns-gjcrk minio-zglhyx minio Running readwrite 0 100m / 100m 512Mi / 512Mi data:6Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 minio-zglhyx-minio-1 ns-gjcrk minio-zglhyx minio Running readwrite 0 100m / 100m 512Mi / 512Mi data:6Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:00 UTC+0800 check pod status done(B connect unsupported engine type: minio minio-1.0.2 check ops status  `kbcli cluster list-ops minio-zglhyx --status all --namespace ns-gjcrk `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME minio-zglhyx-volumeexpansion-6tvvs ns-gjcrk VolumeExpansion minio-zglhyx minio Succeed 2/2 Feb 12,2026 10:04 UTC+0800 check ops status done(B ops_status:minio-zglhyx-volumeexpansion-6tvvs ns-gjcrk VolumeExpansion minio-zglhyx minio Succeed 2/2 Feb 12,2026 10:04 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations minio-zglhyx-volumeexpansion-6tvvs --namespace ns-gjcrk `(B  opsrequest.operations.kubeblocks.io/minio-zglhyx-volumeexpansion-6tvvs patched  `kbcli cluster delete-ops --name minio-zglhyx-volumeexpansion-6tvvs --force --auto-approve --namespace ns-gjcrk `(B  OpsRequest minio-zglhyx-volumeexpansion-6tvvs deleted  `kubectl get secrets -l app.kubernetes.io/instance=minio-zglhyx`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:E57ZwX4F1606eWn9;DB_PORT:9000;DB_DATABASE:(B check db_client batch data count  `echo "mc alias set minioserver http://minio-zglhyx-minio.ns-gjcrk.svc.cluster.local:9000 root E57ZwX4F1606eWn9;mc cat minioserver/executions-loop-bucket/executions_loop" | kubectl exec -it minio-zglhyx-minio-0 --namespace ns-gjcrk -- bash`(B  check db_client batch [1768] equal [1768] data Success(B check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale minio-zglhyx --auto-approve --force=true --components minio --cpu 200m --memory 0.6Gi --namespace ns-gjcrk `(B  OpsRequest minio-zglhyx-verticalscaling-2l8n8 created successfully, you can view the progress: kbcli cluster describe-ops minio-zglhyx-verticalscaling-2l8n8 -n ns-gjcrk check ops status  `kbcli cluster list-ops minio-zglhyx --status all --namespace ns-gjcrk `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Running 0/2 Feb 12,2026 10:10 UTC+0800 check cluster status  `kbcli cluster list minio-zglhyx --show-labels --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS minio-zglhyx ns-gjcrk DoNotTerminate Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=minio-zglhyx cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B [Error] check cluster status timeout(B --------------------------------------get cluster minio-zglhyx yaml--------------------------------------  `kubectl get cluster minio-zglhyx -o yaml --namespace ns-gjcrk `(B  apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: '[{"name":"minio-zglhyx-verticalscaling-2l8n8","type":"VerticalScaling"}]' kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps.kubeblocks.io/v1","kind":"Cluster","metadata":{"annotations":{},"name":"minio-zglhyx","namespace":"ns-gjcrk"},"spec":{"componentSpecs":[{"componentDef":"minio-1.0.2","disableExporter":true,"env":[{"name":"MINIO_BUCKETS","value":"kbcli-test"}],"name":"minio","replicas":2,"resources":{"limits":{"cpu":"100m","memory":"0.5Gi"},"requests":{"cpu":"100m","memory":"0.5Gi"}},"serviceVersion":"2024.6.29","volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"1Gi"}},"storageClassName":null}}]}],"terminationPolicy":"DoNotTerminate"}} creationTimestamp: "2026-02-12T01:59:13Z" finalizers: - cluster.kubeblocks.io/finalizer generation: 4 labels: app.kubernetes.io/instance: minio-zglhyx name: minio-zglhyx namespace: ns-gjcrk resourceVersion: "31306" uid: 295018e1-bb68-4437-b003-3db7d377bbf5 spec: componentSpecs: - componentDef: minio-1.0.2 disableExporter: true env: - name: MINIO_BUCKETS value: kbcli-test name: minio podUpdatePolicy: PreferInPlace replicas: 2 resources: limits: cpu: 200m memory: 644245094400m requests: cpu: 200m memory: 644245094400m serviceVersion: 2024.6.29 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 6Gi terminationPolicy: DoNotTerminate status: components: minio: message: InstanceSet/minio-zglhyx-minio: '["minio-zglhyx-minio-1"]' observedGeneration: 4 phase: Updating upToDate: true conditions: - lastTransitionTime: "2026-02-12T01:59:13Z" message: 'The operator has started the provisioning of Cluster: minio-zglhyx' observedGeneration: 4 reason: PreCheckSucceed status: "True" type: ProvisioningStarted - lastTransitionTime: "2026-02-12T01:59:13Z" message: Successfully applied for resources observedGeneration: 4 reason: ApplyResourcesSucceed status: "True" type: ApplyResources - lastTransitionTime: "2026-02-12T02:02:40Z" message: cluster minio-zglhyx is ready reason: ClusterReady status: "True" type: Ready observedGeneration: 4 phase: Updating ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe cluster minio-zglhyx--------------------------------------  `kubectl describe cluster minio-zglhyx --namespace ns-gjcrk `(B  Name: minio-zglhyx Namespace: ns-gjcrk Labels: app.kubernetes.io/instance=minio-zglhyx Annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: [{"name":"minio-zglhyx-verticalscaling-2l8n8","type":"VerticalScaling"}] API Version: apps.kubeblocks.io/v1 Kind: Cluster Metadata: Creation Timestamp: 2026-02-12T01:59:13Z Finalizers: cluster.kubeblocks.io/finalizer Generation: 4 Resource Version: 31306 UID: 295018e1-bb68-4437-b003-3db7d377bbf5 Spec: Component Specs: Component Def: minio-1.0.2 Disable Exporter: true Env: Name: MINIO_BUCKETS Value: kbcli-test Name: minio Pod Update Policy: PreferInPlace Replicas: 2 Resources: Limits: Cpu: 200m Memory: 644245094400m Requests: Cpu: 200m Memory: 644245094400m Service Version: 2024.6.29 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 6Gi Termination Policy: DoNotTerminate Status: Components: Minio: Message: InstanceSet/minio-zglhyx-minio: ["minio-zglhyx-minio-1"] Observed Generation: 4 Phase: Updating Up To Date: true Conditions: Last Transition Time: 2026-02-12T01:59:13Z Message: The operator has started the provisioning of Cluster: minio-zglhyx Observed Generation: 4 Reason: PreCheckSucceed Status: True Type: ProvisioningStarted Last Transition Time: 2026-02-12T01:59:13Z Message: Successfully applied for resources Observed Generation: 4 Reason: ApplyResourcesSucceed Status: True Type: ApplyResources Last Transition Time: 2026-02-12T02:02:40Z Message: cluster minio-zglhyx is ready Reason: ClusterReady Status: True Type: Ready Observed Generation: 4 Phase: Updating Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal ClusterComponentPhaseTransition 18m (x2 over 18m) cluster-controller cluster component minio is Creating Normal ClusterComponentPhaseTransition 15m (x2 over 15m) cluster-controller cluster component minio is Failed Warning Failed 15m cluster-controller Cluster: minio-zglhyx is Failed, check according to the components message Normal ClusterReady 15m cluster-controller cluster minio-zglhyx is ready Normal Running 15m cluster-controller Cluster: minio-zglhyx is ready, current phase is Running Normal PreCheckSucceed 13m (x3 over 18m) cluster-controller The operator has started the provisioning of Cluster: minio-zglhyx Normal ApplyResourcesSucceed 13m (x3 over 18m) cluster-controller Successfully applied for resources Normal ClusterComponentPhaseTransition 13m (x11 over 15m) cluster-controller cluster component minio is Running Normal ClusterComponentPhaseTransition 8m6s (x7 over 15m) cluster-controller cluster component minio is Updating ------------------------------------------------------------------------------------------------------------------ check pod status  `kbcli cluster list-instances minio-zglhyx --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME minio-zglhyx-minio-0 ns-gjcrk minio-zglhyx minio Running readwrite 0 100m / 100m 512Mi / 512Mi data:6Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 09:59 UTC+0800 minio-zglhyx-minio-1 ns-gjcrk minio-zglhyx minio Init:0/3 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:10 UTC+0800 pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B pod_status:Init:0/3(B check pod status done(B check cluster status again cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status again timeout(B check ops status  `kbcli cluster list-ops minio-zglhyx --status all --namespace ns-gjcrk `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Running 1/2 Feb 12,2026 10:10 UTC+0800 ops_status:minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Running 1/2 Feb 12,2026 10:10 UTC+0800 (B ops_status:minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Running 1/2 Feb 12,2026 10:10 UTC+0800 (B ops_status:minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Running 1/2 Feb 12,2026 10:10 UTC+0800 (B ops_status:minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Running 1/2 Feb 12,2026 10:10 UTC+0800 (B ops_status:minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Running 1/2 Feb 12,2026 10:10 UTC+0800 (B ops_status:minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Running 1/2 Feb 12,2026 10:10 UTC+0800 (B ops_status:minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Running 1/2 Feb 12,2026 10:10 UTC+0800 (B ops_status:minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Running 2/2 Feb 12,2026 10:10 UTC+0800 (B ops_status:minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Running 2/2 Feb 12,2026 10:10 UTC+0800 (B check ops status done(B ops_status:minio-zglhyx-verticalscaling-2l8n8 ns-gjcrk VerticalScaling minio-zglhyx minio Succeed 2/2 Feb 12,2026 10:10 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations minio-zglhyx-verticalscaling-2l8n8 --namespace ns-gjcrk `(B  opsrequest.operations.kubeblocks.io/minio-zglhyx-verticalscaling-2l8n8 patched  `kbcli cluster delete-ops --name minio-zglhyx-verticalscaling-2l8n8 --force --auto-approve --namespace ns-gjcrk `(B  OpsRequest minio-zglhyx-verticalscaling-2l8n8 deleted  `kubectl get secrets -l app.kubernetes.io/instance=minio-zglhyx`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:E57ZwX4F1606eWn9;DB_PORT:9000;DB_DATABASE:(B check db_client batch data count  `echo "mc alias set minioserver http://minio-zglhyx-minio.ns-gjcrk.svc.cluster.local:9000 root E57ZwX4F1606eWn9;mc cat minioserver/executions-loop-bucket/executions_loop" | kubectl exec -it minio-zglhyx-minio-0 --namespace ns-gjcrk -- bash`(B  check db_client batch [1768] equal [1768] data Success(B test failover connectionstress(B check cluster status before cluster-failover-connectionstress check cluster status done(B cluster_status:Running(B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-connectionstress-minio-zglhyx --namespace ns-gjcrk `(B   `kubectl get secrets -l app.kubernetes.io/instance=minio-zglhyx`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:E57ZwX4F1606eWn9;DB_PORT:9000;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-minio-zglhyx namespace: ns-gjcrk spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "minio-zglhyx-minio.ns-gjcrk.svc.cluster.local" - "--user" - "root" - "--password" - "E57ZwX4F1606eWn9" - "--port" - "9000" - "--database" - "" - "--dbtype" - "minio" - "--test" - "connectionstress" - "--connections" - "1024" - "--duration" - "60" restartPolicy: Never  `kubectl apply -f test-db-client-connectionstress-minio-zglhyx.yaml`(B  pod/test-db-client-connectionstress-minio-zglhyx created apply test-db-client-connectionstress-minio-zglhyx.yaml Success(B  `rm -rf test-db-client-connectionstress-minio-zglhyx.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-minio-zglhyx 1/1 Running 0 6s(B check pod test-db-client-connectionstress-minio-zglhyx status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-minio-zglhyx 0/1 Completed 0 10s(B check cluster status  `kbcli cluster list minio-zglhyx --show-labels --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS minio-zglhyx ns-gjcrk DoNotTerminate Running Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=minio-zglhyx check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances minio-zglhyx --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME minio-zglhyx-minio-0 ns-gjcrk minio-zglhyx minio Running notready 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:20 UTC+0800 minio-zglhyx-minio-1 ns-gjcrk minio-zglhyx minio Running readwrite 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-40504106-vmss000002/10.224.0.8 Feb 12,2026 10:10 UTC+0800 check pod status done(B connect unsupported engine type: minio minio-1.0.2 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test 2026-02-12T02:03:13.880Z, executions-loop-bucket 0001-01-01T00:00Z, kbcli-test Test Result: null Connection Information: Database Type: minio Host: minio-zglhyx-minio.ns-gjcrk.svc.cluster.local Port: 9000 Database: Table: User: root Org: Access Mode: mysql Test Type: connectionstress Connection Count: 1024 Duration: 60 seconds  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-connectionstress-minio-zglhyx --namespace ns-gjcrk `(B  pod/test-db-client-connectionstress-minio-zglhyx patched (no change) pod "test-db-client-connectionstress-minio-zglhyx" force deleted check failover pod name failover pod name:minio-zglhyx-minio-0 failover connectionstress Success(B  `kubectl get secrets -l app.kubernetes.io/instance=minio-zglhyx`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:E57ZwX4F1606eWn9;DB_PORT:9000;DB_DATABASE:(B check db_client batch data count  `echo "mc alias set minioserver http://minio-zglhyx-minio.ns-gjcrk.svc.cluster.local:9000 root E57ZwX4F1606eWn9;mc cat minioserver/executions-loop-bucket/executions_loop" | kubectl exec -it minio-zglhyx-minio-0 --namespace ns-gjcrk -- bash`(B  check db_client batch [1768] equal [1768] data Success(B cluster stop check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster stop minio-zglhyx --auto-approve --force=true --namespace ns-gjcrk `(B  OpsRequest minio-zglhyx-stop-tr7nr created successfully, you can view the progress: kbcli cluster describe-ops minio-zglhyx-stop-tr7nr -n ns-gjcrk check ops status  `kbcli cluster list-ops minio-zglhyx --status all --namespace ns-gjcrk `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME minio-zglhyx-stop-tr7nr ns-gjcrk Stop minio-zglhyx minio Running 0/2 Feb 12,2026 10:21 UTC+0800 check cluster status  `kbcli cluster list minio-zglhyx --show-labels --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS minio-zglhyx ns-gjcrk DoNotTerminate Stopping Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=minio-zglhyx cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B check cluster status done(B cluster_status:Stopped(B check pod status  `kbcli cluster list-instances minio-zglhyx --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME check pod status done(B check ops status  `kbcli cluster list-ops minio-zglhyx --status all --namespace ns-gjcrk `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME minio-zglhyx-stop-tr7nr ns-gjcrk Stop minio-zglhyx minio Succeed 2/2 Feb 12,2026 10:21 UTC+0800 check ops status done(B ops_status:minio-zglhyx-stop-tr7nr ns-gjcrk Stop minio-zglhyx minio Succeed 2/2 Feb 12,2026 10:21 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations minio-zglhyx-stop-tr7nr --namespace ns-gjcrk `(B  opsrequest.operations.kubeblocks.io/minio-zglhyx-stop-tr7nr patched  `kbcli cluster delete-ops --name minio-zglhyx-stop-tr7nr --force --auto-approve --namespace ns-gjcrk `(B  OpsRequest minio-zglhyx-stop-tr7nr deleted cluster start check cluster status before ops check cluster status done(B cluster_status:Stopped(B  `kbcli cluster start minio-zglhyx --force=true --namespace ns-gjcrk `(B  OpsRequest minio-zglhyx-start-9c87q created successfully, you can view the progress: kbcli cluster describe-ops minio-zglhyx-start-9c87q -n ns-gjcrk check ops status  `kbcli cluster list-ops minio-zglhyx --status all --namespace ns-gjcrk `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME minio-zglhyx-start-9c87q ns-gjcrk Start minio-zglhyx minio Running 0/2 Feb 12,2026 10:22 UTC+0800 check cluster status  `kbcli cluster list minio-zglhyx --show-labels --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS minio-zglhyx ns-gjcrk DoNotTerminate Updating Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=minio-zglhyx cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances minio-zglhyx --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME minio-zglhyx-minio-0 ns-gjcrk minio-zglhyx minio Running readwrite 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:22 UTC+0800 minio-zglhyx-minio-1 ns-gjcrk minio-zglhyx minio Running notready 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:36 UTC+0800 check pod status done(B connect unsupported engine type: minio minio-1.0.2 check ops status  `kbcli cluster list-ops minio-zglhyx --status all --namespace ns-gjcrk `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME minio-zglhyx-start-9c87q ns-gjcrk Start minio-zglhyx minio Succeed 2/2 Feb 12,2026 10:22 UTC+0800 check ops status done(B ops_status:minio-zglhyx-start-9c87q ns-gjcrk Start minio-zglhyx minio Succeed 2/2 Feb 12,2026 10:22 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations minio-zglhyx-start-9c87q --namespace ns-gjcrk `(B  opsrequest.operations.kubeblocks.io/minio-zglhyx-start-9c87q patched  `kbcli cluster delete-ops --name minio-zglhyx-start-9c87q --force --auto-approve --namespace ns-gjcrk `(B  OpsRequest minio-zglhyx-start-9c87q deleted  `kubectl get secrets -l app.kubernetes.io/instance=minio-zglhyx`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:E57ZwX4F1606eWn9;DB_PORT:9000;DB_DATABASE:(B check db_client batch data count  `echo "mc alias set minioserver http://minio-zglhyx-minio.ns-gjcrk.svc.cluster.local:9000 root E57ZwX4F1606eWn9;mc cat minioserver/executions-loop-bucket/executions_loop" | kubectl exec -it minio-zglhyx-minio-0 --namespace ns-gjcrk -- bash`(B  check db_client batch [1768] equal [1768] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=minio-zglhyx`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.username}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.password}"`(B   `kubectl get secrets minio-zglhyx-minio-account-root -o jsonpath="{.data.port}"`(B  DB_USERNAME:root;DB_PASSWORD:E57ZwX4F1606eWn9;DB_PORT:9000;DB_DATABASE:(B apiVersion: v1 kind: Pod metadata: name: benchtest-minio-zglhyx namespace: ns-gjcrk spec: containers: - name: test-benchmark image: docker.io/apecloud/mc:RELEASE.2025-08-13T08-35-41Z command: ["/bin/sh"] args: ["-c", "mc alias set minioserver http://minio-zglhyx-minio.ns-gjcrk.svc.cluster.local:9000 root E57ZwX4F1606eWn9 && mc mb minioserver/bucket-qwynv"] restartPolicy: Never  `kubectl apply -f benchtest-minio-zglhyx.yaml`(B  pod/benchtest-minio-zglhyx created apply benchtest-minio-zglhyx.yaml Success(B check pod status pod_status:NAME READY STATUS RESTARTS AGE benchtest-minio-zglhyx 0/1 ContainerCreating 0 0s(B check pod benchtest-minio-zglhyx status done(B pod_status:NAME READY STATUS RESTARTS AGE benchtest-minio-zglhyx 0/1 Completed 0 4s(B  `rm -rf benchtest-minio-zglhyx.yaml`(B   `kubectl logs benchtest-minio-zglhyx --tail 30 --namespace ns-gjcrk `(B  Added `minioserver` successfully. Bucket created successfully `minioserver/bucket-qwynv`.  `kubectl delete pod benchtest-minio-zglhyx --force --namespace ns-gjcrk `(B  pod "benchtest-minio-zglhyx" force deleted cluster update terminationPolicy WipeOut  `kbcli cluster update minio-zglhyx --termination-policy=WipeOut --namespace ns-gjcrk `(B  cluster.apps.kubeblocks.io/minio-zglhyx updated check cluster status  `kbcli cluster list minio-zglhyx --show-labels --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS minio-zglhyx ns-gjcrk WipeOut Running Feb 12,2026 09:59 UTC+0800 app.kubernetes.io/instance=minio-zglhyx check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances minio-zglhyx --namespace ns-gjcrk `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME minio-zglhyx-minio-0 ns-gjcrk minio-zglhyx minio Running readwrite 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-40504106-vmss000000/10.224.0.6 Feb 12,2026 10:22 UTC+0800 minio-zglhyx-minio-1 ns-gjcrk minio-zglhyx minio Running readwrite 0 200m / 200m 644245094400m / 644245094400m data:6Gi aks-cicdamdpool-40504106-vmss000003/10.224.0.9 Feb 12,2026 10:36 UTC+0800 check pod status done(B connect unsupported engine type: minio minio-1.0.2 cluster list-logs  `kbcli cluster list-logs minio-zglhyx --namespace ns-gjcrk `(B  cluster logs  `kbcli cluster logs minio-zglhyx --tail 30 --namespace ns-gjcrk `(B  1: cmd/server-main.go:923:cmd.serverMain() Waiting for all MinIO sub-systems to be initialize... Configured max API requests per node based on available memory: 136 All MinIO sub-systems initialized successfully in 9.415791ms MinIO Object Storage Server Copyright: 2015-2026 MinIO, Inc. License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html Version: RELEASE.2024-06-29T01-20-47Z (go1.22.4 linux/amd64) API: http://10.244.2.144:9000 http://127.0.0.1:9000 WebUI: http://10.244.2.144:9001 http://127.0.0.1:9001 Docs: https://min.io/docs/minio/linux/index.html Use `mc admin info` to look for latest server/drive info Status: 1 Online, 1 Offline. You are running an older version of MinIO released 1 year before the latest release Update: Run `mc admin update ALIAS` API: SYSTEM.peers Time: 02:35:49 UTC 02/12/2026 DeploymentID: efef589b-a89d-4fc7-a892-4be4d175dd70 Error: Drive: http://minio-zglhyx-minio-1.minio-zglhyx-minio-headless.ns-gjcrk.svc.cluster.local:9000/data returned drive not found (*fmt.wrapError) endpoint="http://minio-zglhyx-minio-1.minio-zglhyx-minio-headless.ns-gjcrk.svc.cluster.local:9000/data" 4: internal/logger/logger.go:258:logger.LogAlwaysIf() 3: cmd/logging.go:65:cmd.peersLogAlwaysIf() 2: cmd/prepare-storage.go:51:cmd.init.func22.1() 1: cmd/erasure-sets.go:234:cmd.(*erasureSets).connectDisks.func2() delete cluster minio-zglhyx  `kbcli cluster delete minio-zglhyx --auto-approve --namespace ns-gjcrk `(B  pod_info:minio-zglhyx-minio-0 2/2 Running 0 15m minio-zglhyx-minio-1 2/2 Running 0 2m42s Cluster minio-zglhyx deleted pod_info:minio-zglhyx-minio-0 2/2 Terminating 0 16m minio-zglhyx-minio-1 2/2 Terminating 0 3m2s delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B Minio Test Suite All Done!(B Test Engine: minio Test Type: 51 --------------------------------------Minio 2024.6.29 (Topology = distributed Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=distributed;ComponentDefinition=minio-1.0.2;ComponentVersion=minio;ServiceVersion=2024.6.29;]|[Description=Create a cluster with the specified topology distributed with the specified component definition minio-1.0.2 and component version minio and service version 2024.6.29](B [PASSED]|[VolumeExpansion]|[ComponentName=minio]|[Description=VolumeExpansion the cluster specify component minio](B [PASSED]|[VerticalScaling]|[ComponentName=minio]|[Description=VerticalScaling the cluster specify component minio](B [PASSED]|[NoFailover]|[HA=Connection Stress;ComponentName=minio]|[Description=Simulates conditions where pods experience connection stress either due to expected/undesired processes thereby testing the application's resilience to potential slowness/unavailability of some replicas due to high Connection load.](B [PASSED]|[Stop]|[-]|[Description=Stop the cluster](B [PASSED]|[Start]|[-]|[Description=Start the cluster](B [PASSED]|[Bench]|[ComponentName=minio]|[Description=Bench the cluster service with minio component](B [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut](B [PASSED]|[Delete]|[-]|[Description=Delete the cluster](B [END]