https://github.com/apecloud/apecloud-cd/actions/runs/21930219260 previous_version: kubeblocks_version:1.0.2 bash test/kbcli/test_kbcli_1.0.sh --type 25 --version 1.0.2 --service-version 6 --generate-output true --aws-access-key-id *** --aws-secret-access-key *** --jihulab-token *** --random-namespace true --region eastus --cloud-provider aks CURRENT_TEST_DIR:test/kbcli source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME:  `kubectl get namespace | grep ns-yyhfn `(B   `kubectl create namespace ns-yyhfn`(B  namespace/ns-yyhfn created create namespace ns-yyhfn done(B download kbcli  `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)`(B   `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.2`(B  Your system is linux_amd64 Installing kbcli ... Downloading ... kbcli installed successfully. Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2 Make sure your docker service is running and begin your journey with kbcli: kbcli playground init For more information on how to get started, please visit: https://kubeblocks.io download kbcli v1.0.2 done(B Kubernetes: v1.32.10 KubeBlocks: 1.0.2 kbcli: 1.0.2 Kubernetes Env: v1.32.10 check snapshot controller check snapshot controller done(B POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default (B KubeBlocks version is:1.0.2 skip upgrade KubeBlocks(B current KubeBlocks version: 1.0.2 check component definition set component name:mdit set component version set component version:elasticsearch set service versions:8.15.5,8.8.2,8.1.3,7.10.2,7.10.1,7.8.1,7.7.1,6.8.23 set service versions sorted:6.8.23,7.7.1,7.8.1,7.10.1,7.10.2,8.1.3,8.8.2,8.15.5 set elasticsearch component definition set elasticsearch component definition elasticsearch-master-8-1.0.2 REPORT_COUNT 0:0 set replicas first:3,6.8.23|3,7.10.1|3,7.10.2|3,8.1.3|3,8.8.2|3,8.15.5 set replicas second max again:3,6.8.23 REPORT_COUNT 2:1 CLUSTER_TOPOLOGY:multi-node cluster definition topology: single-node multi-node m-dit mdit m-d-i-t topology multi-node found in cluster definition elasticsearch set elasticsearch component definition set elasticsearch component definition elasticsearch-data-6-1.0.2 LIMIT_CPU:0.5 LIMIT_MEMORY:2 storage size: 20 CLUSTER_NAME:elastics-fmwzoq pod_info: termination_policy:DoNotTerminate create 3 replica DoNotTerminate elasticsearch cluster check component definition set component definition by component version check cmpd by labels set component definition1: elasticsearch-6-1.0.2 by component version:elasticsearch apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: elastics-fmwzoq namespace: ns-yyhfn spec: terminationPolicy: DoNotTerminate componentSpecs: - name: master componentDef: elasticsearch-master-6-1.0.2 serviceVersion: 6.8.23 configs: - name: es-cm variables: version: 6.8.23 schedulingPolicy: affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchLabels: app.kubernetes.io/instance: elastics-fmwzoq apps.kubeblocks.io/component-name: master topologyKey: kubernetes.io/hostname weight: 100 disableExporter: false replicas: 3 resources: requests: cpu: 500m memory: 2Gi limits: cpu: 500m memory: 2Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi tls: false - name: data componentDef: elasticsearch-data-6-1.0.2 serviceVersion: 6.8.23 configs: - name: es-cm variables: version: 6.8.23 schedulingPolicy: affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - podAffinityTerm: labelSelector: matchLabels: app.kubernetes.io/instance: elastics-fmwzoq apps.kubeblocks.io/component-name: data topologyKey: kubernetes.io/hostname weight: 100 disableExporter: false replicas: 3 resources: requests: cpu: 500m memory: 2Gi limits: cpu: 500m memory: 2Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi tls: false - name: kibana componentDef: kibana-6-1.0.2 serviceVersion: 6.8.23 replicas: 1 podUpdatePolicy: PreferInPlace disableExporter: false resources: requests: cpu: 500m memory: 2Gi limits: cpu: 500m memory: 2Gi tls: false  `kubectl apply -f test_create_elastics-fmwzoq.yaml`(B  cluster.apps.kubeblocks.io/elastics-fmwzoq created apply test_create_elastics-fmwzoq.yaml Success(B  `rm -rf test_create_elastics-fmwzoq.yaml`(B  check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Feb 12,2026 10:05 UTC+0800 cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 500m / 500m 2Gi / 2Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:05 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=elastics-fmwzoq`(B  set secret: elastics-fmwzoq-master-account-elastic  `kubectl get secrets elastics-fmwzoq-master-account-elastic -o jsonpath="{.data.username}"`(B   `kubectl get secrets elastics-fmwzoq-master-account-elastic -o jsonpath="{.data.password}"`(B   `kubectl get secrets elastics-fmwzoq-master-account-elastic -o jsonpath="{.data.port}"`(B  DB_USERNAME:elastic;DB_PASSWORD:FDe085xi54;DB_PORT:9200;DB_DATABASE:elastic(B check pod elastics-fmwzoq-master-0 container_name elasticsearch exist password FDe085xi54(B check pod elastics-fmwzoq-master-0 container_name exporter exist password FDe085xi54(B check pod elastics-fmwzoq-master-0 container_name es-agent exist password FDe085xi54(B check pod elastics-fmwzoq-master-0 container_name kbagent exist password FDe085xi54(B No container logs contain secret password.(B describe cluster  `kbcli cluster describe elastics-fmwzoq --namespace ns-yyhfn `(B  Name: elastics-fmwzoq Created Time: Feb 12,2026 10:05 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-yyhfn Running DoNotTerminate Endpoints: COMPONENT INTERNAL EXTERNAL master elastics-fmwzoq-master-agent.ns-yyhfn.svc.cluster.local:8080 elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200 data elastics-fmwzoq-data-agent.ns-yyhfn.svc.cluster.local:8080 elastics-fmwzoq-data-http.ns-yyhfn.svc.cluster.local:9200 kibana elastics-fmwzoq-kibana-http.ns-yyhfn.svc.cluster.local:5601 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME data 6.8.23 elastics-fmwzoq-data-0 Running 0 aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:05 UTC+0800 data 6.8.23 elastics-fmwzoq-data-1 Running 0 aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:05 UTC+0800 data 6.8.23 elastics-fmwzoq-data-2 Running 0 aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:05 UTC+0800 kibana 6.8.23 elastics-fmwzoq-kibana-0 Running 0 aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:05 UTC+0800 master 6.8.23 elastics-fmwzoq-master-0 Running 0 aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:05 UTC+0800 master 6.8.23 elastics-fmwzoq-master-1 Running 0 aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:05 UTC+0800 master 6.8.23 elastics-fmwzoq-master-2 Running 0 aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:05 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS master 500m / 500m 2Gi / 2Gi data:20Gi default data 500m / 500m 2Gi / 2Gi data:20Gi default kibana 500m / 500m 2Gi / 2Gi Images: COMPONENT COMPONENT-DEFINITION IMAGE master elasticsearch-master-6-1.0.2 docker.io/apecloud/elasticsearch:6.8.23 docker.io/apecloud/elasticsearch-exporter:v1.7.0 docker.io/apecloud/curl-jq:0.1.0 data elasticsearch-data-6-1.0.2 docker.io/apecloud/elasticsearch:6.8.23 docker.io/apecloud/elasticsearch-exporter:v1.7.0 docker.io/apecloud/curl-jq:0.1.0 kibana kibana-6-1.0.2 docker.io/apecloud/kibana:6.8.23 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION RECOVERABLE-TIME Show cluster events: kbcli cluster list-events -n ns-yyhfn elastics-fmwzoq  `kbcli cluster label elastics-fmwzoq app.kubernetes.io/instance- --namespace ns-yyhfn `(B  label "app.kubernetes.io/instance" not found.  `kbcli cluster label elastics-fmwzoq app.kubernetes.io/instance=elastics-fmwzoq --namespace ns-yyhfn `(B   `kbcli cluster label elastics-fmwzoq --list --namespace ns-yyhfn `(B  NAME NAMESPACE LABELS elastics-fmwzoq ns-yyhfn app.kubernetes.io/instance=elastics-fmwzoq label cluster app.kubernetes.io/instance=elastics-fmwzoq Success(B  `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=elastics-fmwzoq --namespace ns-yyhfn `(B   `kbcli cluster label elastics-fmwzoq --list --namespace ns-yyhfn `(B  NAME NAMESPACE LABELS elastics-fmwzoq ns-yyhfn app.kubernetes.io/instance=elastics-fmwzoq case.name=kbcli.test1 label cluster case.name=kbcli.test1 Success(B  `kbcli cluster label elastics-fmwzoq case.name=kbcli.test2 --overwrite --namespace ns-yyhfn `(B   `kbcli cluster label elastics-fmwzoq --list --namespace ns-yyhfn `(B  NAME NAMESPACE LABELS elastics-fmwzoq ns-yyhfn app.kubernetes.io/instance=elastics-fmwzoq case.name=kbcli.test2 label cluster case.name=kbcli.test2 Success(B  `kbcli cluster label elastics-fmwzoq case.name- --namespace ns-yyhfn `(B   `kbcli cluster label elastics-fmwzoq --list --namespace ns-yyhfn `(B  NAME NAMESPACE LABELS elastics-fmwzoq ns-yyhfn app.kubernetes.io/instance=elastics-fmwzoq delete cluster label case.name Success(B cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh `(B  { "cluster_name" : "elastics-fmwzoq", "status" : "green", "timed_out" : false, "number_of_nodes" : 6, "number_of_data_nodes" : 6, "active_primary_shards" : 2, "active_shards" : 4, "relocating_shards" : 0, "initializing_shards" : 0, "unassigned_shards" : 0, "delayed_unassigned_shards" : 0, "number_of_pending_tasks" : 0, "number_of_in_flight_fetch" : 0, "task_max_waiting_in_queue_millis" : 0, "active_shards_percent_as_number" : 100.0 } connect cluster Success(B insert batch data by db client  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-elastics-fmwzoq --namespace ns-yyhfn `(B   `kubectl get secrets -l app.kubernetes.io/instance=elastics-fmwzoq`(B  set secret: elastics-fmwzoq-master-account-elastic  `kubectl get secrets elastics-fmwzoq-master-account-elastic -o jsonpath="{.data.username}"`(B   `kubectl get secrets elastics-fmwzoq-master-account-elastic -o jsonpath="{.data.password}"`(B   `kubectl get secrets elastics-fmwzoq-master-account-elastic -o jsonpath="{.data.port}"`(B  DB_USERNAME:elastic;DB_PASSWORD:FDe085xi54;DB_PORT:9200;DB_DATABASE:elastic(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-elastics-fmwzoq namespace: ns-yyhfn spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local" - "--user" - "elastic" - "--password" - "FDe085xi54" - "--port" - "9200" - "--dbtype" - "elasticsearch" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-elastics-fmwzoq.yaml`(B  pod/test-db-client-executionloop-elastics-fmwzoq created apply test-db-client-executionloop-elastics-fmwzoq.yaml Success(B  `rm -rf test-db-client-executionloop-elastics-fmwzoq.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 5s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 9s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 14s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 19s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 24s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 50s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 55s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 60s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 65s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 70s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 76s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 81s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 86s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 91s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 96s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 101s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 106s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 111s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 116s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m2s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m7s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m12s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m17s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m22s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m27s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m32s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m37s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m43s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m48s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m53s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 2m58s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m3s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m8s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m13s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m18s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m23s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m29s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m34s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m39s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m44s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m49s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m54s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 3m59s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 4m4s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 4m9s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 4m15s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 4m20s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 4m25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 4m30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 4m35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 4m40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 4m45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 4m50s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 4m56s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 5m1s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 5m6s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-elastics-fmwzoq 1/1 Running 0 5m11s(B check pod test-db-client-executionloop-elastics-fmwzoq status timeout(B --------------------------------------get pod test-db-client-executionloop-elastics-fmwzoq yaml--------------------------------------  `kubectl get pod test-db-client-executionloop-elastics-fmwzoq -o yaml --namespace ns-yyhfn `(B  apiVersion: v1 kind: Pod metadata: annotations: kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"v1","kind":"Pod","metadata":{"annotations":{},"name":"test-db-client-executionloop-elastics-fmwzoq","namespace":"ns-yyhfn"},"spec":{"containers":[{"args":["--host","elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local","--user","elastic","--password","FDe085xi54","--port","9200","--dbtype","elasticsearch","--test","executionloop","--duration","60","--interval","1"],"image":"docker.io/apecloud/dbclient:test","imagePullPolicy":"IfNotPresent","name":"test-dbclient"}],"restartPolicy":"Never"}} creationTimestamp: "2026-02-12T02:10:34Z" name: test-db-client-executionloop-elastics-fmwzoq namespace: ns-yyhfn resourceVersion: "26469" uid: 3ada6e4e-06a9-450d-9527-f3c5b0f2ab18 spec: containers: - args: - --host - elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local - --user - elastic - --password - FDe085xi54 - --port - "9200" - --dbtype - elasticsearch - --test - executionloop - --duration - "60" - --interval - "1" 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-lxg2p readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true nodeName: aks-cicdamdpool-17242166-vmss000001 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-lxg2p 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: "2026-02-12T02:10:35Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-02-12T02:10:34Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-02-12T02:10:35Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-02-12T02:10:35Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-02-12T02:10:34Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://c67e9ff27886b916263fa9c5dd8b7900329acadc289391ea4dd41b4fc473c733 image: docker.io/apecloud/dbclient:test imageID: docker.io/apecloud/dbclient@sha256:66e293c88ce0f2fadebaf93c0131f1ba38f97b8340575127b63439782d8a326e lastState: {} name: test-dbclient ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T02:10:35Z" volumeMounts: - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-lxg2p readOnly: true recursiveReadOnly: Disabled hostIP: 10.224.0.8 hostIPs: - ip: 10.224.0.8 phase: Running podIP: 10.244.3.75 podIPs: - ip: 10.244.3.75 qosClass: BestEffort startTime: "2026-02-12T02:10:34Z" ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe pod test-db-client-executionloop-elastics-fmwzoq--------------------------------------  `kubectl describe pod test-db-client-executionloop-elastics-fmwzoq --namespace ns-yyhfn `(B  Name: test-db-client-executionloop-elastics-fmwzoq Namespace: ns-yyhfn Priority: 0 Service Account: default Node: aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Start Time: Thu, 12 Feb 2026 10:10:34 +0800 Labels: Annotations: Status: Running IP: 10.244.3.75 IPs: IP: 10.244.3.75 Containers: test-dbclient: Container ID: containerd://c67e9ff27886b916263fa9c5dd8b7900329acadc289391ea4dd41b4fc473c733 Image: docker.io/apecloud/dbclient:test Image ID: docker.io/apecloud/dbclient@sha256:66e293c88ce0f2fadebaf93c0131f1ba38f97b8340575127b63439782d8a326e Port: Host Port: Args: --host elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local --user elastic --password FDe085xi54 --port 9200 --dbtype elasticsearch --test executionloop --duration 60 --interval 1 State: Running Started: Thu, 12 Feb 2026 10:10:35 +0800 Ready: True Restart Count: 0 Environment: Mounts: /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-lxg2p (ro) Conditions: Type Status PodReadyToStartContainers True Initialized True Ready True ContainersReady True PodScheduled True Volumes: kube-api-access-lxg2p: 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 5m12s default-scheduler Successfully assigned ns-yyhfn/test-db-client-executionloop-elastics-fmwzoq to aks-cicdamdpool-17242166-vmss000001 Normal Pulled 5m11s kubelet Container image "docker.io/apecloud/dbclient:test" already present on machine Normal Created 5m11s kubelet Created container: test-dbclient Normal Started 5m11s kubelet Started container test-dbclient ------------------------------------------------------------------------------------------------------------------ --------------------------------------pod test-db-client-executionloop-elastics-fmwzoq--------------------------------------  `kubectl logs test-db-client-executionloop-elastics-fmwzoq --namespace ns-yyhfn --tail 500`(B  --host elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local --user elastic --password FDe085xi54 --port 9200 --dbtype elasticsearch --test executionloop --duration 60 --interval 1 SLF4J(I): Connected with provider of type [ch.qos.logback.classic.spi.LogbackServiceProvider] Execution loop start: Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [2026-02-12 02:10:36.258] Connection error occurred! Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 1s ] executions total: 2 successful: 0 failed: 2 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 2s ] executions total: 3 successful: 0 failed: 3 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 3s ] executions total: 4 successful: 0 failed: 4 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 4s ] executions total: 5 successful: 0 failed: 5 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 5s ] executions total: 6 successful: 0 failed: 6 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 6s ] executions total: 7 successful: 0 failed: 7 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 7s ] executions total: 8 successful: 0 failed: 8 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 8s ] executions total: 9 successful: 0 failed: 9 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 9s ] executions total: 10 successful: 0 failed: 10 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 10s ] executions total: 11 successful: 0 failed: 11 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 11s ] executions total: 12 successful: 0 failed: 12 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 12s ] executions total: 13 successful: 0 failed: 13 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 13s ] executions total: 14 successful: 0 failed: 14 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 14s ] executions total: 15 successful: 0 failed: 15 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 15s ] executions total: 16 successful: 0 failed: 16 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 16s ] executions total: 17 successful: 0 failed: 17 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 17s ] executions total: 18 successful: 0 failed: 18 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 18s ] executions total: 19 successful: 0 failed: 19 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 19s ] executions total: 20 successful: 0 failed: 20 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 20s ] executions total: 21 successful: 0 failed: 21 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 21s ] executions total: 22 successful: 0 failed: 22 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 22s ] executions total: 23 successful: 0 failed: 23 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 23s ] executions total: 24 successful: 0 failed: 24 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 24s ] executions total: 25 successful: 0 failed: 25 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 25s ] executions total: 26 successful: 0 failed: 26 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 26s ] executions total: 27 successful: 0 failed: 27 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 27s ] executions total: 28 successful: 0 failed: 28 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 28s ] executions total: 29 successful: 0 failed: 29 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 29s ] executions total: 30 successful: 0 failed: 30 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 30s ] executions total: 31 successful: 0 failed: 31 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 31s ] executions total: 32 successful: 0 failed: 32 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 32s ] executions total: 33 successful: 0 failed: 33 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 33s ] executions total: 34 successful: 0 failed: 34 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 34s ] executions total: 35 successful: 0 failed: 35 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 35s ] executions total: 36 successful: 0 failed: 36 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 36s ] executions total: 37 successful: 0 failed: 37 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 37s ] executions total: 38 successful: 0 failed: 38 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 38s ] executions total: 39 successful: 0 failed: 39 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 39s ] executions total: 40 successful: 0 failed: 40 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 40s ] executions total: 41 successful: 0 failed: 41 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 41s ] executions total: 42 successful: 0 failed: 42 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 42s ] executions total: 43 successful: 0 failed: 43 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 43s ] executions total: 44 successful: 0 failed: 44 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 44s ] executions total: 45 successful: 0 failed: 45 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 45s ] executions total: 46 successful: 0 failed: 46 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 46s ] executions total: 47 successful: 0 failed: 47 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 47s ] executions total: 48 successful: 0 failed: 48 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 48s ] executions total: 49 successful: 0 failed: 49 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 49s ] executions total: 50 successful: 0 failed: 50 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 50s ] executions total: 51 successful: 0 failed: 51 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 51s ] executions total: 52 successful: 0 failed: 52 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 52s ] executions total: 53 successful: 0 failed: 53 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 53s ] executions total: 54 successful: 0 failed: 54 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 54s ] executions total: 55 successful: 0 failed: 55 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 55s ] executions total: 56 successful: 0 failed: 56 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 56s ] executions total: 57 successful: 0 failed: 57 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 57s ] executions total: 58 successful: 0 failed: 58 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 58s ] executions total: 59 successful: 0 failed: 59 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 60s ] executions total: 60 successful: 0 failed: 60 disconnect: 1 Test Result: Total Executions: 60 Successful Executions: 0 Failed Executions: 60 Disconnection Counts: 1 Connection Information: Database Type: elasticsearch Host: elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local Port: 9200 Database: Table: User: elastic Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds ------------------------------------------------------------------------------------------------------------------ check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Running Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 500m / 500m 2Gi / 2Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:05 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:05 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B [ 39s ] executions total: 40 successful: 0 failed: 40 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 40s ] executions total: 41 successful: 0 failed: 41 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 41s ] executions total: 42 successful: 0 failed: 42 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 42s ] executions total: 43 successful: 0 failed: 43 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 43s ] executions total: 44 successful: 0 failed: 44 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 44s ] executions total: 45 successful: 0 failed: 45 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 45s ] executions total: 46 successful: 0 failed: 46 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 46s ] executions total: 47 successful: 0 failed: 47 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 47s ] executions total: 48 successful: 0 failed: 48 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 48s ] executions total: 49 successful: 0 failed: 49 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 49s ] executions total: 50 successful: 0 failed: 50 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 50s ] executions total: 51 successful: 0 failed: 51 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 51s ] executions total: 52 successful: 0 failed: 52 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 52s ] executions total: 53 successful: 0 failed: 53 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 53s ] executions total: 54 successful: 0 failed: 54 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 54s ] executions total: 55 successful: 0 failed: 55 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 55s ] executions total: 56 successful: 0 failed: 56 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 56s ] executions total: 57 successful: 0 failed: 57 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 57s ] executions total: 58 successful: 0 failed: 58 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 58s ] executions total: 59 successful: 0 failed: 59 disconnect: 1 Index executions_loop_index does not exist. Creating index... Execution loop failed: method [PUT], host [http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200], URI [/executions_loop_index], status line [HTTP/1.1 406 Not Acceptable] {"error":"Content-Type header [application/vnd.elasticsearch+json; compatible-with=8] is not supported","status":406} [ 60s ] executions total: 60 successful: 0 failed: 60 disconnect: 1 Test Result: Total Executions: 60 Successful Executions: 0 Failed Executions: 60 Disconnection Counts: 1 Connection Information: Database Type: elasticsearch Host: elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local Port: 9200 Database: Table: User: elastic Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds DB_CLIENT_BATCH_DATA_COUNT: 0  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-elastics-fmwzoq --namespace ns-yyhfn `(B  pod/test-db-client-executionloop-elastics-fmwzoq patched (no change) pod "test-db-client-executionloop-elastics-fmwzoq" force deleted  `echo "curl -X POST 'elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/boss/_doc/1?pretty' -H 'Content-Type: application/json' -d '{\"datainsert\":\"rrjkv\"}'" | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  { "_index" : "boss", "_type" : "_doc", "_id" : "1", "_version" : 1, "result" : "created", "_shards" : { "total" : 2, "successful" : 2, "failed" : 0 }, "_seq_no" : 0, "_primary_term" : 1 } add consistent data rrjkv Success(B cluster stop check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster stop elastics-fmwzoq --auto-approve --force=true --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-stop-khgll created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-stop-khgll -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-stop-khgll ns-yyhfn Stop elastics-fmwzoq data,kibana,master Running 0/7 Feb 12,2026 10:16 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Stopping Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B cluster_status:Stopping(B check cluster status done(B cluster_status:Stopped(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME check pod status done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-stop-khgll ns-yyhfn Stop elastics-fmwzoq data,kibana,master Succeed 7/7 Feb 12,2026 10:16 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-stop-khgll ns-yyhfn Stop elastics-fmwzoq data,kibana,master Succeed 7/7 Feb 12,2026 10:16 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-stop-khgll --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-stop-khgll patched  `kbcli cluster delete-ops --name elastics-fmwzoq-stop-khgll --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-stop-khgll deleted cluster start check cluster status before ops check cluster status done(B cluster_status:Stopped(B  `kbcli cluster start elastics-fmwzoq --force=true --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-start-jx6jn created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-start-jx6jn -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-start-jx6jn ns-yyhfn Start elastics-fmwzoq Pending -/- Feb 12,2026 10:17 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 500m / 500m 2Gi / 2Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:17 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-start-jx6jn ns-yyhfn Start elastics-fmwzoq data,kibana,master Succeed 7/7 Feb 12,2026 10:17 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-start-jx6jn ns-yyhfn Start elastics-fmwzoq data,kibana,master Succeed 7/7 Feb 12,2026 10:17 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-start-jx6jn --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-start-jx6jn patched  `kbcli cluster delete-ops --name elastics-fmwzoq-start-jx6jn --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-start-jx6jn deleted check component data exists  `kubectl get components -l app.kubernetes.io/instance=elastics-fmwzoq,apps.kubeblocks.io/component-name=data --namespace ns-yyhfn | (grep "data" || true )`(B  cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart elastics-fmwzoq --auto-approve --force=true --components data --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-restart-pqzn2 created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-restart-pqzn2 -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-restart-pqzn2 ns-yyhfn Restart elastics-fmwzoq data Running 0/3 Feb 12,2026 10:36 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:40 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:38 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:36 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 500m / 500m 2Gi / 2Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:17 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-restart-pqzn2 ns-yyhfn Restart elastics-fmwzoq data Succeed 3/3 Feb 12,2026 10:36 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-restart-pqzn2 ns-yyhfn Restart elastics-fmwzoq data Succeed 3/3 Feb 12,2026 10:36 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-restart-pqzn2 --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-restart-pqzn2 patched  `kbcli cluster delete-ops --name elastics-fmwzoq-restart-pqzn2 --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-restart-pqzn2 deleted check component kibana exists  `kubectl get components -l app.kubernetes.io/instance=elastics-fmwzoq,apps.kubeblocks.io/component-name=kibana --namespace ns-yyhfn | (grep "kibana" || true )`(B  check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale elastics-fmwzoq --auto-approve --force=true --components kibana --cpu 600m --memory 2.1Gi --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-verticalscaling-fwg2p created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-verticalscaling-fwg2p -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-verticalscaling-fwg2p ns-yyhfn VerticalScaling elastics-fmwzoq kibana Feb 12,2026 10:41 UTC+0800 ops_status:elastics-fmwzoq-verticalscaling-fwg2p ns-yyhfn VerticalScaling elastics-fmwzoq kibana Pending -/- Feb 12,2026 10:41 UTC+0800 (B check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:40 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:38 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:36 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:42 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:17 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-verticalscaling-fwg2p ns-yyhfn VerticalScaling elastics-fmwzoq kibana Succeed 1/1 Feb 12,2026 10:41 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-verticalscaling-fwg2p ns-yyhfn VerticalScaling elastics-fmwzoq kibana Succeed 1/1 Feb 12,2026 10:41 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-verticalscaling-fwg2p --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-verticalscaling-fwg2p patched  `kbcli cluster delete-ops --name elastics-fmwzoq-verticalscaling-fwg2p --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-verticalscaling-fwg2p deleted  `kubectl get pvc -l app.kubernetes.io/instance=elastics-fmwzoq,apps.kubeblocks.io/component-name=master,apps.kubeblocks.io/vct-name=data --namespace ns-yyhfn `(B  cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand elastics-fmwzoq --auto-approve --force=true --components master --volume-claim-templates data --storage 22Gi --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-volumeexpansion-4tdq5 created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-volumeexpansion-4tdq5 -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-volumeexpansion-4tdq5 ns-yyhfn VolumeExpansion elastics-fmwzoq master Running 0/3 Feb 12,2026 10:43 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:40 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:38 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 500m / 500m 2Gi / 2Gi data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:36 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:42 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:17 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-volumeexpansion-4tdq5 ns-yyhfn VolumeExpansion elastics-fmwzoq master Succeed 3/3 Feb 12,2026 10:43 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-volumeexpansion-4tdq5 ns-yyhfn VolumeExpansion elastics-fmwzoq master Succeed 3/3 Feb 12,2026 10:43 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-volumeexpansion-4tdq5 --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-volumeexpansion-4tdq5 patched  `kbcli cluster delete-ops --name elastics-fmwzoq-volumeexpansion-4tdq5 --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-volumeexpansion-4tdq5 deleted check component data exists  `kubectl get components -l app.kubernetes.io/instance=elastics-fmwzoq,apps.kubeblocks.io/component-name=data --namespace ns-yyhfn | (grep "data" || true )`(B  check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale elastics-fmwzoq --auto-approve --force=true --components data --cpu 600m --memory 2.1Gi --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-verticalscaling-2fkxv created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-verticalscaling-2fkxv -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-verticalscaling-2fkxv ns-yyhfn VerticalScaling elastics-fmwzoq data Running 0/3 Feb 12,2026 10:52 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:55 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:54 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:52 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:42 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:17 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-verticalscaling-2fkxv ns-yyhfn VerticalScaling elastics-fmwzoq data Succeed 3/3 Feb 12,2026 10:52 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-verticalscaling-2fkxv ns-yyhfn VerticalScaling elastics-fmwzoq data Succeed 3/3 Feb 12,2026 10:52 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-verticalscaling-2fkxv --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-verticalscaling-2fkxv patched  `kbcli cluster delete-ops --name elastics-fmwzoq-verticalscaling-2fkxv --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-verticalscaling-2fkxv deleted check component data exists  `kubectl get components -l app.kubernetes.io/instance=elastics-fmwzoq,apps.kubeblocks.io/component-name=data --namespace ns-yyhfn | (grep "data" || true )`(B  cluster data scale-out cluster data scale-out replicas: 3 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out elastics-fmwzoq --auto-approve --force=true --components data --replicas 1 --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-horizontalscaling-gm8p7 created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-horizontalscaling-gm8p7 -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-horizontalscaling-gm8p7 ns-yyhfn HorizontalScaling elastics-fmwzoq data Running -/- Feb 12,2026 10:57 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:55 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:54 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:52 UTC+0800 elastics-fmwzoq-data-3 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:57 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:42 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:17 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-horizontalscaling-gm8p7 ns-yyhfn HorizontalScaling elastics-fmwzoq data Succeed 1/1 Feb 12,2026 10:57 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-horizontalscaling-gm8p7 ns-yyhfn HorizontalScaling elastics-fmwzoq data Succeed 1/1 Feb 12,2026 10:57 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-horizontalscaling-gm8p7 --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-horizontalscaling-gm8p7 patched  `kbcli cluster delete-ops --name elastics-fmwzoq-horizontalscaling-gm8p7 --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-horizontalscaling-gm8p7 deleted check component data exists  `kubectl get components -l app.kubernetes.io/instance=elastics-fmwzoq,apps.kubeblocks.io/component-name=data --namespace ns-yyhfn | (grep "data" || true )`(B  cluster data scale-in cluster data scale-in replicas: 2 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-in elastics-fmwzoq --auto-approve --force=true --components data --replicas 1 --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-horizontalscaling-pl6tb created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-horizontalscaling-pl6tb -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-horizontalscaling-pl6tb ns-yyhfn HorizontalScaling elastics-fmwzoq data Running -/- Feb 12,2026 10:59 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Running Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:55 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:54 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:52 UTC+0800 elastics-fmwzoq-data-3 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:57 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:42 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:17 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-horizontalscaling-pl6tb ns-yyhfn HorizontalScaling elastics-fmwzoq data Running 0/1 Feb 12,2026 10:59 UTC+0800 ops_status:elastics-fmwzoq-horizontalscaling-pl6tb ns-yyhfn HorizontalScaling elastics-fmwzoq data Running 0/1 Feb 12,2026 10:59 UTC+0800 (B ops_status:elastics-fmwzoq-horizontalscaling-pl6tb ns-yyhfn HorizontalScaling elastics-fmwzoq data Running 0/1 Feb 12,2026 10:59 UTC+0800 (B ops_status:elastics-fmwzoq-horizontalscaling-pl6tb ns-yyhfn HorizontalScaling elastics-fmwzoq data Running 0/1 Feb 12,2026 10:59 UTC+0800 (B ops_status:elastics-fmwzoq-horizontalscaling-pl6tb ns-yyhfn HorizontalScaling elastics-fmwzoq data Running 0/1 Feb 12,2026 10:59 UTC+0800 (B ops_status:elastics-fmwzoq-horizontalscaling-pl6tb ns-yyhfn HorizontalScaling elastics-fmwzoq data Running 0/1 Feb 12,2026 10:59 UTC+0800 (B ops_status:elastics-fmwzoq-horizontalscaling-pl6tb ns-yyhfn HorizontalScaling elastics-fmwzoq data Running 0/1 Feb 12,2026 10:59 UTC+0800 (B ops_status:elastics-fmwzoq-horizontalscaling-pl6tb ns-yyhfn HorizontalScaling elastics-fmwzoq data Running 0/1 Feb 12,2026 10:59 UTC+0800 (B check ops status done(B ops_status:elastics-fmwzoq-horizontalscaling-pl6tb ns-yyhfn HorizontalScaling elastics-fmwzoq data Succeed 1/1 Feb 12,2026 10:59 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-horizontalscaling-pl6tb --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-horizontalscaling-pl6tb patched  `kbcli cluster delete-ops --name elastics-fmwzoq-horizontalscaling-pl6tb --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-horizontalscaling-pl6tb deleted check component kibana exists  `kubectl get components -l app.kubernetes.io/instance=elastics-fmwzoq,apps.kubeblocks.io/component-name=kibana --namespace ns-yyhfn | (grep "kibana" || true )`(B  cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart elastics-fmwzoq --auto-approve --force=true --components kibana --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-restart-zqgp7 created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-restart-zqgp7 -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-restart-zqgp7 ns-yyhfn Restart elastics-fmwzoq kibana Running 0/1 Feb 12,2026 11:00 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:55 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:54 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:52 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:01 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:17 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:17 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-restart-zqgp7 ns-yyhfn Restart elastics-fmwzoq kibana Succeed 1/1 Feb 12,2026 11:00 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-restart-zqgp7 ns-yyhfn Restart elastics-fmwzoq kibana Succeed 1/1 Feb 12,2026 11:00 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-restart-zqgp7 --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-restart-zqgp7 patched  `kbcli cluster delete-ops --name elastics-fmwzoq-restart-zqgp7 --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-restart-zqgp7 deleted cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart elastics-fmwzoq --auto-approve --force=true --components master --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-restart-nddj8 created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-restart-nddj8 -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-restart-nddj8 ns-yyhfn Restart elastics-fmwzoq master Running 0/3 Feb 12,2026 11:02 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:55 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:54 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:20Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:52 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:01 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:07 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 11:05 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:03 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-restart-nddj8 ns-yyhfn Restart elastics-fmwzoq master Succeed 3/3 Feb 12,2026 11:02 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-restart-nddj8 ns-yyhfn Restart elastics-fmwzoq master Succeed 3/3 Feb 12,2026 11:02 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-restart-nddj8 --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-restart-nddj8 patched  `kbcli cluster delete-ops --name elastics-fmwzoq-restart-nddj8 --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-restart-nddj8 deleted check component data exists  `kubectl get components -l app.kubernetes.io/instance=elastics-fmwzoq,apps.kubeblocks.io/component-name=data --namespace ns-yyhfn | (grep "data" || true )`(B   `kubectl get pvc -l app.kubernetes.io/instance=elastics-fmwzoq,apps.kubeblocks.io/component-name=data,apps.kubeblocks.io/vct-name=data --namespace ns-yyhfn `(B  cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand elastics-fmwzoq --auto-approve --force=true --components data --volume-claim-templates data --storage 25Gi --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-volumeexpansion-kh24h created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-volumeexpansion-kh24h -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-volumeexpansion-kh24h ns-yyhfn VolumeExpansion elastics-fmwzoq data Running 0/3 Feb 12,2026 11:08 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:55 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:54 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 10:52 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:01 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:07 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 11:05 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:03 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-volumeexpansion-kh24h ns-yyhfn VolumeExpansion elastics-fmwzoq data Succeed 3/3 Feb 12,2026 11:08 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-volumeexpansion-kh24h ns-yyhfn VolumeExpansion elastics-fmwzoq data Succeed 3/3 Feb 12,2026 11:08 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-volumeexpansion-kh24h --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-volumeexpansion-kh24h patched  `kbcli cluster delete-ops --name elastics-fmwzoq-volumeexpansion-kh24h --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-volumeexpansion-kh24h deleted cluster master scale-out cluster master scale-out replicas: 2 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out elastics-fmwzoq --auto-approve --force=true --components master --replicas 1 --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-horizontalscaling-q7npp created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-horizontalscaling-q7npp -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-horizontalscaling-q7npp ns-yyhfn HorizontalScaling elastics-fmwzoq master Running -/- Feb 12,2026 11:16 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:55 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:54 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:16 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:01 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:07 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 11:05 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:03 UTC+0800 elastics-fmwzoq-master-3 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 11:16 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-horizontalscaling-q7npp ns-yyhfn HorizontalScaling elastics-fmwzoq master Succeed 1/1 Feb 12,2026 11:16 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-horizontalscaling-q7npp ns-yyhfn HorizontalScaling elastics-fmwzoq master Succeed 1/1 Feb 12,2026 11:16 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-horizontalscaling-q7npp --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-horizontalscaling-q7npp patched  `kbcli cluster delete-ops --name elastics-fmwzoq-horizontalscaling-q7npp --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-horizontalscaling-q7npp deleted cluster master scale-in cluster master scale-in replicas: 1 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-in elastics-fmwzoq --auto-approve --force=true --components master --replicas 1 --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-horizontalscaling-mfsxm created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-horizontalscaling-mfsxm -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-horizontalscaling-mfsxm ns-yyhfn HorizontalScaling elastics-fmwzoq master Running 0/1 Feb 12,2026 11:28 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:55 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:54 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:28 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:01 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:07 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 11:05 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:29 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-horizontalscaling-mfsxm ns-yyhfn HorizontalScaling elastics-fmwzoq master Succeed 1/1 Feb 12,2026 11:28 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-horizontalscaling-mfsxm ns-yyhfn HorizontalScaling elastics-fmwzoq master Succeed 1/1 Feb 12,2026 11:28 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-horizontalscaling-mfsxm --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-horizontalscaling-mfsxm patched  `kbcli cluster delete-ops --name elastics-fmwzoq-horizontalscaling-mfsxm --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-horizontalscaling-mfsxm deleted test failover connectionstress(B check cluster status before cluster-failover-connectionstress check cluster status done(B cluster_status:Running(B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-connectionstress-elastics-fmwzoq --namespace ns-yyhfn `(B   `kubectl get secrets -l app.kubernetes.io/instance=elastics-fmwzoq`(B  set secret: elastics-fmwzoq-master-account-elastic  `kubectl get secrets elastics-fmwzoq-master-account-elastic -o jsonpath="{.data.username}"`(B   `kubectl get secrets elastics-fmwzoq-master-account-elastic -o jsonpath="{.data.password}"`(B   `kubectl get secrets elastics-fmwzoq-master-account-elastic -o jsonpath="{.data.port}"`(B  DB_USERNAME:elastic;DB_PASSWORD:FDe085xi54;DB_PORT:9200;DB_DATABASE:elastic(B apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-elastics-fmwzoq namespace: ns-yyhfn spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local" - "--user" - "elastic" - "--password" - "FDe085xi54" - "--port" - "9200" - "--database" - "elastic" - "--dbtype" - "elasticsearch" - "--test" - "connectionstress" - "--connections" - "1024" - "--duration" - "60" restartPolicy: Never  `kubectl apply -f test-db-client-connectionstress-elastics-fmwzoq.yaml`(B  pod/test-db-client-connectionstress-elastics-fmwzoq created apply test-db-client-connectionstress-elastics-fmwzoq.yaml Success(B  `rm -rf test-db-client-connectionstress-elastics-fmwzoq.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-elastics-fmwzoq 1/1 Running 0 6s(B check pod test-db-client-connectionstress-elastics-fmwzoq status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-elastics-fmwzoq 0/1 Completed 0 18s(B check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Running Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:55 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:54 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:28 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:01 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:07 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 11:05 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 500m / 500m 2Gi / 2Gi data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:29 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B --host elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local --user elastic --password FDe085xi54 --port 9200 --database elastic --dbtype elasticsearch --test connectionstress --connections 1024 --duration 60 SLF4J(I): Connected with provider of type [ch.qos.logback.classic.spi.LogbackServiceProvider] Test Result: Created 1024 connections Connection Information: Database Type: elasticsearch Host: elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local Port: 9200 Database: elastic Table: User: elastic Org: Access Mode: mysql Test Type: connectionstress Connection Count: 1024 Duration: 60 seconds  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-connectionstress-elastics-fmwzoq --namespace ns-yyhfn `(B  pod/test-db-client-connectionstress-elastics-fmwzoq patched (no change) pod "test-db-client-connectionstress-elastics-fmwzoq" force deleted check failover pod name failover pod name:elastics-fmwzoq-master-0 failover connectionstress Success(B check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale elastics-fmwzoq --auto-approve --force=true --components master --cpu 600m --memory 2.1Gi --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-verticalscaling-2khps created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-verticalscaling-2khps -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-verticalscaling-2khps ns-yyhfn VerticalScaling elastics-fmwzoq master Running 0/3 Feb 12,2026 11:35 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 10:55 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 10:54 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:28 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:01 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 600m / 600m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:38 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 600m / 600m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 11:37 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 600m / 600m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:35 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-verticalscaling-2khps ns-yyhfn VerticalScaling elastics-fmwzoq master Succeed 3/3 Feb 12,2026 11:35 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-verticalscaling-2khps ns-yyhfn VerticalScaling elastics-fmwzoq master Succeed 3/3 Feb 12,2026 11:35 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-verticalscaling-2khps --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-verticalscaling-2khps patched  `kbcli cluster delete-ops --name elastics-fmwzoq-verticalscaling-2khps --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-verticalscaling-2khps deleted cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart elastics-fmwzoq --auto-approve --force=true --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-restart-7t85c created successfully, you can view the progress: kbcli cluster describe-ops elastics-fmwzoq-restart-7t85c -n ns-yyhfn check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-restart-7t85c ns-yyhfn Restart elastics-fmwzoq master,data,kibana Running 0/7 Feb 12,2026 11:40 UTC+0800 check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn DoNotTerminate Updating Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:43 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 11:42 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:40 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:40 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 600m / 600m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:43 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 600m / 600m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 11:42 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 600m / 600m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:40 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops elastics-fmwzoq --status all --namespace ns-yyhfn `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME elastics-fmwzoq-restart-7t85c ns-yyhfn Restart elastics-fmwzoq master,data,kibana Succeed 7/7 Feb 12,2026 11:40 UTC+0800 check ops status done(B ops_status:elastics-fmwzoq-restart-7t85c ns-yyhfn Restart elastics-fmwzoq master,data,kibana Succeed 7/7 Feb 12,2026 11:40 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations elastics-fmwzoq-restart-7t85c --namespace ns-yyhfn `(B  opsrequest.operations.kubeblocks.io/elastics-fmwzoq-restart-7t85c patched  `kbcli cluster delete-ops --name elastics-fmwzoq-restart-7t85c --force --auto-approve --namespace ns-yyhfn `(B  OpsRequest elastics-fmwzoq-restart-7t85c deleted cluster update terminationPolicy WipeOut  `kbcli cluster update elastics-fmwzoq --termination-policy=WipeOut --namespace ns-yyhfn `(B  cluster.apps.kubeblocks.io/elastics-fmwzoq updated check cluster status  `kbcli cluster list elastics-fmwzoq --show-labels --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS elastics-fmwzoq ns-yyhfn WipeOut Running Feb 12,2026 10:05 UTC+0800 app.kubernetes.io/instance=elastics-fmwzoq check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances elastics-fmwzoq --namespace ns-yyhfn `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME elastics-fmwzoq-data-0 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:43 UTC+0800 elastics-fmwzoq-data-1 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 11:42 UTC+0800 elastics-fmwzoq-data-2 ns-yyhfn elastics-fmwzoq data Running 0 600m / 600m 2254857830400m / 2254857830400m data:25Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:40 UTC+0800 elastics-fmwzoq-kibana-0 ns-yyhfn elastics-fmwzoq kibana Running 0 600m / 600m 2254857830400m / 2254857830400m aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:40 UTC+0800 elastics-fmwzoq-master-0 ns-yyhfn elastics-fmwzoq master Running 0 600m / 600m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-17242166-vmss000001/10.224.0.8 Feb 12,2026 11:43 UTC+0800 elastics-fmwzoq-master-1 ns-yyhfn elastics-fmwzoq master Running 0 600m / 600m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-17242166-vmss000000/10.224.0.9 Feb 12,2026 11:42 UTC+0800 elastics-fmwzoq-master-2 ns-yyhfn elastics-fmwzoq master Running 0 600m / 600m 2254857830400m / 2254857830400m data:22Gi aks-cicdamdpool-17242166-vmss000003/10.224.0.6 Feb 12,2026 11:40 UTC+0800 check pod status done(B check cluster connect  `echo "curl http://elastics-fmwzoq-master-http.ns-yyhfn.svc.cluster.local:9200/_cluster/health\?pretty " | kubectl exec -it elastics-fmwzoq-master-0 --namespace ns-yyhfn -- sh`(B  check cluster connect done(B cluster list-logs  `kbcli cluster list-logs elastics-fmwzoq --namespace ns-yyhfn `(B  cluster logs  `kbcli cluster logs elastics-fmwzoq --tail 30 --namespace ns-yyhfn `(B  {"type":"server", "timestamp":"2026-02-12T03:44:33,954+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-core]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,954+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-deprecation]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,954+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-graph]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,954+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-ilm]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,955+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-logstash]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,955+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-ml]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,955+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-monitoring]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,955+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-rollup]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,955+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-security]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,955+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-sql]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,956+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-upgrade]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,956+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded module [x-pack-watcher]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,956+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded plugin [analysis-ik]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,956+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded plugin [analysis-pinyin]" } {"type":"server", "timestamp":"2026-02-12T03:44:33,956+0000", "level":"INFO", "component":"org.elasticsearch.plugins.PluginsService", "cluster.name":"", "node.name":"", "message":"loaded plugin [repository-s3]" } {"timestamp": "2026-02-12T03:44:41+0000", "message": "readiness probe failed", "curl_rc": "7"} {"type":"server", "timestamp":"2026-02-12T03:44:44,865+0000", "level":"INFO", "component":"org.elasticsearch.xpack.ml.process.logging.CppLogMessageHandler", "cluster.name":"", "node.name":"", "message":"[controller/263] [Main.cc@114] controller (64 bit): Version 6.8.23 (Build 31256deab94add) Copyright (c) 2022 Elasticsearch BV" } {"timestamp": "2026-02-12T03:44:46+0000", "message": "readiness probe failed", "curl_rc": "7"} {"type":"server", "timestamp":"2026-02-12T03:44:46,952+0000", "level":"INFO", "component":"org.elasticsearch.discovery.DiscoveryModule", "cluster.name":"", "node.name":"", "message":"using discovery type [zen] and host providers [settings]" } {"type":"server", "timestamp":"2026-02-12T03:44:49,162+0000", "level":"INFO", "component":"org.elasticsearch.node.Node", "cluster.name":"", "node.name":"", "message":"initialized" } {"type":"server", "timestamp":"2026-02-12T03:44:49,162+0000", "level":"INFO", "component":"org.elasticsearch.node.Node", "cluster.name":"", "node.name":"", "message":"starting ..." } {"type":"server", "timestamp":"2026-02-12T03:44:49,538+0000", "level":"INFO", "component":"org.elasticsearch.transport.TransportService", "cluster.name":"", "node.name":"", "message":"publish_address {10.244.2.25:9300}, bound_addresses {[::]:9300}" } {"type":"server", "timestamp":"2026-02-12T03:44:49,559+0000", "level":"INFO", "component":"org.elasticsearch.bootstrap.BootstrapChecks", "cluster.name":"", "node.name":"", "message":"bound or publishing to a non-loopback address, enforcing bootstrap checks" } {"timestamp": "2026-02-12T03:44:51+0000", "message": "readiness probe failed", "curl_rc": "7"} {"type":"server", "timestamp":"2026-02-12T03:44:52,841+0000", "level":"INFO", "component":"org.elasticsearch.cluster.service.ClusterApplierService", "cluster.name":"", "node.name":"", "message":"detected_master {elastics-fmwzoq-data-2}{A86k1UIIS5OiGWrM0anoFA}{aRBwN-UYS-WuurDTf7FX7w}{10.244.3.229}{10.244.3.229:9300}{k8s_node_name=aks-cicdamdpool-17242166-vmss000001, ml.machine_memory=2254856192, ml.max_open_jobs=20, xpack.installed=true, ml.enabled=true}, added {{elastics-fmwzoq-data-2}{A86k1UIIS5OiGWrM0anoFA}{aRBwN-UYS-WuurDTf7FX7w}{10.244.3.229}{10.244.3.229:9300}{k8s_node_name=aks-cicdamdpool-17242166-vmss000001, ml.machine_memory=2254856192, ml.max_open_jobs=20, xpack.installed=true, ml.enabled=true},{elastics-fmwzoq-master-1}{XOYPNwMUTSerYV8lYBksNg}{hZef_nAQTGWB8E9ouxBAhQ}{10.244.4.24}{10.244.4.24:9300}{k8s_node_name=aks-cicdamdpool-17242166-vmss000000, ml.machine_memory=2254856192, ml.max_open_jobs=20, xpack.installed=true, ml.enabled=true},{elastics-fmwzoq-data-1}{NqoeSqI4STa_N8GElVcj8w}{DHEFyRMPR3eWzIgd8_2UDQ}{10.244.4.183}{10.244.4.183:9300}{k8s_node_name=aks-cicdamdpool-17242166-vmss000000, ml.machine_memory=2254856192, ml.max_open_jobs=20, xpack.installed=true, ml.enabled=true},{elastics-fmwzoq-master-2}{jq1dG-WVSKeMz_GtFc-Mzg}{JtrJtm4qSIuo4BKod4wZxg}{10.244.2.144}{10.244.2.144:9300}{k8s_node_name=aks-cicdamdpool-17242166-vmss000003, ml.machine_memory=2254856192, ml.max_open_jobs=20, xpack.installed=true, ml.enabled=true},{elastics-fmwzoq-master-0}{04eyY4TLTneeEqvTiY--rw}{JYhO-xaVQW2QTzA9GH-0ng}{10.244.3.70}{10.244.3.70:9300}{k8s_node_name=aks-cicdamdpool-17242166-vmss000001, ml.machine_memory=2254856192, ml.max_open_jobs=20, xpack.installed=true, ml.enabled=true},}, reason: apply cluster state (from master [master {elastics-fmwzoq-data-2}{A86k1UIIS5OiGWrM0anoFA}{aRBwN-UYS-WuurDTf7FX7w}{10.244.3.229}{10.244.3.229:9300}{k8s_node_name=aks-cicdamdpool-17242166-vmss000001, ml.machine_memory=2254856192, ml.max_open_jobs=20, xpack.installed=true, ml.enabled=true} committed version [200]])" } {"type":"server", "timestamp":"2026-02-12T03:44:54,244+0000", "level":"INFO", "component":"org.elasticsearch.license.LicenseService", "cluster.name":"", "node.name":"", "message":"license [5a9909b2-a7b0-4ae2-bbca-e661b6207d3f] mode [basic] - valid" } {"type":"server", "timestamp":"2026-02-12T03:44:54,259+0000", "level":"INFO", "component":"org.elasticsearch.http.netty4.Netty4HttpServerTransport", "cluster.name":"", "node.name":"", "message":"publish_address {10.244.2.25:9200}, bound_addresses {[::]:9200}" } {"type":"server", "timestamp":"2026-02-12T03:44:54,260+0000", "level":"INFO", "component":"org.elasticsearch.node.Node", "cluster.name":"", "node.name":"", "message":"started" } {"type":"server", "timestamp":"2026-02-12T03:44:54,445+0000", "level":"INFO", "component":"org.wltea.analyzer.dic.Monitor", "cluster.name":"", "node.name":"", "message":"try load config from /usr/share/elasticsearch/config/analysis-ik/IKAnalyzer.cfg.xml" } {"type":"server", "timestamp":"2026-02-12T03:44:54,446+0000", "level":"INFO", "component":"org.wltea.analyzer.dic.Monitor", "cluster.name":"", "node.name":"", "message":"try load config from /usr/share/elasticsearch/plugins/ik/config/IKAnalyzer.cfg.xml" } delete cluster elastics-fmwzoq  `kbcli cluster delete elastics-fmwzoq --auto-approve --namespace ns-yyhfn `(B  pod_info:elastics-fmwzoq-data-0 4/4 Running 0 78s elastics-fmwzoq-data-1 4/4 Running 0 2m53s elastics-fmwzoq-data-2 4/4 Running 0 4m30s elastics-fmwzoq-kibana-0 1/1 Running 0 4m33s elastics-fmwzoq-master-0 4/4 Running 0 82s elastics-fmwzoq-master-1 4/4 Running 0 2m53s elastics-fmwzoq-master-2 4/4 Running 0 4m31s Cluster elastics-fmwzoq deleted pod_info:elastics-fmwzoq-data-0 2/4 Terminating 0 98s elastics-fmwzoq-data-1 2/4 Terminating 0 3m13s elastics-fmwzoq-data-2 2/4 Terminating 0 4m50s elastics-fmwzoq-kibana-0 1/1 Terminating 0 4m53s elastics-fmwzoq-master-0 2/4 Terminating 0 102s elastics-fmwzoq-master-1 2/4 Terminating 0 3m13s elastics-fmwzoq-master-2 2/4 Terminating 0 4m51s delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B ElasticSearch Test Suite All Done!(B Test Engine: elasticsearch Test Type: 25 --------------------------------------ElasticSearch 6.8.23 (Topology = multi-node Replicas 3) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=multi-node;ComponentDefinition=elasticsearch-6-1.0.2;ComponentVersion=elasticsearch;ServiceVersion=6.8.23;]|[Description=Create a cluster with the specified topology multi-node with the specified component definition elasticsearch-6-1.0.2 and component version elasticsearch and service version 6.8.23](B [PASSED]|[Connect]|[ComponentName=master]|[Description=Connect to the cluster](B [PASSED]|[AddData]|[Values=rrjkv]|[Description=Add data to the cluster](B [PASSED]|[Stop]|[-]|[Description=Stop the cluster](B [PASSED]|[Start]|[-]|[Description=Start the cluster](B [PASSED]|[Restart]|[ComponentName=data]|[Description=Restart the cluster specify component data](B [PASSED]|[VerticalScaling]|[ComponentName=kibana]|[Description=VerticalScaling the cluster specify component kibana](B [PASSED]|[VolumeExpansion]|[ComponentName=master]|[Description=VolumeExpansion the cluster specify component master](B [PASSED]|[VerticalScaling]|[ComponentName=data]|[Description=VerticalScaling the cluster specify component data](B [PASSED]|[HorizontalScaling Out]|[ComponentName=data]|[Description=HorizontalScaling Out the cluster specify component data](B [PASSED]|[HorizontalScaling In]|[ComponentName=data]|[Description=HorizontalScaling In the cluster specify component data](B [PASSED]|[Restart]|[ComponentName=kibana]|[Description=Restart the cluster specify component kibana](B [PASSED]|[Restart]|[ComponentName=master]|[Description=Restart the cluster specify component master](B [PASSED]|[VolumeExpansion]|[ComponentName=data]|[Description=VolumeExpansion the cluster specify component data](B [PASSED]|[HorizontalScaling Out]|[ComponentName=master]|[Description=HorizontalScaling Out the cluster specify component master](B [PASSED]|[HorizontalScaling In]|[ComponentName=master]|[Description=HorizontalScaling In the cluster specify component master](B [PASSED]|[NoFailover]|[HA=Connection Stress;ComponentName=master]|[Description=Simulates conditions where pods experience connection stress either due to expected/undesired processes thereby testing the application's resilience to potential slowness/unavailability of some replicas due to high Connection load.](B [PASSED]|[VerticalScaling]|[ComponentName=master]|[Description=VerticalScaling the cluster specify component master](B [PASSED]|[Restart]|[-]|[Description=Restart the cluster](B [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut](B [PASSED]|[Delete]|[-]|[Description=Delete the cluster](B [END]