source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME: `kubectl get namespace | grep ns-qxqcm ` `kubectl create namespace ns-qxqcm` namespace/ns-qxqcm created create namespace ns-qxqcm 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.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 33.6M 100 33.6M 0 0 99.0M 0 --:--:-- --:--:-- --:--:-- 99.0M kbcli installed successfully. Kubernetes: v1.32.6 KubeBlocks: 1.0.1 kbcli: 1.0.1 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.1 done Kubernetes: v1.32.6 KubeBlocks: 1.0.1 kbcli: 1.0.1 Kubernetes Env: v1.32.6 check snapshot controller check snapshot controller done POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default KubeBlocks version is:1.0.1 skip upgrade KubeBlocks current KubeBlocks version: 1.0.1 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:influxdb set component version set component version:influxdb set service versions:2.7.11 set service versions sorted:2.7.11 set influxdb component definition set influxdb component definition influxdb-1.0.1 REPORT_COUNT 0:0 set replicas first:1,2.7.11 set replicas third:1,2.7.11 set replicas fourth:1,2.7.11 set minimum cmpv service version set minimum cmpv service version replicas:1,2.7.11 REPORT_COUNT:1 CLUSTER_TOPOLOGY: set influxdb component definition set influxdb component definition influxdb-1.0.1 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 CLUSTER_NAME:influxdb-bjxxqh No resources found in ns-qxqcm namespace. pod_info: termination_policy:WipeOut create 1 replica WipeOut influxdb cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: influxdb-1.0.1 by component version:influxdb apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: influxdb-bjxxqh namespace: ns-qxqcm spec: services: - name: influxdb serviceName: influxdb spec: type: ClusterIP ports: - port: 8086 targetPort: 8086 terminationPolicy: WipeOut componentSpecs: - name: influxdb componentDef: influxdb-1.0.1 tls: false replicas: 1 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi `kubectl apply -f test_create_influxdb-bjxxqh.yaml` cluster.apps.kubeblocks.io/influxdb-bjxxqh created apply test_create_influxdb-bjxxqh.yaml Success `rm -rf test_create_influxdb-bjxxqh.yaml` check cluster status `kbcli cluster list influxdb-bjxxqh --show-labels --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-bjxxqh ns-qxqcm WipeOut Creating Sep 11,2025 17:27 UTC+0800 cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances influxdb-bjxxqh --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-bjxxqh-influxdb-0 ns-qxqcm influxdb-bjxxqh influxdb Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:27 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check cluster connect done `kubectl get secrets -l app.kubernetes.io/instance=influxdb-bjxxqh` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:x@8#c7!7&U;DB_PORT:8086;DB_DATABASE:primary check pod influxdb-bjxxqh-influxdb-0 container_name influxdb exist password x@8#c7!7&U No container logs contain secret password. describe cluster `kbcli cluster describe influxdb-bjxxqh --namespace ns-qxqcm ` Name: influxdb-bjxxqh Created Time: Sep 11,2025 17:27 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-qxqcm Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL influxdb influxdb-bjxxqh-influxdb-influxdb.ns-qxqcm.svc.cluster.local:8086 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME influxdb 2.7.11 influxdb-bjxxqh-influxdb-0 Running 0 aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:27 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS influxdb 100m / 100m 512Mi / 512Mi data:1Gi default Images: COMPONENT COMPONENT-DEFINITION IMAGE influxdb influxdb-1.0.1 docker.io/apecloud/influxdb:2.7.11-debian-12-r18 Show cluster events: kbcli cluster list-events -n ns-qxqcm influxdb-bjxxqh `kbcli cluster label influxdb-bjxxqh app.kubernetes.io/instance- --namespace ns-qxqcm ` label "app.kubernetes.io/instance" not found. `kbcli cluster label influxdb-bjxxqh app.kubernetes.io/instance=influxdb-bjxxqh --namespace ns-qxqcm ` `kbcli cluster label influxdb-bjxxqh --list --namespace ns-qxqcm ` NAME NAMESPACE LABELS influxdb-bjxxqh ns-qxqcm app.kubernetes.io/instance=influxdb-bjxxqh label cluster app.kubernetes.io/instance=influxdb-bjxxqh Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=influxdb-bjxxqh --namespace ns-qxqcm ` `kbcli cluster label influxdb-bjxxqh --list --namespace ns-qxqcm ` NAME NAMESPACE LABELS influxdb-bjxxqh ns-qxqcm app.kubernetes.io/instance=influxdb-bjxxqh case.name=kbcli.test1 label cluster case.name=kbcli.test1 Success `kbcli cluster label influxdb-bjxxqh case.name=kbcli.test2 --overwrite --namespace ns-qxqcm ` `kbcli cluster label influxdb-bjxxqh --list --namespace ns-qxqcm ` NAME NAMESPACE LABELS influxdb-bjxxqh ns-qxqcm app.kubernetes.io/instance=influxdb-bjxxqh case.name=kbcli.test2 label cluster case.name=kbcli.test2 Success `kbcli cluster label influxdb-bjxxqh case.name- --namespace ns-qxqcm ` `kbcli cluster label influxdb-bjxxqh --list --namespace ns-qxqcm ` NAME NAMESPACE LABELS influxdb-bjxxqh ns-qxqcm app.kubernetes.io/instance=influxdb-bjxxqh delete cluster label case.name Success cluster connect `kubectl get secrets -l app.kubernetes.io/instance=influxdb-bjxxqh` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:x@8#c7!7&U;DB_PORT:8086;DB_DATABASE:primary `echo " influx bucket list --org primary --token 'x@8#c7!7&U' " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash ` Defaulted container "influxdb" out of: influxdb, init-chmod-data (init) Unable to use a TTY - input is not a terminal or the right kind of file ID Name Retention Shard group duration Organization ID Schema Type 81612397a4e5c5a0 _monitoring 168h0m0s 24h0m0s 49a356be2e0a6ce3 implicit 1b8e021023931a98 _tasks 72h0m0s 24h0m0s 49a356be2e0a6ce3 implicit a333db9b2e5a81eb primary infinite 168h0m0s 49a356be2e0a6ce3 implicit connect cluster Success insert batch data by db client Error from server (NotFound): pods "test-db-client-executionloop-influxdb-bjxxqh" not found `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-executionloop-influxdb-bjxxqh --namespace ns-qxqcm ` Error from server (NotFound): pods "test-db-client-executionloop-influxdb-bjxxqh" not found Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. Error from server (NotFound): pods "test-db-client-executionloop-influxdb-bjxxqh" not found `kubectl get secrets -l app.kubernetes.io/instance=influxdb-bjxxqh` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:x@8#c7!7&U;DB_PORT:8086;DB_DATABASE:primary apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-influxdb-bjxxqh namespace: ns-qxqcm spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "influxdb-bjxxqh-influxdb-influxdb.ns-qxqcm.svc.cluster.local" - "--user" - "admin" - "--password" - "x@8#c7!7&U" - "--port" - "8086" - "--dbtype" - "influxdb" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" - "--org" - "primary" - "--bucket" - "executions_loop_bucket" restartPolicy: Never `kubectl apply -f test-db-client-executionloop-influxdb-bjxxqh.yaml` pod/test-db-client-executionloop-influxdb-bjxxqh created apply test-db-client-executionloop-influxdb-bjxxqh.yaml Success `rm -rf test-db-client-executionloop-influxdb-bjxxqh.yaml` check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 0/1 ContainerCreating 0 6s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 10s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 15s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 20s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 25s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 30s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 35s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 40s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 46s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 51s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 56s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 61s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 1/1 Running 0 66s check pod test-db-client-executionloop-influxdb-bjxxqh status done pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-bjxxqh 0/1 Completed 0 71s check cluster status `kbcli cluster list influxdb-bjxxqh --show-labels --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-bjxxqh ns-qxqcm WipeOut Running Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=influxdb-bjxxqh check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances influxdb-bjxxqh --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-bjxxqh-influxdb-0 ns-qxqcm influxdb-bjxxqh influxdb Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:27 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check cluster connect done --host influxdb-bjxxqh-influxdb-influxdb.ns-qxqcm.svc.cluster.local --user admin --password x@8#c7!7&U --port 8086 --dbtype influxdb --test executionloop --duration 60 --interval 1 --org primary --bucket executions_loop_bucket WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by retrofit2.Platform (file:/app/oneclient-1.0-all.jar) to constructor java.lang.invoke.MethodHandles$Lookup(java.lang.Class,int) WARNING: Please consider reporting this to the maintainers of retrofit2.Platform WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Execution loop start: Bucket executions_loop_bucket does not exist. Creating bucket... Bucket executions_loop_bucket created successfully. Execution loop start: executions_loop executions_loop=1 [ 1s ] executions total: 36 successful: 36 failed: 0 disconnect: 0 [ 2s ] executions total: 135 successful: 135 failed: 0 disconnect: 0 [ 3s ] executions total: 237 successful: 237 failed: 0 disconnect: 0 [ 4s ] executions total: 337 successful: 337 failed: 0 disconnect: 0 [ 5s ] executions total: 438 successful: 438 failed: 0 disconnect: 0 [ 6s ] executions total: 502 successful: 502 failed: 0 disconnect: 0 [ 7s ] executions total: 599 successful: 599 failed: 0 disconnect: 0 [ 8s ] executions total: 697 successful: 697 failed: 0 disconnect: 0 [ 9s ] executions total: 793 successful: 793 failed: 0 disconnect: 0 [ 10s ] executions total: 895 successful: 895 failed: 0 disconnect: 0 [ 11s ] executions total: 995 successful: 995 failed: 0 disconnect: 0 [ 12s ] executions total: 1058 successful: 1058 failed: 0 disconnect: 0 [ 13s ] executions total: 1160 successful: 1160 failed: 0 disconnect: 0 [ 14s ] executions total: 1261 successful: 1261 failed: 0 disconnect: 0 [ 15s ] executions total: 1364 successful: 1364 failed: 0 disconnect: 0 [ 16s ] executions total: 1427 successful: 1427 failed: 0 disconnect: 0 [ 17s ] executions total: 1528 successful: 1528 failed: 0 disconnect: 0 [ 18s ] executions total: 1598 successful: 1598 failed: 0 disconnect: 0 [ 19s ] executions total: 1699 successful: 1699 failed: 0 disconnect: 0 [ 20s ] executions total: 1800 successful: 1800 failed: 0 disconnect: 0 [ 21s ] executions total: 1900 successful: 1900 failed: 0 disconnect: 0 [ 22s ] executions total: 2003 successful: 2003 failed: 0 disconnect: 0 [ 23s ] executions total: 2106 successful: 2106 failed: 0 disconnect: 0 [ 24s ] executions total: 2175 successful: 2175 failed: 0 disconnect: 0 [ 25s ] executions total: 2272 successful: 2272 failed: 0 disconnect: 0 [ 26s ] executions total: 2373 successful: 2373 failed: 0 disconnect: 0 [ 27s ] executions total: 2475 successful: 2475 failed: 0 disconnect: 0 [ 28s ] executions total: 2564 successful: 2564 failed: 0 disconnect: 0 [ 29s ] executions total: 2665 successful: 2665 failed: 0 disconnect: 0 [ 30s ] executions total: 2733 successful: 2733 failed: 0 disconnect: 0 [ 31s ] executions total: 2832 successful: 2832 failed: 0 disconnect: 0 [ 32s ] executions total: 2926 successful: 2926 failed: 0 disconnect: 0 [ 33s ] executions total: 3027 successful: 3027 failed: 0 disconnect: 0 [ 34s ] executions total: 3127 successful: 3127 failed: 0 disconnect: 0 [ 35s ] executions total: 3228 successful: 3228 failed: 0 disconnect: 0 [ 36s ] executions total: 3300 successful: 3300 failed: 0 disconnect: 0 [ 37s ] executions total: 3399 successful: 3399 failed: 0 disconnect: 0 [ 38s ] executions total: 3497 successful: 3497 failed: 0 disconnect: 0 [ 39s ] executions total: 3592 successful: 3592 failed: 0 disconnect: 0 [ 40s ] executions total: 3692 successful: 3692 failed: 0 disconnect: 0 [ 41s ] executions total: 3795 successful: 3795 failed: 0 disconnect: 0 [ 42s ] executions total: 3858 successful: 3858 failed: 0 disconnect: 0 [ 43s ] executions total: 3960 successful: 3960 failed: 0 disconnect: 0 [ 44s ] executions total: 4061 successful: 4061 failed: 0 disconnect: 0 [ 45s ] executions total: 4162 successful: 4162 failed: 0 disconnect: 0 [ 46s ] executions total: 4263 successful: 4263 failed: 0 disconnect: 0 [ 47s ] executions total: 4366 successful: 4366 failed: 0 disconnect: 0 [ 48s ] executions total: 4436 successful: 4436 failed: 0 disconnect: 0 [ 49s ] executions total: 4537 successful: 4537 failed: 0 disconnect: 0 [ 50s ] executions total: 4639 successful: 4639 failed: 0 disconnect: 0 [ 51s ] executions total: 4739 successful: 4739 failed: 0 disconnect: 0 [ 52s ] executions total: 4843 successful: 4843 failed: 0 disconnect: 0 [ 53s ] executions total: 4947 successful: 4947 failed: 0 disconnect: 0 [ 54s ] executions total: 5022 successful: 5022 failed: 0 disconnect: 0 [ 55s ] executions total: 5120 successful: 5120 failed: 0 disconnect: 0 [ 56s ] executions total: 5223 successful: 5223 failed: 0 disconnect: 0 [ 57s ] executions total: 5326 successful: 5326 failed: 0 disconnect: 0 [ 58s ] executions total: 5426 successful: 5426 failed: 0 disconnect: 0 [ 59s ] executions total: 5531 successful: 5531 failed: 0 disconnect: 0 [ 60s ] executions total: 5596 successful: 5596 failed: 0 disconnect: 0 Test Result: Total Executions: 5596 Successful Executions: 5596 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: influxdb Host: influxdb-bjxxqh-influxdb-influxdb.ns-qxqcm.svc.cluster.local Port: 8086 Database: Table: User: admin Org: primary Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds Bucket: executions_loop_bucket DB_CLIENT_BATCH_DATA_COUNT: 5596 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-executionloop-influxdb-bjxxqh --namespace ns-qxqcm ` pod/test-db-client-executionloop-influxdb-bjxxqh patched (no change) Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. pod "test-db-client-executionloop-influxdb-bjxxqh" force deleted check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale influxdb-bjxxqh --auto-approve --force=true --components influxdb --cpu 200m --memory 0.6Gi --namespace ns-qxqcm ` OpsRequest influxdb-bjxxqh-verticalscaling-thtsz created successfully, you can view the progress: kbcli cluster describe-ops influxdb-bjxxqh-verticalscaling-thtsz -n ns-qxqcm check ops status `kbcli cluster list-ops influxdb-bjxxqh --status all --namespace ns-qxqcm ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-bjxxqh-verticalscaling-thtsz ns-qxqcm VerticalScaling influxdb-bjxxqh influxdb Creating -/- Sep 11,2025 17:30 UTC+0800 check cluster status `kbcli cluster list influxdb-bjxxqh --show-labels --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-bjxxqh ns-qxqcm WipeOut Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=influxdb-bjxxqh cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances influxdb-bjxxqh --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-bjxxqh-influxdb-0 ns-qxqcm influxdb-bjxxqh influxdb Running 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:30 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check cluster connect done check ops status `kbcli cluster list-ops influxdb-bjxxqh --status all --namespace ns-qxqcm ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-bjxxqh-verticalscaling-thtsz ns-qxqcm VerticalScaling influxdb-bjxxqh influxdb Succeed 1/1 Sep 11,2025 17:30 UTC+0800 check ops status done ops_status:influxdb-bjxxqh-verticalscaling-thtsz ns-qxqcm VerticalScaling influxdb-bjxxqh influxdb Succeed 1/1 Sep 11,2025 17:30 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations influxdb-bjxxqh-verticalscaling-thtsz --namespace ns-qxqcm ` opsrequest.operations.kubeblocks.io/influxdb-bjxxqh-verticalscaling-thtsz patched `kbcli cluster delete-ops --name influxdb-bjxxqh-verticalscaling-thtsz --force --auto-approve --namespace ns-qxqcm ` OpsRequest influxdb-bjxxqh-verticalscaling-thtsz deleted `kubectl get secrets -l app.kubernetes.io/instance=influxdb-bjxxqh` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:x@8#c7!7&U;DB_PORT:8086;DB_DATABASE:primary check db_client batch data count `echo " influx query 'from(bucket:\"executions_loop_bucket\") |> range(start: -6h) |> count()' --org primary --token 'x@8#c7!7&U' " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check db_client batch data Success test failover connectionstress check cluster status before cluster-failover-connectionstress check cluster status done cluster_status:Running Error from server (NotFound): pods "test-db-client-connectionstress-influxdb-bjxxqh" not found `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-connectionstress-influxdb-bjxxqh --namespace ns-qxqcm ` Error from server (NotFound): pods "test-db-client-connectionstress-influxdb-bjxxqh" not found Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. Error from server (NotFound): pods "test-db-client-connectionstress-influxdb-bjxxqh" not found `kubectl get secrets -l app.kubernetes.io/instance=influxdb-bjxxqh` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:x@8#c7!7&U;DB_PORT:8086;DB_DATABASE:primary apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-influxdb-bjxxqh namespace: ns-qxqcm spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "influxdb-bjxxqh-influxdb-influxdb.ns-qxqcm.svc.cluster.local" - "--user" - "admin" - "--password" - "x@8#c7!7&U" - "--port" - "8086" - "--database" - "primary" - "--dbtype" - "influxdb" - "--test" - "connectionstress" - "--connections" - "5000" - "--duration" - "60" - "--org" - "primary" - "--bucket" - "executions_loop_bucket" restartPolicy: Never `kubectl apply -f test-db-client-connectionstress-influxdb-bjxxqh.yaml` pod/test-db-client-connectionstress-influxdb-bjxxqh created apply test-db-client-connectionstress-influxdb-bjxxqh.yaml Success `rm -rf test-db-client-connectionstress-influxdb-bjxxqh.yaml` check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 6s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 14s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 24s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 34s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 44s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 54s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 64s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 74s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 85s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 95s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 105s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 115s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 2m5s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 2m15s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 2m25s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 2m35s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 2m45s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 2m56s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 3m6s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 3m16s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 3m26s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 3m36s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 3m46s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 3m56s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 4m6s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 4m17s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 4m27s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 4m37s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 4m47s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 4m57s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 5m7s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 5m17s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 5m27s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 5m37s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 5m48s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 5m58s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 6m8s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 6m18s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 6m28s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 6m38s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 6m48s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 6m58s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 7m8s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 7m19s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 7m29s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 7m39s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 7m49s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 7m59s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 8m9s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 8m19s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 8m29s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 8m39s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 8m50s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 9m pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 9m10s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 1/1 Running 0 9m20s check pod test-db-client-connectionstress-influxdb-bjxxqh status done pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-bjxxqh 0/1 Completed 0 9m30s check cluster status `kbcli cluster list influxdb-bjxxqh --show-labels --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-bjxxqh ns-qxqcm WipeOut Running Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=influxdb-bjxxqh check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances influxdb-bjxxqh --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-bjxxqh-influxdb-0 ns-qxqcm influxdb-bjxxqh influxdb Running 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:30 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check cluster connect done Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Query result:[FluxTable[columns=8, records=5596]] Test Result: Connection stress test completed: Successful connections: 5000 Duration: 566 seconds Connection Information: Database Type: influxdb Host: influxdb-bjxxqh-influxdb-influxdb.ns-qxqcm.svc.cluster.local Port: 8086 Database: primary Table: User: admin Org: primary Access Mode: mysql Test Type: connectionstress Connection Count: 5000 Duration: 60 seconds `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-connectionstress-influxdb-bjxxqh --namespace ns-qxqcm ` pod/test-db-client-connectionstress-influxdb-bjxxqh patched (no change) Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. pod "test-db-client-connectionstress-influxdb-bjxxqh" force deleted check failover pod name failover pod name:influxdb-bjxxqh-influxdb-0 failover connectionstress Success `kubectl get secrets -l app.kubernetes.io/instance=influxdb-bjxxqh` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:x@8#c7!7&U;DB_PORT:8086;DB_DATABASE:primary check db_client batch data count `echo " influx query 'from(bucket:\"executions_loop_bucket\") |> range(start: -6h) |> count()' --org primary --token 'x@8#c7!7&U' " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check db_client batch data Success `kubectl get pvc -l app.kubernetes.io/instance=influxdb-bjxxqh,apps.kubeblocks.io/component-name=influxdb,apps.kubeblocks.io/vct-name=data --namespace ns-qxqcm ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in influxdb-bjxxqh namespace. `kbcli cluster volume-expand influxdb-bjxxqh --auto-approve --force=true --components influxdb --volume-claim-templates data --storage 4Gi --namespace ns-qxqcm ` OpsRequest influxdb-bjxxqh-volumeexpansion-cx864 created successfully, you can view the progress: kbcli cluster describe-ops influxdb-bjxxqh-volumeexpansion-cx864 -n ns-qxqcm check ops status `kbcli cluster list-ops influxdb-bjxxqh --status all --namespace ns-qxqcm ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-bjxxqh-volumeexpansion-cx864 ns-qxqcm VolumeExpansion influxdb-bjxxqh influxdb Pending -/- Sep 11,2025 17:41 UTC+0800 check cluster status `kbcli cluster list influxdb-bjxxqh --show-labels --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-bjxxqh ns-qxqcm WipeOut Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=influxdb-bjxxqh 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 influxdb-bjxxqh --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-bjxxqh-influxdb-0 ns-qxqcm influxdb-bjxxqh influxdb Running 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:30 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check cluster connect done No resources found in influxdb-bjxxqh namespace. check ops status `kbcli cluster list-ops influxdb-bjxxqh --status all --namespace ns-qxqcm ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-bjxxqh-volumeexpansion-cx864 ns-qxqcm VolumeExpansion influxdb-bjxxqh influxdb Succeed 1/1 Sep 11,2025 17:41 UTC+0800 check ops status done ops_status:influxdb-bjxxqh-volumeexpansion-cx864 ns-qxqcm VolumeExpansion influxdb-bjxxqh influxdb Succeed 1/1 Sep 11,2025 17:41 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations influxdb-bjxxqh-volumeexpansion-cx864 --namespace ns-qxqcm ` opsrequest.operations.kubeblocks.io/influxdb-bjxxqh-volumeexpansion-cx864 patched `kbcli cluster delete-ops --name influxdb-bjxxqh-volumeexpansion-cx864 --force --auto-approve --namespace ns-qxqcm ` OpsRequest influxdb-bjxxqh-volumeexpansion-cx864 deleted `kubectl get secrets -l app.kubernetes.io/instance=influxdb-bjxxqh` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:x@8#c7!7&U;DB_PORT:8086;DB_DATABASE:primary check db_client batch data count `echo " influx query 'from(bucket:\"executions_loop_bucket\") |> range(start: -6h) |> count()' --org primary --token 'x@8#c7!7&U' " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check db_client batch data Success cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart influxdb-bjxxqh --auto-approve --force=true --namespace ns-qxqcm ` OpsRequest influxdb-bjxxqh-restart-4cng9 created successfully, you can view the progress: kbcli cluster describe-ops influxdb-bjxxqh-restart-4cng9 -n ns-qxqcm check ops status `kbcli cluster list-ops influxdb-bjxxqh --status all --namespace ns-qxqcm ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-bjxxqh-restart-4cng9 ns-qxqcm Restart influxdb-bjxxqh influxdb Creating -/- Sep 11,2025 17:46 UTC+0800 check cluster status `kbcli cluster list influxdb-bjxxqh --show-labels --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-bjxxqh ns-qxqcm WipeOut Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=influxdb-bjxxqh 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 influxdb-bjxxqh --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-bjxxqh-influxdb-0 ns-qxqcm influxdb-bjxxqh influxdb Running 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:46 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check cluster connect done check ops status `kbcli cluster list-ops influxdb-bjxxqh --status all --namespace ns-qxqcm ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-bjxxqh-restart-4cng9 ns-qxqcm Restart influxdb-bjxxqh influxdb Succeed 1/1 Sep 11,2025 17:46 UTC+0800 check ops status done ops_status:influxdb-bjxxqh-restart-4cng9 ns-qxqcm Restart influxdb-bjxxqh influxdb Succeed 1/1 Sep 11,2025 17:46 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations influxdb-bjxxqh-restart-4cng9 --namespace ns-qxqcm ` opsrequest.operations.kubeblocks.io/influxdb-bjxxqh-restart-4cng9 patched `kbcli cluster delete-ops --name influxdb-bjxxqh-restart-4cng9 --force --auto-approve --namespace ns-qxqcm ` OpsRequest influxdb-bjxxqh-restart-4cng9 deleted `kubectl get secrets -l app.kubernetes.io/instance=influxdb-bjxxqh` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:x@8#c7!7&U;DB_PORT:8086;DB_DATABASE:primary check db_client batch data count `echo " influx query 'from(bucket:\"executions_loop_bucket\") |> range(start: -6h) |> count()' --org primary --token 'x@8#c7!7&U' " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check db_client batch data Success cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop influxdb-bjxxqh --auto-approve --force=true --namespace ns-qxqcm ` OpsRequest influxdb-bjxxqh-stop-v8nx2 created successfully, you can view the progress: kbcli cluster describe-ops influxdb-bjxxqh-stop-v8nx2 -n ns-qxqcm check ops status `kbcli cluster list-ops influxdb-bjxxqh --status all --namespace ns-qxqcm ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-bjxxqh-stop-v8nx2 ns-qxqcm Stop influxdb-bjxxqh Running -/- Sep 11,2025 17:48 UTC+0800 check cluster status `kbcli cluster list influxdb-bjxxqh --show-labels --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-bjxxqh ns-qxqcm WipeOut Stopped Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=influxdb-bjxxqh check cluster status done cluster_status:Stopped check pod status `kbcli cluster list-instances influxdb-bjxxqh --namespace ns-qxqcm ` 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 influxdb-bjxxqh --status all --namespace ns-qxqcm ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-bjxxqh-stop-v8nx2 ns-qxqcm Stop influxdb-bjxxqh influxdb Succeed 1/1 Sep 11,2025 17:48 UTC+0800 check ops status done ops_status:influxdb-bjxxqh-stop-v8nx2 ns-qxqcm Stop influxdb-bjxxqh influxdb Succeed 1/1 Sep 11,2025 17:48 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations influxdb-bjxxqh-stop-v8nx2 --namespace ns-qxqcm ` opsrequest.operations.kubeblocks.io/influxdb-bjxxqh-stop-v8nx2 patched `kbcli cluster delete-ops --name influxdb-bjxxqh-stop-v8nx2 --force --auto-approve --namespace ns-qxqcm ` OpsRequest influxdb-bjxxqh-stop-v8nx2 deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start influxdb-bjxxqh --force=true --namespace ns-qxqcm ` OpsRequest influxdb-bjxxqh-start-tl8fk created successfully, you can view the progress: kbcli cluster describe-ops influxdb-bjxxqh-start-tl8fk -n ns-qxqcm check ops status `kbcli cluster list-ops influxdb-bjxxqh --status all --namespace ns-qxqcm ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-bjxxqh-start-tl8fk ns-qxqcm Start influxdb-bjxxqh influxdb Running 0/1 Sep 11,2025 17:48 UTC+0800 check cluster status `kbcli cluster list influxdb-bjxxqh --show-labels --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-bjxxqh ns-qxqcm WipeOut Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=influxdb-bjxxqh cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances influxdb-bjxxqh --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-bjxxqh-influxdb-0 ns-qxqcm influxdb-bjxxqh influxdb Running 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:48 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check cluster connect done check ops status `kbcli cluster list-ops influxdb-bjxxqh --status all --namespace ns-qxqcm ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-bjxxqh-start-tl8fk ns-qxqcm Start influxdb-bjxxqh influxdb Succeed 1/1 Sep 11,2025 17:48 UTC+0800 check ops status done ops_status:influxdb-bjxxqh-start-tl8fk ns-qxqcm Start influxdb-bjxxqh influxdb Succeed 1/1 Sep 11,2025 17:48 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations influxdb-bjxxqh-start-tl8fk --namespace ns-qxqcm ` opsrequest.operations.kubeblocks.io/influxdb-bjxxqh-start-tl8fk patched `kbcli cluster delete-ops --name influxdb-bjxxqh-start-tl8fk --force --auto-approve --namespace ns-qxqcm ` OpsRequest influxdb-bjxxqh-start-tl8fk deleted `kubectl get secrets -l app.kubernetes.io/instance=influxdb-bjxxqh` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-bjxxqh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:x@8#c7!7&U;DB_PORT:8086;DB_DATABASE:primary check db_client batch data count `echo " influx query 'from(bucket:\"executions_loop_bucket\") |> range(start: -6h) |> count()' --org primary --token 'x@8#c7!7&U' " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check db_client batch data Success cluster update terminationPolicy WipeOut `kbcli cluster update influxdb-bjxxqh --termination-policy=WipeOut --namespace ns-qxqcm ` cluster.apps.kubeblocks.io/influxdb-bjxxqh updated (no change) check cluster status `kbcli cluster list influxdb-bjxxqh --show-labels --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-bjxxqh ns-qxqcm WipeOut Running Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=influxdb-bjxxqh check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances influxdb-bjxxqh --namespace ns-qxqcm ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-bjxxqh-influxdb-0 ns-qxqcm influxdb-bjxxqh influxdb Running 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:48 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-bjxxqh-influxdb-0 --namespace ns-qxqcm -- bash` check cluster connect done cluster list-logs `kbcli cluster list-logs influxdb-bjxxqh --namespace ns-qxqcm ` No log files found. Error from server (NotFound): pods "influxdb-bjxxqh-influxdb-0" not found cluster logs `kbcli cluster logs influxdb-bjxxqh --tail 30 --namespace ns-qxqcm ` Defaulted container "influxdb" out of: influxdb, init-chmod-data (init) influxdb 09:56:43.19 INFO ==> Subscribe to project updates by watching https://github.com/bitnami/containers influxdb 09:56:43.19 INFO ==> Did you know there are enterprise versions of the Bitnami catalog? For enhanced secure software supply chain features, unlimited pulls from Docker, LTS support, or application customization, see Bitnami Premium or Tanzu Application Catalog. See https://www.arrow.com/globalecs/na/vendors/bitnami/ for more information. influxdb 09:56:43.19 INFO ==> influxdb 09:56:43.20 INFO ==> ** Starting InfluxDB setup ** influxdb 09:56:43.30 INFO ==> influx CLI configuration /opt/bitnami/influxdb/etc/config.toml detected! influxdb 09:56:43.30 INFO ==> Deploying InfluxDB with persisted data influxdb 09:56:43.31 INFO ==> Stopping InfluxDB... influxdb 09:56:43.39 INFO ==> ** InfluxDB setup finished! ** influxdb 09:56:43.41 INFO ==> ** Starting InfluxDB ** ts=2025-09-11T09:56:44.293172Z lvl=info msg="Welcome to InfluxDB" log_id=0yv38WX0000 version=v2.7.11 commit=fbf5d4a build_date=2025-09-11T09:56:43Z log_level=info ts=2025-09-11T09:56:44.323507Z lvl=info msg="Resources opened" log_id=0yv38WX0000 service=bolt path=/bitnami/influxdb/influxd.bolt ts=2025-09-11T09:56:44.323642Z lvl=info msg="Resources opened" log_id=0yv38WX0000 service=sqlite path=/bitnami/influxdb/influxd.sqlite ts=2025-09-11T09:56:44.354150Z lvl=info msg="Checking InfluxDB metadata for prior version." log_id=0yv38WX0000 bolt_path=/bitnami/influxdb/influxd.bolt ts=2025-09-11T09:56:44.354253Z lvl=info msg="Using data dir" log_id=0yv38WX0000 service=storage-engine service=store path=/bitnami/influxdb/data ts=2025-09-11T09:56:44.354274Z lvl=info msg="Compaction settings" log_id=0yv38WX0000 service=storage-engine service=store max_concurrent_compactions=8 throughput_bytes_per_second=50331648 throughput_bytes_per_second_burst=50331648 ts=2025-09-11T09:56:44.354284Z lvl=info msg="Open store (start)" log_id=0yv38WX0000 service=storage-engine service=store op_name=tsdb_open op_event=start ts=2025-09-11T09:56:44.392152Z lvl=info msg="index opened with 8 partitions" log_id=0yv38WX0000 service=storage-engine index=tsi ts=2025-09-11T09:56:44.396601Z lvl=info msg="loading changes (start)" log_id=0yv38WX0000 service=storage-engine engine=tsm1 op_name="field indices" path=/bitnami/influxdb/data/2557fc521aa7cb31/autogen/1/fields.idxl op_event=start ts=2025-09-11T09:56:44.396640Z lvl=info msg="loading changes (end)" log_id=0yv38WX0000 service=storage-engine engine=tsm1 op_name="field indices" path=/bitnami/influxdb/data/2557fc521aa7cb31/autogen/1/fields.idxl op_event=end op_elapsed=0.044ms ts=2025-09-11T09:56:44.404736Z lvl=info msg="Opened file" log_id=0yv38WX0000 service=storage-engine engine=tsm1 service=filestore path=/bitnami/influxdb/data/2557fc521aa7cb31/autogen/1/000000001-000000001.tsm id=0 duration=7.972ms ts=2025-09-11T09:56:44.404836Z lvl=info msg="Opened shard" log_id=0yv38WX0000 service=storage-engine service=store op_name=tsdb_open db_shard_id=1 path=/bitnami/influxdb/data/2557fc521aa7cb31/autogen/1 index_version=tsi1 duration=22.360ms ts=2025-09-11T09:56:44.404850Z lvl=info msg="Finished loading shard, current progress 100.0% shards (1 / 1)." log_id=0yv38WX0000 service=storage-engine ts=2025-09-11T09:56:44.404933Z lvl=info msg="Open store (end)" log_id=0yv38WX0000 service=storage-engine service=store op_name=tsdb_open op_event=end op_elapsed=50.646ms ts=2025-09-11T09:56:44.404975Z lvl=info msg="Starting retention policy enforcement service" log_id=0yv38WX0000 service=retention check_interval=30m ts=2025-09-11T09:56:44.404989Z lvl=info msg="Starting precreation service" log_id=0yv38WX0000 service=shard-precreation check_interval=10m advance_period=30m ts=2025-09-11T09:56:44.405711Z lvl=info msg="Starting query controller" log_id=0yv38WX0000 service=storage-reads concurrency_quota=1024 initial_memory_bytes_quota_per_query=9223372036854775807 memory_bytes_quota_per_query=9223372036854775807 max_memory_bytes=0 queue_size=1024 ts=2025-09-11T09:56:44.411758Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0yv38WX0000 max_select_point=0 max_select_series=0 max_select_buckets=0 ts=2025-09-11T09:56:44.694959Z lvl=info msg=Starting log_id=0yv38WX0000 service=telemetry interval=8h ts=2025-09-11T09:56:44.695113Z lvl=info msg=Listening log_id=0yv38WX0000 service=tcp-listener transport=http addr=0.0.0.0:8086 port=8086 delete cluster influxdb-bjxxqh `kbcli cluster delete influxdb-bjxxqh --auto-approve --namespace ns-qxqcm ` Cluster influxdb-bjxxqh deleted pod_info:influxdb-bjxxqh-influxdb-0 1/1 Running 0 9m54s No resources found in ns-qxqcm namespace. delete cluster pod done No resources found in ns-qxqcm namespace. check cluster resource non-exist OK: pvc No resources found in ns-qxqcm namespace. delete cluster done No resources found in ns-qxqcm namespace. No resources found in ns-qxqcm namespace. No resources found in ns-qxqcm namespace. Influxdb Test Suite All Done! Test Engine: influxdb Test Type: 38 --------------------------------------Influxdb (Topology = Replicas 1) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=influxdb-1.0.1;ComponentVersion=influxdb;ServiceVersion=2.7.11;]|[Description=Create a cluster with the specified component definition influxdb-1.0.1 and component version influxdb and service version 2.7.11] [PASSED]|[Connect]|[ComponentName=influxdb]|[Description=Connect to the cluster] [PASSED]|[VerticalScaling]|[ComponentName=influxdb]|[Description=VerticalScaling the cluster specify component influxdb] [PASSED]|[No-Failover]|[HA=Connection Stress;ComponentName=influxdb]|[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.] [PASSED]|[VolumeExpansion]|[ComponentName=influxdb]|[Description=VolumeExpansion the cluster specify component influxdb] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [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]