source commons files source engines files source kubeblocks files `kubectl get namespace | grep ns-hckou ` `kubectl create namespace ns-hckou` namespace/ns-hckou created create namespace ns-hckou done download kbcli `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)` `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.0` Your system is linux_amd64 Installing kbcli ... Downloading ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33.6M 100 33.6M 0 0 96.7M 0 --:--:-- --:--:-- --:--:-- 96.7M kbcli installed successfully. Kubernetes: v1.32.5-eks-5d4a308 KubeBlocks: 1.0.0 kbcli: 1.0.0 Make sure your docker service is running and begin your journey with kbcli: kbcli playground init For more information on how to get started, please visit: https://kubeblocks.io download kbcli v1.0.0 done Kubernetes: v1.32.5-eks-5d4a308 KubeBlocks: 1.0.0 kbcli: 1.0.0 Kubernetes Env: v1.32.5-eks-5d4a308 check snapshot controller check snapshot controller done eks default-vsc found POD_RESOURCES: No resources found found default storage class: gp3 KubeBlocks version is:1.0.0 skip upgrade KubeBlocks current KubeBlocks version: 1.0.0 Error: no repositories to show helm repo add chaos-mesh https://charts.chaos-mesh.org "chaos-mesh" has been added to your repositories add helm chart repo chaos-mesh success chaos mesh already installed check component definition set component name:influxdb set component version set component version:influxdb set service versions:2.7.4 set service versions sorted:2.7.4 set influxdb component definition set influxdb component definition influxdb-1.0.0-alpha.0 set replicas first:1,2.7.4 set replicas third:1,2.7.4 set replicas fourth:1,2.7.4 set minimum cmpv service version set minimum cmpv service version replicas:1,2.7.4 REPORT_COUNT:1 CLUSTER_TOPOLOGY: Error from server (NotFound): clusterdefinitions.apps.kubeblocks.io "influxdb" not found Not found topology in cluster definition influxdb set influxdb component definition set influxdb component definition influxdb-1.0.0-alpha.0 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 No resources found in ns-hckou namespace. termination_policy:Delete create 1 replica Delete 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.0-alpha.0 by component version:influxdb apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: influxdb-nushoh namespace: ns-hckou spec: services: - name: influxdb serviceName: influxdb spec: type: ClusterIP ports: - port: 8086 targetPort: 8086 terminationPolicy: Delete componentSpecs: - name: influxdb componentDef: influxdb-1.0.0-alpha.0 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-nushoh.yaml` cluster.apps.kubeblocks.io/influxdb-nushoh created apply test_create_influxdb-nushoh.yaml Success `rm -rf test_create_influxdb-nushoh.yaml` check cluster status `kbcli cluster list influxdb-nushoh --show-labels --namespace ns-hckou ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-nushoh ns-hckou Delete May 28,2025 11:38 UTC+0800 cluster_status: cluster_status:Creating cluster_status:Creating cluster_status:Creating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances influxdb-nushoh --namespace ns-hckou ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-nushoh-influxdb-0 ns-hckou influxdb-nushoh influxdb Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-14-41.us-west-2.compute.internal/172.31.14.41 May 28,2025 11:39 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- bash` check cluster connect done `kubectl get secrets -l app.kubernetes.io/instance=influxdb-nushoh` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:E8y7#8*##f;DB_PORT:8086;DB_DATABASE:primary check pod influxdb-nushoh-influxdb-0 container_name influxdb exist password E8y7#8*##f No container logs contain secret password. describe cluster `kbcli cluster describe influxdb-nushoh --namespace ns-hckou ` Name: influxdb-nushoh Created Time: May 28,2025 11:38 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-hckou Running Delete Endpoints: COMPONENT INTERNAL EXTERNAL Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME influxdb 2.7.4 influxdb-nushoh-influxdb-0 Running us-west-2a ip-172-31-14-41.us-west-2.compute.internal/172.31.14.41 May 28,2025 11:39 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS influxdb 100m / 100m 512Mi / 512Mi data:1Gi kb-default-sc Images: COMPONENT COMPONENT-DEFINITION IMAGE influxdb influxdb-1.0.0-alpha.0 docker.io/apecloud/influxdb:2.7.4-debian-11-r0 Show cluster events: kbcli cluster list-events -n ns-hckou influxdb-nushoh `kbcli cluster label influxdb-nushoh app.kubernetes.io/instance- --namespace ns-hckou ` label "app.kubernetes.io/instance" not found. `kbcli cluster label influxdb-nushoh app.kubernetes.io/instance=influxdb-nushoh --namespace ns-hckou ` `kbcli cluster label influxdb-nushoh --list --namespace ns-hckou ` NAME NAMESPACE LABELS influxdb-nushoh ns-hckou app.kubernetes.io/instance=influxdb-nushoh label cluster app.kubernetes.io/instance=influxdb-nushoh Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=influxdb-nushoh --namespace ns-hckou ` `kbcli cluster label influxdb-nushoh --list --namespace ns-hckou ` NAME NAMESPACE LABELS influxdb-nushoh ns-hckou app.kubernetes.io/instance=influxdb-nushoh case.name=kbcli.test1 label cluster case.name=kbcli.test1 Success `kbcli cluster label influxdb-nushoh case.name=kbcli.test2 --overwrite --namespace ns-hckou ` `kbcli cluster label influxdb-nushoh --list --namespace ns-hckou ` NAME NAMESPACE LABELS influxdb-nushoh ns-hckou app.kubernetes.io/instance=influxdb-nushoh case.name=kbcli.test2 label cluster case.name=kbcli.test2 Success `kbcli cluster label influxdb-nushoh case.name- --namespace ns-hckou ` `kbcli cluster label influxdb-nushoh --list --namespace ns-hckou ` NAME NAMESPACE LABELS influxdb-nushoh ns-hckou app.kubernetes.io/instance=influxdb-nushoh delete cluster label case.name Success cluster connect `kubectl get secrets -l app.kubernetes.io/instance=influxdb-nushoh` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:E8y7#8*##f;DB_PORT:8086;DB_DATABASE:primary No resources found in ns-hckou namespace. `echo " influx bucket list --org primary --token 'E8y7#8*##f' " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- 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 ce6db1f971129536 _monitoring 168h0m0s 24h0m0s 90c903c7e1819d42 implicit 3ab01834cca4ab83 _tasks 72h0m0s 24h0m0s 90c903c7e1819d42 implicit 848806c39f67189f primary infinite 168h0m0s 90c903c7e1819d42 implicit connect cluster Success insert batch data by db client Error from server (NotFound): pods "test-db-client-executionloop-influxdb-nushoh" not found DB_CLIENT_BATCH_DATA_COUNT: `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-executionloop-influxdb-nushoh --namespace ns-hckou ` Error from server (NotFound): pods "test-db-client-executionloop-influxdb-nushoh" 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-nushoh" not found `kubectl get secrets -l app.kubernetes.io/instance=influxdb-nushoh` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:E8y7#8*##f;DB_PORT:8086;DB_DATABASE:primary No resources found in ns-hckou namespace. apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-influxdb-nushoh namespace: ns-hckou spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "influxdb-nushoh-influxdb.ns-hckou.svc.cluster.local" - "--user" - "admin" - "--password" - "E8y7#8*##f" - "--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-nushoh.yaml` pod/test-db-client-executionloop-influxdb-nushoh created apply test-db-client-executionloop-influxdb-nushoh.yaml Success `rm -rf test-db-client-executionloop-influxdb-nushoh.yaml` check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 0/1 ContainerCreating 0 6s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 0/1 ContainerCreating 0 11s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 1/1 Running 0 17s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 1/1 Running 0 22s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 1/1 Running 0 28s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 1/1 Running 0 34s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 1/1 Running 0 40s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 1/1 Running 0 46s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 1/1 Running 0 51s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 1/1 Running 0 57s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 1/1 Running 0 63s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 1/1 Running 0 69s check pod test-db-client-executionloop-influxdb-nushoh status done pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-influxdb-nushoh 0/1 Completed 0 75s check cluster status `kbcli cluster list influxdb-nushoh --show-labels --namespace ns-hckou ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-nushoh ns-hckou Delete Running May 28,2025 11:38 UTC+0800 app.kubernetes.io/instance=influxdb-nushoh check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances influxdb-nushoh --namespace ns-hckou ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-nushoh-influxdb-0 ns-hckou influxdb-nushoh influxdb Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-14-41.us-west-2.compute.internal/172.31.14.41 May 28,2025 11:39 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- bash` check cluster connect done --host influxdb-nushoh-influxdb.ns-hckou.svc.cluster.local --user admin --password E8y7#8*##f --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: 27 successful: 27 failed: 0 disconnect: 0 [ 2s ] executions total: 71 successful: 71 failed: 0 disconnect: 0 [ 3s ] executions total: 114 successful: 114 failed: 0 disconnect: 0 [ 4s ] executions total: 153 successful: 153 failed: 0 disconnect: 0 [ 5s ] executions total: 197 successful: 197 failed: 0 disconnect: 0 [ 6s ] executions total: 236 successful: 236 failed: 0 disconnect: 0 [ 7s ] executions total: 279 successful: 279 failed: 0 disconnect: 0 [ 8s ] executions total: 315 successful: 315 failed: 0 disconnect: 0 [ 9s ] executions total: 360 successful: 360 failed: 0 disconnect: 0 [ 10s ] executions total: 404 successful: 404 failed: 0 disconnect: 0 [ 11s ] executions total: 450 successful: 450 failed: 0 disconnect: 0 [ 12s ] executions total: 499 successful: 499 failed: 0 disconnect: 0 [ 13s ] executions total: 546 successful: 546 failed: 0 disconnect: 0 [ 14s ] executions total: 594 successful: 594 failed: 0 disconnect: 0 [ 15s ] executions total: 640 successful: 640 failed: 0 disconnect: 0 [ 16s ] executions total: 683 successful: 683 failed: 0 disconnect: 0 [ 17s ] executions total: 731 successful: 731 failed: 0 disconnect: 0 [ 18s ] executions total: 774 successful: 774 failed: 0 disconnect: 0 [ 19s ] executions total: 808 successful: 808 failed: 0 disconnect: 0 [ 20s ] executions total: 852 successful: 852 failed: 0 disconnect: 0 [ 21s ] executions total: 899 successful: 899 failed: 0 disconnect: 0 [ 22s ] executions total: 947 successful: 947 failed: 0 disconnect: 0 [ 23s ] executions total: 991 successful: 991 failed: 0 disconnect: 0 [ 24s ] executions total: 1039 successful: 1039 failed: 0 disconnect: 0 [ 25s ] executions total: 1084 successful: 1084 failed: 0 disconnect: 0 [ 26s ] executions total: 1126 successful: 1126 failed: 0 disconnect: 0 [ 27s ] executions total: 1174 successful: 1174 failed: 0 disconnect: 0 [ 28s ] executions total: 1222 successful: 1222 failed: 0 disconnect: 0 [ 29s ] executions total: 1274 successful: 1274 failed: 0 disconnect: 0 [ 30s ] executions total: 1322 successful: 1322 failed: 0 disconnect: 0 [ 31s ] executions total: 1360 successful: 1360 failed: 0 disconnect: 0 [ 32s ] executions total: 1382 successful: 1382 failed: 0 disconnect: 0 [ 33s ] executions total: 1426 successful: 1426 failed: 0 disconnect: 0 [ 34s ] executions total: 1468 successful: 1468 failed: 0 disconnect: 0 [ 35s ] executions total: 1511 successful: 1511 failed: 0 disconnect: 0 [ 36s ] executions total: 1554 successful: 1554 failed: 0 disconnect: 0 [ 37s ] executions total: 1601 successful: 1601 failed: 0 disconnect: 0 [ 38s ] executions total: 1644 successful: 1644 failed: 0 disconnect: 0 [ 39s ] executions total: 1680 successful: 1680 failed: 0 disconnect: 0 [ 40s ] executions total: 1725 successful: 1725 failed: 0 disconnect: 0 [ 41s ] executions total: 1763 successful: 1763 failed: 0 disconnect: 0 [ 42s ] executions total: 1815 successful: 1815 failed: 0 disconnect: 0 [ 43s ] executions total: 1862 successful: 1862 failed: 0 disconnect: 0 [ 44s ] executions total: 1895 successful: 1895 failed: 0 disconnect: 0 [ 45s ] executions total: 1942 successful: 1942 failed: 0 disconnect: 0 [ 46s ] executions total: 1986 successful: 1986 failed: 0 disconnect: 0 [ 47s ] executions total: 2033 successful: 2033 failed: 0 disconnect: 0 [ 48s ] executions total: 2075 successful: 2075 failed: 0 disconnect: 0 [ 49s ] executions total: 2120 successful: 2120 failed: 0 disconnect: 0 [ 50s ] executions total: 2165 successful: 2165 failed: 0 disconnect: 0 [ 51s ] executions total: 2212 successful: 2212 failed: 0 disconnect: 0 [ 52s ] executions total: 2265 successful: 2265 failed: 0 disconnect: 0 [ 53s ] executions total: 2308 successful: 2308 failed: 0 disconnect: 0 [ 54s ] executions total: 2355 successful: 2355 failed: 0 disconnect: 0 [ 55s ] executions total: 2401 successful: 2401 failed: 0 disconnect: 0 [ 56s ] executions total: 2453 successful: 2453 failed: 0 disconnect: 0 [ 57s ] executions total: 2503 successful: 2503 failed: 0 disconnect: 0 [ 58s ] executions total: 2545 successful: 2545 failed: 0 disconnect: 0 [ 59s ] executions total: 2592 successful: 2592 failed: 0 disconnect: 0 [ 60s ] executions total: 2606 successful: 2606 failed: 0 disconnect: 0 Test Result: Total Executions: 2606 Successful Executions: 2606 Failed Executions: 0 Disconnection Counts: 0 Connection Information: Database Type: influxdb Host: influxdb-nushoh-influxdb.ns-hckou.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: 2606 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-executionloop-influxdb-nushoh --namespace ns-hckou ` pod/test-db-client-executionloop-influxdb-nushoh 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-nushoh" force deleted test failover connectionstress check node drain check node drain success Error from server (NotFound): pods "test-db-client-connectionstress-influxdb-nushoh" not found `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-connectionstress-influxdb-nushoh --namespace ns-hckou ` Error from server (NotFound): pods "test-db-client-connectionstress-influxdb-nushoh" 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-nushoh" not found `kubectl get secrets -l app.kubernetes.io/instance=influxdb-nushoh` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:E8y7#8*##f;DB_PORT:8086;DB_DATABASE:primary No resources found in ns-hckou namespace. apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-influxdb-nushoh namespace: ns-hckou spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "influxdb-nushoh-influxdb.ns-hckou.svc.cluster.local" - "--user" - "admin" - "--password" - "E8y7#8*##f" - "--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-nushoh.yaml` pod/test-db-client-connectionstress-influxdb-nushoh created apply test-db-client-connectionstress-influxdb-nushoh.yaml Success `rm -rf test-db-client-connectionstress-influxdb-nushoh.yaml` check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 6s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 14s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 25s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 36s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 47s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 58s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 69s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 79s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 90s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 101s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 112s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 2m3s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 2m14s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 2m25s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 2m35s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 2m46s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 2m57s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 3m8s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 3m19s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 3m30s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 3m41s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 3m51s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 4m2s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 4m13s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 4m24s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 4m35s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 4m46s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 4m57s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 5m7s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 5m18s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 5m29s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 5m40s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 5m51s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 6m2s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 6m13s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 6m23s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 6m34s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 6m45s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 6m56s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 7m7s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 7m18s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 7m28s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 7m39s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 7m50s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 8m1s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 8m12s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 8m23s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 8m33s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 8m44s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 8m55s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 9m6s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 9m17s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 9m28s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 9m38s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 9m49s pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 10m pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 10m pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 10m pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 10m pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 10m pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-influxdb-nushoh 1/1 Running 0 10m check pod test-db-client-connectionstress-influxdb-nushoh status timeout --------------------------------------get pod test-db-client-connectionstress-influxdb-nushoh yaml-------------------------------------- `kubectl get pod test-db-client-connectionstress-influxdb-nushoh -o yaml --namespace ns-hckou ` apiVersion: v1 kind: Pod metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | ***"apiVersion":"v1","kind":"Pod","metadata":***"annotations":***,"name":"test-db-client-connectionstress-influxdb-nushoh","namespace":"ns-hckou"***,"spec":***"containers":[***"args":["--host","influxdb-nushoh-influxdb.ns-hckou.svc.cluster.local","--user","admin","--password","E8y7#8*##f","--port","8086","--database","primary","--dbtype","influxdb","--test","connectionstress","--connections","5000","--duration","60","--org","primary","--bucket","executions_loop_bucket"],"image":"docker.io/apecloud/dbclient:test","imagePullPolicy":"IfNotPresent","name":"test-dbclient"***],"restartPolicy":"Never"*** creationTimestamp: "2025-05-28T03:43:00Z" name: test-db-client-connectionstress-influxdb-nushoh namespace: ns-hckou resourceVersion: "20322" uid: 42ae79ab-7832-457f-add3-7048a8423b76 spec: containers: - args: - --host - influxdb-nushoh-influxdb.ns-hckou.svc.cluster.local - --user - admin - --password - E8y7#8*##f - --port - "8086" - --database - primary - --dbtype - influxdb - --test - connectionstress - --connections - "5000" - --duration - "60" - --org - primary - --bucket - executions_loop_bucket image: docker.io/apecloud/dbclient:test imagePullPolicy: IfNotPresent name: test-dbclient resources: *** terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-hzhb9 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true nodeName: ip-172-31-9-61.us-west-2.compute.internal preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Never schedulerName: default-scheduler securityContext: *** serviceAccount: default serviceAccountName: default terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 300 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 300 volumes: - name: kube-api-access-hzhb9 projected: defaultMode: 420 sources: - serviceAccountToken: expirationSeconds: 3607 path: token - configMap: items: - key: ca.crt path: ca.crt name: kube-root-ca.crt - downwardAPI: items: - fieldRef: apiVersion: v1 fieldPath: metadata.namespace path: namespace status: conditions: - lastProbeTime: null lastTransitionTime: "2025-05-28T03:43:01Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2025-05-28T03:43:00Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2025-05-28T03:43:01Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2025-05-28T03:43:01Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2025-05-28T03:43:00Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://7155ac9d1c416d6c2b46a915906feb2b11bc6b77abf676b828745d47c016e453 image: docker.io/apecloud/dbclient:test imageID: docker.io/apecloud/dbclient@sha256:0fabe76d4616f63b301f9e8b4fbf4db854bba63edf137d70a52c4a533f99b77f lastState: *** name: test-dbclient ready: true restartCount: 0 started: true state: running: startedAt: "2025-05-28T03:43:00Z" volumeMounts: - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-hzhb9 readOnly: true recursiveReadOnly: Disabled hostIP: 172.31.9.61 hostIPs: - ip: 172.31.9.61 phase: Running podIP: 172.31.15.87 podIPs: - ip: 172.31.15.87 qosClass: BestEffort startTime: "2025-05-28T03:43:00Z" ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe pod test-db-client-connectionstress-influxdb-nushoh-------------------------------------- `kubectl describe pod test-db-client-connectionstress-influxdb-nushoh --namespace ns-hckou ` Name: test-db-client-connectionstress-influxdb-nushoh Namespace: ns-hckou Priority: 0 Service Account: default Node: ip-172-31-9-61.us-west-2.compute.internal/172.31.9.61 Start Time: Wed, 28 May 2025 11:43:00 +0800 Labels: Annotations: Status: Running IP: 172.31.15.87 IPs: IP: 172.31.15.87 Containers: test-dbclient: Container ID: containerd://7155ac9d1c416d6c2b46a915906feb2b11bc6b77abf676b828745d47c016e453 Image: docker.io/apecloud/dbclient:test Image ID: docker.io/apecloud/dbclient@sha256:0fabe76d4616f63b301f9e8b4fbf4db854bba63edf137d70a52c4a533f99b77f Port: Host Port: Args: --host influxdb-nushoh-influxdb.ns-hckou.svc.cluster.local --user admin --password E8y7#8*##f --port 8086 --database primary --dbtype influxdb --test connectionstress --connections 5000 --duration 60 --org primary --bucket executions_loop_bucket State: Running Started: Wed, 28 May 2025 11:43:00 +0800 Ready: True Restart Count: 0 Environment: Mounts: /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-hzhb9 (ro) Conditions: Type Status PodReadyToStartContainers True Initialized True Ready True ContainersReady True PodScheduled True Volumes: kube-api-access-hzhb9: Type: Projected (a volume that contains injected data from multiple sources) TokenExpirationSeconds: 3607 ConfigMapName: kube-root-ca.crt ConfigMapOptional: DownwardAPI: true QoS Class: BestEffort Node-Selectors: Tolerations: node.kubernetes.io/not-ready:NoExecute op=Exists for 300s node.kubernetes.io/unreachable:NoExecute op=Exists for 300s Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 10m default-scheduler Successfully assigned ns-hckou/test-db-client-connectionstress-influxdb-nushoh to ip-172-31-9-61.us-west-2.compute.internal Normal Pulled 10m kubelet Container image "docker.io/apecloud/dbclient:test" already present on machine Normal Created 10m kubelet Created container: test-dbclient Normal Started 10m kubelet Started container test-dbclient ------------------------------------------------------------------------------------------------------------------ --------------------------------------pod test-db-client-connectionstress-influxdb-nushoh-------------------------------------- `kubectl logs test-db-client-connectionstress-influxdb-nushoh --namespace ns-hckou --tail 500` Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] ------------------------------------------------------------------------------------------------------------------ check cluster status `kbcli cluster list influxdb-nushoh --show-labels --namespace ns-hckou ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-nushoh ns-hckou Delete Running May 28,2025 11:38 UTC+0800 app.kubernetes.io/instance=influxdb-nushoh check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances influxdb-nushoh --namespace ns-hckou ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-nushoh-influxdb-0 ns-hckou influxdb-nushoh influxdb Running us-west-2a 100m / 100m 512Mi / 512Mi data:1Gi ip-172-31-14-41.us-west-2.compute.internal/172.31.14.41 May 28,2025 11:39 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- bash` check cluster connect done Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] Query result:[FluxTable[columns=8, records=2606]] `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge pods test-db-client-connectionstress-influxdb-nushoh --namespace ns-hckou ` pod/test-db-client-connectionstress-influxdb-nushoh 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-nushoh" force deleted check failover pod name failover pod name:influxdb-nushoh-influxdb-0 failover connectionstress Success `kubectl get secrets -l app.kubernetes.io/instance=influxdb-nushoh` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:E8y7#8*##f;DB_PORT:8086;DB_DATABASE:primary No resources found in ns-hckou namespace. check db_client batch data count `echo " influx query 'from(bucket:\"executions_loop_bucket\") |> range(start: -6h) |> count()' --org primary --token 'E8y7#8*##f' " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- bash` check db_client batch data Success `kubectl get pvc -l app.kubernetes.io/instance=influxdb-nushoh,apps.kubeblocks.io/component-name=influxdb,apps.kubeblocks.io/vct-name=data --namespace ns-hckou ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in influxdb-nushoh namespace. `kbcli cluster volume-expand influxdb-nushoh --auto-approve --force=true --components influxdb --volume-claim-templates data --storage 6Gi --namespace ns-hckou ` OpsRequest influxdb-nushoh-volumeexpansion-4vw5n created successfully, you can view the progress: kbcli cluster describe-ops influxdb-nushoh-volumeexpansion-4vw5n -n ns-hckou check ops status `kbcli cluster list-ops influxdb-nushoh --status all --namespace ns-hckou ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-nushoh-volumeexpansion-4vw5n ns-hckou VolumeExpansion influxdb-nushoh influxdb Running 0/1 May 28,2025 11:54 UTC+0800 check cluster status `kbcli cluster list influxdb-nushoh --show-labels --namespace ns-hckou ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-nushoh ns-hckou Delete Updating May 28,2025 11:38 UTC+0800 app.kubernetes.io/instance=influxdb-nushoh 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-nushoh --namespace ns-hckou ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-nushoh-influxdb-0 ns-hckou influxdb-nushoh influxdb Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-14-41.us-west-2.compute.internal/172.31.14.41 May 28,2025 11:39 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- bash` check cluster connect done No resources found in influxdb-nushoh namespace. check ops status `kbcli cluster list-ops influxdb-nushoh --status all --namespace ns-hckou ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-nushoh-volumeexpansion-4vw5n ns-hckou VolumeExpansion influxdb-nushoh influxdb Succeed 1/1 May 28,2025 11:54 UTC+0800 check ops status done ops_status:influxdb-nushoh-volumeexpansion-4vw5n ns-hckou VolumeExpansion influxdb-nushoh influxdb Succeed 1/1 May 28,2025 11:54 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations influxdb-nushoh-volumeexpansion-4vw5n --namespace ns-hckou ` opsrequest.operations.kubeblocks.io/influxdb-nushoh-volumeexpansion-4vw5n patched `kbcli cluster delete-ops --name influxdb-nushoh-volumeexpansion-4vw5n --force --auto-approve --namespace ns-hckou ` OpsRequest influxdb-nushoh-volumeexpansion-4vw5n deleted `kubectl get secrets -l app.kubernetes.io/instance=influxdb-nushoh` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:E8y7#8*##f;DB_PORT:8086;DB_DATABASE:primary No resources found in ns-hckou namespace. check db_client batch data count `echo " influx query 'from(bucket:\"executions_loop_bucket\") |> range(start: -6h) |> count()' --org primary --token 'E8y7#8*##f' " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- 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-nushoh --auto-approve --force=true --namespace ns-hckou ` OpsRequest influxdb-nushoh-stop-nrmg9 created successfully, you can view the progress: kbcli cluster describe-ops influxdb-nushoh-stop-nrmg9 -n ns-hckou check ops status `kbcli cluster list-ops influxdb-nushoh --status all --namespace ns-hckou ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-nushoh-stop-nrmg9 ns-hckou Stop influxdb-nushoh influxdb Running 0/1 May 28,2025 11:55 UTC+0800 check cluster status `kbcli cluster list influxdb-nushoh --show-labels --namespace ns-hckou ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-nushoh ns-hckou Delete Stopped May 28,2025 11:38 UTC+0800 app.kubernetes.io/instance=influxdb-nushoh check cluster status done cluster_status:Stopped check pod status `kbcli cluster list-instances influxdb-nushoh --namespace ns-hckou ` 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-nushoh --status all --namespace ns-hckou ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-nushoh-stop-nrmg9 ns-hckou Stop influxdb-nushoh influxdb Succeed 1/1 May 28,2025 11:55 UTC+0800 check ops status done ops_status:influxdb-nushoh-stop-nrmg9 ns-hckou Stop influxdb-nushoh influxdb Succeed 1/1 May 28,2025 11:55 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations influxdb-nushoh-stop-nrmg9 --namespace ns-hckou ` opsrequest.operations.kubeblocks.io/influxdb-nushoh-stop-nrmg9 patched `kbcli cluster delete-ops --name influxdb-nushoh-stop-nrmg9 --force --auto-approve --namespace ns-hckou ` OpsRequest influxdb-nushoh-stop-nrmg9 deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start influxdb-nushoh --force=true --namespace ns-hckou ` OpsRequest influxdb-nushoh-start-xftkh created successfully, you can view the progress: kbcli cluster describe-ops influxdb-nushoh-start-xftkh -n ns-hckou check ops status `kbcli cluster list-ops influxdb-nushoh --status all --namespace ns-hckou ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-nushoh-start-xftkh ns-hckou Start influxdb-nushoh influxdb Running 0/1 May 28,2025 11:56 UTC+0800 check cluster status `kbcli cluster list influxdb-nushoh --show-labels --namespace ns-hckou ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-nushoh ns-hckou Delete Updating May 28,2025 11:38 UTC+0800 app.kubernetes.io/instance=influxdb-nushoh 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-nushoh --namespace ns-hckou ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-nushoh-influxdb-0 ns-hckou influxdb-nushoh influxdb Running us-west-2a 100m / 100m 512Mi / 512Mi data:6Gi ip-172-31-8-55.us-west-2.compute.internal/172.31.8.55 May 28,2025 11:56 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- bash` check cluster connect done check ops status `kbcli cluster list-ops influxdb-nushoh --status all --namespace ns-hckou ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-nushoh-start-xftkh ns-hckou Start influxdb-nushoh influxdb Succeed 1/1 May 28,2025 11:56 UTC+0800 check ops status done ops_status:influxdb-nushoh-start-xftkh ns-hckou Start influxdb-nushoh influxdb Succeed 1/1 May 28,2025 11:56 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations influxdb-nushoh-start-xftkh --namespace ns-hckou ` opsrequest.operations.kubeblocks.io/influxdb-nushoh-start-xftkh patched `kbcli cluster delete-ops --name influxdb-nushoh-start-xftkh --force --auto-approve --namespace ns-hckou ` OpsRequest influxdb-nushoh-start-xftkh deleted `kubectl get secrets -l app.kubernetes.io/instance=influxdb-nushoh` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:E8y7#8*##f;DB_PORT:8086;DB_DATABASE:primary No resources found in ns-hckou namespace. check db_client batch data count `echo " influx query 'from(bucket:\"executions_loop_bucket\") |> range(start: -6h) |> count()' --org primary --token 'E8y7#8*##f' " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- bash` check db_client batch data Success check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale influxdb-nushoh --auto-approve --force=true --components influxdb --cpu 200m --memory 0.6Gi --namespace ns-hckou ` OpsRequest influxdb-nushoh-verticalscaling-bwz27 created successfully, you can view the progress: kbcli cluster describe-ops influxdb-nushoh-verticalscaling-bwz27 -n ns-hckou check ops status `kbcli cluster list-ops influxdb-nushoh --status all --namespace ns-hckou ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-nushoh-verticalscaling-bwz27 ns-hckou VerticalScaling influxdb-nushoh influxdb Running 0/1 May 28,2025 11:58 UTC+0800 check cluster status `kbcli cluster list influxdb-nushoh --show-labels --namespace ns-hckou ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-nushoh ns-hckou Delete Updating May 28,2025 11:38 UTC+0800 app.kubernetes.io/instance=influxdb-nushoh 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-nushoh --namespace ns-hckou ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-nushoh-influxdb-0 ns-hckou influxdb-nushoh influxdb Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-6-100.us-west-2.compute.internal/172.31.6.100 May 28,2025 11:58 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- bash` check cluster connect done check ops status `kbcli cluster list-ops influxdb-nushoh --status all --namespace ns-hckou ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-nushoh-verticalscaling-bwz27 ns-hckou VerticalScaling influxdb-nushoh influxdb Succeed 1/1 May 28,2025 11:58 UTC+0800 check ops status done ops_status:influxdb-nushoh-verticalscaling-bwz27 ns-hckou VerticalScaling influxdb-nushoh influxdb Succeed 1/1 May 28,2025 11:58 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations influxdb-nushoh-verticalscaling-bwz27 --namespace ns-hckou ` opsrequest.operations.kubeblocks.io/influxdb-nushoh-verticalscaling-bwz27 patched `kbcli cluster delete-ops --name influxdb-nushoh-verticalscaling-bwz27 --force --auto-approve --namespace ns-hckou ` OpsRequest influxdb-nushoh-verticalscaling-bwz27 deleted `kubectl get secrets -l app.kubernetes.io/instance=influxdb-nushoh` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:E8y7#8*##f;DB_PORT:8086;DB_DATABASE:primary No resources found in ns-hckou namespace. check db_client batch data count `echo " influx query 'from(bucket:\"executions_loop_bucket\") |> range(start: -6h) |> count()' --org primary --token 'E8y7#8*##f' " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- 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-nushoh --auto-approve --force=true --namespace ns-hckou ` OpsRequest influxdb-nushoh-restart-krtgw created successfully, you can view the progress: kbcli cluster describe-ops influxdb-nushoh-restart-krtgw -n ns-hckou check ops status `kbcli cluster list-ops influxdb-nushoh --status all --namespace ns-hckou ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-nushoh-restart-krtgw ns-hckou Restart influxdb-nushoh influxdb Running 0/1 May 28,2025 12:00 UTC+0800 check cluster status `kbcli cluster list influxdb-nushoh --show-labels --namespace ns-hckou ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-nushoh ns-hckou Delete Updating May 28,2025 11:38 UTC+0800 app.kubernetes.io/instance=influxdb-nushoh 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-nushoh --namespace ns-hckou ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-nushoh-influxdb-0 ns-hckou influxdb-nushoh influxdb Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-14-41.us-west-2.compute.internal/172.31.14.41 May 28,2025 12:00 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- bash` check cluster connect done check ops status `kbcli cluster list-ops influxdb-nushoh --status all --namespace ns-hckou ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME influxdb-nushoh-restart-krtgw ns-hckou Restart influxdb-nushoh influxdb Succeed 1/1 May 28,2025 12:00 UTC+0800 check ops status done ops_status:influxdb-nushoh-restart-krtgw ns-hckou Restart influxdb-nushoh influxdb Succeed 1/1 May 28,2025 12:00 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations influxdb-nushoh-restart-krtgw --namespace ns-hckou ` opsrequest.operations.kubeblocks.io/influxdb-nushoh-restart-krtgw patched `kbcli cluster delete-ops --name influxdb-nushoh-restart-krtgw --force --auto-approve --namespace ns-hckou ` OpsRequest influxdb-nushoh-restart-krtgw deleted `kubectl get secrets -l app.kubernetes.io/instance=influxdb-nushoh` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.username***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.password***"` `kubectl get secrets influxdb-nushoh-influxdb-account-admin -o jsonpath="***.data.port***"` DB_USERNAME:admin;DB_PASSWORD:E8y7#8*##f;DB_PORT:8086;DB_DATABASE:primary No resources found in ns-hckou namespace. check db_client batch data count `echo " influx query 'from(bucket:\"executions_loop_bucket\") |> range(start: -6h) |> count()' --org primary --token 'E8y7#8*##f' " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- bash` check db_client batch data Success cluster update terminationPolicy WipeOut `kbcli cluster update influxdb-nushoh --termination-policy=WipeOut --namespace ns-hckou ` cluster.apps.kubeblocks.io/influxdb-nushoh updated check cluster status `kbcli cluster list influxdb-nushoh --show-labels --namespace ns-hckou ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS influxdb-nushoh ns-hckou WipeOut Running May 28,2025 11:38 UTC+0800 app.kubernetes.io/instance=influxdb-nushoh check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances influxdb-nushoh --namespace ns-hckou ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME influxdb-nushoh-influxdb-0 ns-hckou influxdb-nushoh influxdb Running us-west-2a 200m / 200m 644245094400m / 644245094400m data:6Gi ip-172-31-14-41.us-west-2.compute.internal/172.31.14.41 May 28,2025 12:00 UTC+0800 check pod status done check cluster connect `echo " influx ping " | kubectl exec -it influxdb-nushoh-influxdb-0 --namespace ns-hckou -- bash` check cluster connect done cluster list-logs `kbcli cluster list-logs influxdb-nushoh --namespace ns-hckou ` No log files found. Error from server (NotFound): pods "influxdb-nushoh-influxdb-0" not found cluster logs `kbcli cluster logs influxdb-nushoh --tail 30 --namespace ns-hckou ` Defaulted container "influxdb" out of: influxdb, init-chmod-data (init) influxdb 04:00:42.68 INFO ==> Subscribe to project updates by watching https://github.com/bitnami/containers influxdb 04:00:42.68 INFO ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues influxdb 04:00:42.69 INFO ==> influxdb 04:00:42.69 INFO ==> ** Starting InfluxDB setup ** influxdb 04:00:42.79 INFO ==> No injected configuration files found. Creating default config files... influxdb 04:00:42.80 INFO ==> influx CLI configuration /opt/bitnami/influxdb/etc/influxdb.conf detected! influxdb 04:00:42.80 INFO ==> Deploying InfluxDB with persisted data influxdb 04:00:42.88 INFO ==> Stopping InfluxDB... influxdb 04:00:42.89 INFO ==> ** InfluxDB setup finished! ** influxdb 04:00:42.98 INFO ==> ** Starting InfluxDB ** ts=2025-05-28T04:00:43.793108Z lvl=info msg="Welcome to InfluxDB" log_id=0wmGdP40000 version=v2.7.4 commit=19e5c0e build_date=2025-05-28T04:00:43Z log_level=info ts=2025-05-28T04:00:43.799898Z lvl=info msg="Resources opened" log_id=0wmGdP40000 service=bolt path=/bitnami/influxdb/influxd.bolt ts=2025-05-28T04:00:43.800078Z lvl=info msg="Resources opened" log_id=0wmGdP40000 service=sqlite path=/bitnami/influxdb/influxd.sqlite ts=2025-05-28T04:00:43.809466Z lvl=info msg="Checking InfluxDB metadata for prior version." log_id=0wmGdP40000 bolt_path=/bitnami/influxdb/influxd.bolt ts=2025-05-28T04:00:43.809674Z lvl=info msg="Using data dir" log_id=0wmGdP40000 service=storage-engine service=store path=/bitnami/influxdb/data ts=2025-05-28T04:00:43.809716Z lvl=info msg="Compaction settings" log_id=0wmGdP40000 service=storage-engine service=store max_concurrent_compactions=2 throughput_bytes_per_second=50331648 throughput_bytes_per_second_burst=50331648 ts=2025-05-28T04:00:43.809744Z lvl=info msg="Open store (start)" log_id=0wmGdP40000 service=storage-engine service=store op_name=tsdb_open op_event=start ts=2025-05-28T04:00:43.893684Z lvl=info msg="index opened with 8 partitions" log_id=0wmGdP40000 service=storage-engine index=tsi ts=2025-05-28T04:00:43.895211Z lvl=info msg="loading changes (start)" log_id=0wmGdP40000 service=storage-engine engine=tsm1 op_name="field indices" op_event=start ts=2025-05-28T04:00:43.895293Z lvl=info msg="loading changes (end)" log_id=0wmGdP40000 service=storage-engine engine=tsm1 op_name="field indices" op_event=end op_elapsed=0.087ms ts=2025-05-28T04:00:43.896353Z lvl=info msg="Opened file" log_id=0wmGdP40000 service=storage-engine engine=tsm1 service=filestore path=/bitnami/influxdb/data/da507e754f88d365/autogen/1/000000001-000000001.tsm id=0 duration=0.854ms ts=2025-05-28T04:00:43.896516Z lvl=info msg="Opened shard" log_id=0wmGdP40000 service=storage-engine service=store op_name=tsdb_open index_version=tsi1 path=/bitnami/influxdb/data/da507e754f88d365/autogen/1 duration=10.947ms ts=2025-05-28T04:00:43.896693Z lvl=info msg="Open store (end)" log_id=0wmGdP40000 service=storage-engine service=store op_name=tsdb_open op_event=end op_elapsed=86.965ms ts=2025-05-28T04:00:43.896755Z lvl=info msg="Starting retention policy enforcement service" log_id=0wmGdP40000 service=retention check_interval=30m ts=2025-05-28T04:00:43.896777Z lvl=info msg="Starting precreation service" log_id=0wmGdP40000 service=shard-precreation check_interval=10m advance_period=30m ts=2025-05-28T04:00:43.898122Z lvl=info msg="Starting query controller" log_id=0wmGdP40000 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-05-28T04:00:43.901760Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0wmGdP40000 max_select_point=0 max_select_series=0 max_select_buckets=0 ts=2025-05-28T04:00:43.995622Z lvl=info msg=Starting log_id=0wmGdP40000 service=telemetry interval=8h ts=2025-05-28T04:00:43.995785Z lvl=info msg=Listening log_id=0wmGdP40000 service=tcp-listener transport=http addr=0.0.0.0:8086 port=8086 delete cluster influxdb-nushoh `kbcli cluster delete influxdb-nushoh --auto-approve --namespace ns-hckou ` Cluster influxdb-nushoh deleted No resources found in ns-hckou namespace. delete cluster pod done No resources found in ns-hckou namespace. check cluster resource non-exist OK: pvc No resources found in ns-hckou namespace. delete cluster done No resources found in ns-hckou namespace. No resources found in ns-hckou namespace. No resources found in ns-hckou namespace. Influxdb Test Suite All Done! --------------------------------------Influxdb (Topology = Replicas 1) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=influxdb-1.0.0-alpha.0;ComponentVersion=influxdb;ServiceVersion=2.7.4;]|[Description=Create a cluster with the specified component definition influxdb-1.0.0-alpha.0 and component version influxdb and service version 2.7.4] [PASSED]|[Connect]|[ComponentName=influxdb]|[Description=Connect to the cluster] [PASSED]|[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]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[VerticalScaling]|[ComponentName=influxdb]|[Description=VerticalScaling the cluster specify component influxdb] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]