https://github.com/apecloud/apecloud-cd/actions/runs/21930235150 previous_version: kubeblocks_version:1.0.2 bash test/kbcli/test_kbcli_1.0.sh --type 5 --version 1.0.2 --service-version 8.2 --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-dldbu `(B   `kubectl create namespace ns-dldbu`(B  namespace/ns-dldbu created create namespace ns-dldbu 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:redis set component version set component version:redis set service versions:8.4.0,8.2.3,8.2.2,8.2.1,8.0.5,8.0.4,8.0.3,8.0.1,7.4.7,7.4.6,7.4.5,7.4.2,7.2.12,7.2.11,7.2.10,7.2.7,7.2.4,7.0.6,6.2.18,6.2.17,6.2.14,5.0.12 set service versions sorted:5.0.12,6.2.14,6.2.17,6.2.18,7.0.6,7.2.4,7.2.7,7.2.10,7.2.11,7.2.12,7.4.2,7.4.5,7.4.6,7.4.7,8.0.1,8.0.3,8.0.4,8.0.5,8.2.1,8.2.2,8.2.3,8.4.0 set redis component definition set redis component definition redis-6-1.0.2 REPORT_COUNT 0:0 set replicas first:2,6.2.14|2,6.2.17|2,6.2.18|2,7.0.6|2,7.2.4|2,7.2.7|2,7.2.10|2,7.2.11|2,7.2.12|2,7.4.2|2,7.4.5|2,7.4.6|2,7.4.7|2,8.0.1|2,8.0.3|2,8.0.4|2,8.0.5|2,8.2.1|2,8.2.2|2,8.2.3|2,8.4.0 set replicas second max again:2,8.2.1 set replicas second max again:2,8.2.2 set replicas second max again:2,8.2.3 REPORT_COUNT 2:1 CLUSTER_TOPOLOGY:replication cluster definition topology: standalone replication replication-twemproxy cluster topology replication found in cluster definition redis set redis component definition set redis component definition redis-cluster-7-1.0.2 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 CLUSTER_NAME:redis-anywdl pod_info: termination_policy:WipeOut create 2 replica WipeOut redis cluster check component definition set component definition by component version check cmpd by labels set component definition1: redis-8-1.0.2 by component version:redis apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: redis-anywdl namespace: ns-dldbu spec: clusterDef: redis topology: replication terminationPolicy: WipeOut componentSpecs: - name: redis serviceVersion: 8.2.3 replicas: 2 disableExporter: false resources: limits: cpu: 100m memory: 0.5Gi requests: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi - name: redis-sentinel serviceVersion: 8.2.3 replicas: 3 resources: limits: cpu: 100m memory: 0.5Gi requests: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi  `kubectl apply -f test_create_redis-anywdl.yaml`(B  cluster.apps.kubeblocks.io/redis-anywdl created apply test_create_redis-anywdl.yaml Success(B  `rm -rf test_create_redis-anywdl.yaml`(B  check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Creating Feb 12,2026 11:12 UTC+0800 clusterdefinition.kubeblocks.io/name=redis cluster_status:Creating(B cluster_status:Creating(B cluster_status:Creating(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 redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:13 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:14 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:12 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:12 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:12 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-0;secondary(B: redis-anywdl-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check pod redis-anywdl-redis-0 container_name redis exist password 09nC39Rf5p(B check pod redis-anywdl-redis-0 container_name metrics exist password 09nC39Rf5p(B check pod redis-anywdl-redis-0 container_name kbagent exist password 09nC39Rf5p(B check pod redis-anywdl-redis-0 container_name config-manager exist password 09nC39Rf5p(B No container logs contain secret password.(B describe cluster  `kbcli cluster describe redis-anywdl --namespace ns-dldbu `(B  Name: redis-anywdl Created Time: Feb 12,2026 11:12 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-dldbu redis replication Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL redis redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local:6379 redis-sentinel redis-anywdl-redis-sentinel-redis-sentinel.ns-dldbu.svc.cluster.local:26379 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME redis 8.2.3 redis-anywdl-redis-0 primary Running 0 aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:13 UTC+0800 redis 8.2.3 redis-anywdl-redis-1 secondary Running 0 aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:14 UTC+0800 redis-sentinel 8.2.3 redis-anywdl-redis-sentinel-0 Running 0 aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:12 UTC+0800 redis-sentinel 8.2.3 redis-anywdl-redis-sentinel-1 Running 0 aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:12 UTC+0800 redis-sentinel 8.2.3 redis-anywdl-redis-sentinel-2 Running 0 aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:12 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS redis 100m / 100m 512Mi / 512Mi data:1Gi default redis-sentinel 100m / 100m 512Mi / 512Mi data:1Gi default Images: COMPONENT COMPONENT-DEFINITION IMAGE redis redis-8-1.0.2 docker.io/apecloud/redis:8.2.3 docker.io/apecloud/agamotto:0.1.2-beta.1 redis-sentinel redis-sentinel-8-1.0.2 docker.io/apecloud/redis:8.2.3 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION RECOVERABLE-TIME Show cluster events: kbcli cluster list-events -n ns-dldbu redis-anywdl  `kbcli cluster label redis-anywdl app.kubernetes.io/instance- --namespace ns-dldbu `(B  label "app.kubernetes.io/instance" not found.  `kbcli cluster label redis-anywdl app.kubernetes.io/instance=redis-anywdl --namespace ns-dldbu `(B   `kbcli cluster label redis-anywdl --list --namespace ns-dldbu `(B  NAME NAMESPACE LABELS redis-anywdl ns-dldbu app.kubernetes.io/instance=redis-anywdl clusterdefinition.kubeblocks.io/name=redis label cluster app.kubernetes.io/instance=redis-anywdl Success(B  `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=redis-anywdl --namespace ns-dldbu `(B   `kbcli cluster label redis-anywdl --list --namespace ns-dldbu `(B  NAME NAMESPACE LABELS redis-anywdl ns-dldbu app.kubernetes.io/instance=redis-anywdl case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=redis label cluster case.name=kbcli.test1 Success(B  `kbcli cluster label redis-anywdl case.name=kbcli.test2 --overwrite --namespace ns-dldbu `(B   `kbcli cluster label redis-anywdl --list --namespace ns-dldbu `(B  NAME NAMESPACE LABELS redis-anywdl ns-dldbu app.kubernetes.io/instance=redis-anywdl case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=redis label cluster case.name=kbcli.test2 Success(B  `kbcli cluster label redis-anywdl case.name- --namespace ns-dldbu `(B   `kbcli cluster label redis-anywdl --list --namespace ns-dldbu `(B  NAME NAMESPACE LABELS redis-anywdl ns-dldbu app.kubernetes.io/instance=redis-anywdl clusterdefinition.kubeblocks.io/name=redis delete cluster label case.name Success(B cluster connect  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B # Server redis_version:8.2.3 redis_git_sha1:00000000 redis_git_dirty:1 redis_build_id:2c0a46b0b82cdd80 redis_mode:standalone os:Linux 5.15.0-1102-azure x86_64 arch_bits:64 monotonic_clock:POSIX clock_gettime multiplexing_api:epoll atomicvar_api:c11-builtin gcc_version:12.2.0 process_id:1 process_supervised:no run_id:2583e83ab14bb987f67477fe7c1d6e0136ede175 tcp_port:6379 server_time_usec:1770866157830802 uptime_in_seconds:83 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:9258477 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:1 listener0:name=tcp,bind=*,bind=-::*,port=6379  `echo " echo \"CONFIG GET maxclients\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  maxclients 10000 connect cluster Success(B set max_connections to 10000 insert batch data by db client  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-redis-anywdl --namespace ns-dldbu `(B   `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-redis-anywdl namespace: ns-dldbu spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local" - "--user" - "default" - "--password" - "09nC39Rf5p" - "--port" - "6379" - "--dbtype" - "redis" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-redis-anywdl.yaml`(B  pod/test-db-client-executionloop-redis-anywdl created apply test-db-client-executionloop-redis-anywdl.yaml Success(B  `rm -rf test-db-client-executionloop-redis-anywdl.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 5s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 9s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 15s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 20s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 50s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 56s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 61s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 1/1 Running 0 66s(B check pod test-db-client-executionloop-redis-anywdl status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-anywdl 0/1 Completed 0 71s(B check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:13 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:14 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:12 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:12 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:12 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-0;secondary(B: redis-anywdl-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B --host redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local --user default --password 09nC39Rf5p --port 6379 --dbtype redis --test executionloop --duration 60 --interval 1 SLF4J(I): Connected with provider of type [ch.qos.logback.classic.spi.LogbackServiceProvider] Execution loop start: Execution loop start:set executions_loop_key executions_loop_test_1 [ 1s ] executions total: 320 successful: 320 failed: 0 disconnect: 0 [ 2s ] executions total: 637 successful: 637 failed: 0 disconnect: 0 [2026-02-12 03:16:06.641] Connection error occurred! [ 3s ] executions total: 801 successful: 800 failed: 1 disconnect: 1 [2026-02-12 03:16:06.641] Connection error occurred! [2026-02-12 03:16:07.645] Connection successfully recovered! The connection was restored in 1004 milliseconds. [ 4s ] executions total: 802 successful: 801 failed: 1 disconnect: 1 [ 5s ] executions total: 1146 successful: 1145 failed: 1 disconnect: 1 [ 6s ] executions total: 1465 successful: 1464 failed: 1 disconnect: 1 [2026-02-12 03:16:13.149] Connection error occurred! [ 7s ] executions total: 1602 successful: 1600 failed: 2 disconnect: 2 [2026-02-12 03:16:13.149] Connection error occurred! [2026-02-12 03:16:14.152] Connection successfully recovered! The connection was restored in 1003 milliseconds. [ 8s ] executions total: 1603 successful: 1601 failed: 2 disconnect: 2 [ 9s ] executions total: 1926 successful: 1924 failed: 2 disconnect: 2 [ 10s ] executions total: 2148 successful: 2146 failed: 2 disconnect: 2 [2026-02-12 03:16:19.932] Connection error occurred! [ 11s ] executions total: 2403 successful: 2400 failed: 3 disconnect: 3 [2026-02-12 03:16:19.932] Connection error occurred! [2026-02-12 03:16:20.935] Connection successfully recovered! The connection was restored in 1003 milliseconds. [ 12s ] executions total: 2404 successful: 2401 failed: 3 disconnect: 3 [ 13s ] executions total: 2733 successful: 2730 failed: 3 disconnect: 3 [ 14s ] executions total: 3021 successful: 3018 failed: 3 disconnect: 3 [2026-02-12 03:16:26.554] Connection error occurred! [ 15s ] executions total: 3204 successful: 3200 failed: 4 disconnect: 4 [2026-02-12 03:16:26.554] Connection error occurred! [2026-02-12 03:16:27.558] Connection successfully recovered! The connection was restored in 1004 milliseconds. [ 16s ] executions total: 3205 successful: 3201 failed: 4 disconnect: 4 [ 17s ] executions total: 3508 successful: 3504 failed: 4 disconnect: 4 [ 18s ] executions total: 3803 successful: 3799 failed: 4 disconnect: 4 [2026-02-12 03:16:33.255] Connection error occurred! [ 19s ] executions total: 4005 successful: 4000 failed: 5 disconnect: 5 [2026-02-12 03:16:33.255] Connection error occurred! [2026-02-12 03:16:34.264] Connection successfully recovered! The connection was restored in 1009 milliseconds. [ 20s ] executions total: 4006 successful: 4001 failed: 5 disconnect: 5 [ 21s ] executions total: 4322 successful: 4317 failed: 5 disconnect: 5 [ 22s ] executions total: 4543 successful: 4538 failed: 5 disconnect: 5 [2026-02-12 03:16:40.182] Connection error occurred! [ 23s ] executions total: 4806 successful: 4800 failed: 6 disconnect: 6 [2026-02-12 03:16:40.182] Connection error occurred! [2026-02-12 03:16:41.185] Connection successfully recovered! The connection was restored in 1003 milliseconds. [ 24s ] executions total: 4807 successful: 4801 failed: 6 disconnect: 6 [ 25s ] executions total: 5141 successful: 5135 failed: 6 disconnect: 6 [ 26s ] executions total: 5410 successful: 5404 failed: 6 disconnect: 6 [2026-02-12 03:16:46.871] Connection error occurred! [ 27s ] executions total: 5607 successful: 5600 failed: 7 disconnect: 7 [2026-02-12 03:16:46.871] Connection error occurred! [2026-02-12 03:16:47.874] Connection successfully recovered! The connection was restored in 1003 milliseconds. [ 28s ] executions total: 5608 successful: 5601 failed: 7 disconnect: 7 [ 29s ] executions total: 5901 successful: 5894 failed: 7 disconnect: 7 [ 30s ] executions total: 6202 successful: 6195 failed: 7 disconnect: 7 [ 31s ] executions total: 6400 successful: 6393 failed: 7 disconnect: 7 [2026-02-12 03:16:53.939] Connection error occurred! [ 32s ] executions total: 6408 successful: 6400 failed: 8 disconnect: 8 [2026-02-12 03:16:53.939] Connection error occurred! [2026-02-12 03:16:54.941] Connection successfully recovered! The connection was restored in 1002 milliseconds. [ 33s ] executions total: 6409 successful: 6401 failed: 8 disconnect: 8 [ 34s ] executions total: 6641 successful: 6633 failed: 8 disconnect: 8 [ 35s ] executions total: 6903 successful: 6895 failed: 8 disconnect: 8 [ 36s ] executions total: 7169 successful: 7161 failed: 8 disconnect: 8 [2026-02-12 03:17:01.057] Connection error occurred! [ 37s ] executions total: 7209 successful: 7200 failed: 9 disconnect: 9 [2026-02-12 03:17:01.057] Connection error occurred! [2026-02-12 03:17:02.060] Connection successfully recovered! The connection was restored in 1003 milliseconds. [ 60s ] executions total: 7210 successful: 7201 failed: 9 disconnect: 9 Test Result: Total Executions: 7210 Successful Executions: 7201 Failed Executions: 9 Disconnection Counts: 9 Connection Information: Database Type: redis Host: redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local Port: 6379 Database: Table: User: default Org: Access Mode: mysql Test Type: executionloop Query: Duration: 60 seconds Interval: 1 seconds Key: DB_CLIENT_BATCH_DATA_COUNT: 7201  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-redis-anywdl --namespace ns-dldbu `(B  pod/test-db-client-executionloop-redis-anywdl patched (no change) pod "test-db-client-executionloop-redis-anywdl" force deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo 'echo "set mykey \"iamly\"" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  OK add consistent data iamly Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo 'echo "set mykey \"iamly\"" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash`(B  Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file READONLY You can't write against a read only replica. Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. check add consistent data readonly Success(B cluster configure component_tmp: redis apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: redis-anywdl-reconfiguring- namespace: ns-dldbu spec: type: Reconfiguring clusterName: redis-anywdl force: true reconfigures: - componentName: redis parameters: - key: maxclients value: '10001' check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_redis-anywdl.yaml`(B  opsrequest.operations.kubeblocks.io/redis-anywdl-reconfiguring-mtl9j created create test_ops_cluster_redis-anywdl.yaml Success(B  `rm -rf test_ops_cluster_redis-anywdl.yaml`(B  check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-reconfiguring-mtl9j ns-dldbu Reconfiguring redis-anywdl redis,redis Running -/- Feb 12,2026 11:17 UTC+0800 check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:18 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:17 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:12 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:12 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:12 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-1;secondary(B: redis-anywdl-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-reconfiguring-mtl9j ns-dldbu Reconfiguring redis-anywdl redis,redis Succeed -/- Feb 12,2026 11:17 UTC+0800 check ops status done(B ops_status:redis-anywdl-reconfiguring-mtl9j ns-dldbu Reconfiguring redis-anywdl redis,redis Succeed -/- Feb 12,2026 11:17 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-anywdl-reconfiguring-mtl9j --namespace ns-dldbu `(B  opsrequest.operations.kubeblocks.io/redis-anywdl-reconfiguring-mtl9j patched  `kbcli cluster delete-ops --name redis-anywdl-reconfiguring-mtl9j --force --auto-approve --namespace ns-dldbu `(B  OpsRequest redis-anywdl-reconfiguring-mtl9j deleted component_config:redis check config variables  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B current value_actual: 10001 configure:[maxclients] result actual:[10001] equal expected:[10001](B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check readonly data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file iamly Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check db_client batch [7201] equal [7201] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check readonly db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check readonly db_client batch data [7201] equal [7201] Success(B cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart redis-anywdl --auto-approve --force=true --namespace ns-dldbu `(B  OpsRequest redis-anywdl-restart-5btp2 created successfully, you can view the progress: kbcli cluster describe-ops redis-anywdl-restart-5btp2 -n ns-dldbu check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Creating -/- Feb 12,2026 11:18 UTC+0800 check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B [Error] check cluster status timeout(B --------------------------------------get cluster redis-anywdl yaml--------------------------------------  `kubectl get cluster redis-anywdl -o yaml --namespace ns-dldbu `(B  apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: '[{"name":"redis-anywdl-restart-5btp2","type":"Restart"}]' kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps.kubeblocks.io/v1","kind":"Cluster","metadata":{"annotations":{},"name":"redis-anywdl","namespace":"ns-dldbu"},"spec":{"clusterDef":"redis","componentSpecs":[{"disableExporter":false,"name":"redis","replicas":2,"resources":{"limits":{"cpu":"100m","memory":"0.5Gi"},"requests":{"cpu":"100m","memory":"0.5Gi"}},"serviceVersion":"8.2.3","volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"1Gi"}},"storageClassName":null}}]},{"name":"redis-sentinel","replicas":3,"resources":{"limits":{"cpu":"100m","memory":"0.5Gi"},"requests":{"cpu":"100m","memory":"0.5Gi"}},"serviceVersion":"8.2.3","volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"1Gi"}},"storageClassName":null}}]}],"terminationPolicy":"WipeOut","topology":"replication"}} creationTimestamp: "2026-02-12T03:12:57Z" finalizers: - cluster.kubeblocks.io/finalizer generation: 3 labels: app.kubernetes.io/instance: redis-anywdl clusterdefinition.kubeblocks.io/name: redis name: redis-anywdl namespace: ns-dldbu resourceVersion: "144550" uid: 33ad9183-fa2d-4f7f-831a-1c8da1500393 spec: clusterDef: redis componentSpecs: - annotations: kubeblocks.io/restart: "2026-02-12T03:18:48Z" componentDef: redis-8-1.0.2 disableExporter: false name: redis podUpdatePolicy: PreferInPlace replicas: 2 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi serviceVersion: 8.2.3 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi - annotations: kubeblocks.io/restart: "2026-02-12T03:18:48Z" componentDef: redis-sentinel-8-1.0.2 name: redis-sentinel podUpdatePolicy: PreferInPlace replicas: 3 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi serviceVersion: 8.2.3 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi terminationPolicy: WipeOut topology: replication status: components: redis: observedGeneration: 3 phase: Updating upToDate: true redis-sentinel: observedGeneration: 3 phase: Running upToDate: true conditions: - lastTransitionTime: "2026-02-12T03:12:58Z" message: 'The operator has started the provisioning of Cluster: redis-anywdl' observedGeneration: 3 reason: PreCheckSucceed status: "True" type: ProvisioningStarted - lastTransitionTime: "2026-02-12T03:12:58Z" message: Successfully applied for resources observedGeneration: 3 reason: ApplyResourcesSucceed status: "True" type: ApplyResources - lastTransitionTime: "2026-02-12T03:15:39Z" message: cluster redis-anywdl is ready reason: ClusterReady status: "True" type: Ready observedGeneration: 3 phase: Updating ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe cluster redis-anywdl--------------------------------------  `kubectl describe cluster redis-anywdl --namespace ns-dldbu `(B  Name: redis-anywdl Namespace: ns-dldbu Labels: app.kubernetes.io/instance=redis-anywdl clusterdefinition.kubeblocks.io/name=redis Annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: [{"name":"redis-anywdl-restart-5btp2","type":"Restart"}] API Version: apps.kubeblocks.io/v1 Kind: Cluster Metadata: Creation Timestamp: 2026-02-12T03:12:57Z Finalizers: cluster.kubeblocks.io/finalizer Generation: 3 Resource Version: 144550 UID: 33ad9183-fa2d-4f7f-831a-1c8da1500393 Spec: Cluster Def: redis Component Specs: Annotations: kubeblocks.io/restart: 2026-02-12T03:18:48Z Component Def: redis-8-1.0.2 Disable Exporter: false Name: redis Pod Update Policy: PreferInPlace Replicas: 2 Resources: Limits: Cpu: 100m Memory: 512Mi Requests: Cpu: 100m Memory: 512Mi Service Version: 8.2.3 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 1Gi Annotations: kubeblocks.io/restart: 2026-02-12T03:18:48Z Component Def: redis-sentinel-8-1.0.2 Name: redis-sentinel Pod Update Policy: PreferInPlace Replicas: 3 Resources: Limits: Cpu: 100m Memory: 512Mi Requests: Cpu: 100m Memory: 512Mi Service Version: 8.2.3 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 1Gi Termination Policy: WipeOut Topology: replication Status: Components: Redis: Observed Generation: 3 Phase: Updating Up To Date: true Redis - Sentinel: Observed Generation: 3 Phase: Running Up To Date: true Conditions: Last Transition Time: 2026-02-12T03:12:58Z Message: The operator has started the provisioning of Cluster: redis-anywdl Observed Generation: 3 Reason: PreCheckSucceed Status: True Type: ProvisioningStarted Last Transition Time: 2026-02-12T03:12:58Z Message: Successfully applied for resources Observed Generation: 3 Reason: ApplyResourcesSucceed Status: True Type: ApplyResources Last Transition Time: 2026-02-12T03:15:39Z Message: cluster redis-anywdl is ready Reason: ClusterReady Status: True Type: Ready Observed Generation: 3 Phase: Updating Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal PreCheckSucceed 13m (x2 over 13m) cluster-controller The operator has started the provisioning of Cluster: redis-anywdl Normal ApplyResourcesSucceed 13m (x2 over 13m) cluster-controller Successfully applied for resources Normal ClusterComponentPhaseTransition 12m (x4 over 13m) cluster-controller cluster component redis-sentinel is Creating Normal ClusterComponentPhaseTransition 10m (x4 over 12m) cluster-controller cluster component redis is Creating Normal ClusterComponentPhaseTransition 10m (x12 over 12m) cluster-controller cluster component redis-sentinel is Running Normal ClusterComponentPhaseTransition 7m33s (x9 over 10m) cluster-controller cluster component redis is Running ------------------------------------------------------------------------------------------------------------------ check pod status  `kbcli cluster list-instances redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Init:0/4 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:17 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:18 UTC+0800 pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B pod_status:Init:0/4(B [Error] check pod status timeout(B --------------------------------------get cluster redis-anywdl yaml--------------------------------------  `kubectl get cluster redis-anywdl -o yaml --namespace ns-dldbu `(B  apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: '[{"name":"redis-anywdl-restart-5btp2","type":"Restart"}]' kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps.kubeblocks.io/v1","kind":"Cluster","metadata":{"annotations":{},"name":"redis-anywdl","namespace":"ns-dldbu"},"spec":{"clusterDef":"redis","componentSpecs":[{"disableExporter":false,"name":"redis","replicas":2,"resources":{"limits":{"cpu":"100m","memory":"0.5Gi"},"requests":{"cpu":"100m","memory":"0.5Gi"}},"serviceVersion":"8.2.3","volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"1Gi"}},"storageClassName":null}}]},{"name":"redis-sentinel","replicas":3,"resources":{"limits":{"cpu":"100m","memory":"0.5Gi"},"requests":{"cpu":"100m","memory":"0.5Gi"}},"serviceVersion":"8.2.3","volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"1Gi"}},"storageClassName":null}}]}],"terminationPolicy":"WipeOut","topology":"replication"}} creationTimestamp: "2026-02-12T03:12:57Z" finalizers: - cluster.kubeblocks.io/finalizer generation: 3 labels: app.kubernetes.io/instance: redis-anywdl clusterdefinition.kubeblocks.io/name: redis name: redis-anywdl namespace: ns-dldbu resourceVersion: "144550" uid: 33ad9183-fa2d-4f7f-831a-1c8da1500393 spec: clusterDef: redis componentSpecs: - annotations: kubeblocks.io/restart: "2026-02-12T03:18:48Z" componentDef: redis-8-1.0.2 disableExporter: false name: redis podUpdatePolicy: PreferInPlace replicas: 2 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi serviceVersion: 8.2.3 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi - annotations: kubeblocks.io/restart: "2026-02-12T03:18:48Z" componentDef: redis-sentinel-8-1.0.2 name: redis-sentinel podUpdatePolicy: PreferInPlace replicas: 3 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi serviceVersion: 8.2.3 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi terminationPolicy: WipeOut topology: replication status: components: redis: observedGeneration: 3 phase: Updating upToDate: true redis-sentinel: observedGeneration: 3 phase: Running upToDate: true conditions: - lastTransitionTime: "2026-02-12T03:12:58Z" message: 'The operator has started the provisioning of Cluster: redis-anywdl' observedGeneration: 3 reason: PreCheckSucceed status: "True" type: ProvisioningStarted - lastTransitionTime: "2026-02-12T03:12:58Z" message: Successfully applied for resources observedGeneration: 3 reason: ApplyResourcesSucceed status: "True" type: ApplyResources - lastTransitionTime: "2026-02-12T03:15:39Z" message: cluster redis-anywdl is ready reason: ClusterReady status: "True" type: Ready observedGeneration: 3 phase: Updating ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe cluster redis-anywdl--------------------------------------  `kubectl describe cluster redis-anywdl --namespace ns-dldbu `(B  Name: redis-anywdl Namespace: ns-dldbu Labels: app.kubernetes.io/instance=redis-anywdl clusterdefinition.kubeblocks.io/name=redis Annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: [{"name":"redis-anywdl-restart-5btp2","type":"Restart"}] API Version: apps.kubeblocks.io/v1 Kind: Cluster Metadata: Creation Timestamp: 2026-02-12T03:12:57Z Finalizers: cluster.kubeblocks.io/finalizer Generation: 3 Resource Version: 144550 UID: 33ad9183-fa2d-4f7f-831a-1c8da1500393 Spec: Cluster Def: redis Component Specs: Annotations: kubeblocks.io/restart: 2026-02-12T03:18:48Z Component Def: redis-8-1.0.2 Disable Exporter: false Name: redis Pod Update Policy: PreferInPlace Replicas: 2 Resources: Limits: Cpu: 100m Memory: 512Mi Requests: Cpu: 100m Memory: 512Mi Service Version: 8.2.3 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 1Gi Annotations: kubeblocks.io/restart: 2026-02-12T03:18:48Z Component Def: redis-sentinel-8-1.0.2 Name: redis-sentinel Pod Update Policy: PreferInPlace Replicas: 3 Resources: Limits: Cpu: 100m Memory: 512Mi Requests: Cpu: 100m Memory: 512Mi Service Version: 8.2.3 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 1Gi Termination Policy: WipeOut Topology: replication Status: Components: Redis: Observed Generation: 3 Phase: Updating Up To Date: true Redis - Sentinel: Observed Generation: 3 Phase: Running Up To Date: true Conditions: Last Transition Time: 2026-02-12T03:12:58Z Message: The operator has started the provisioning of Cluster: redis-anywdl Observed Generation: 3 Reason: PreCheckSucceed Status: True Type: ProvisioningStarted Last Transition Time: 2026-02-12T03:12:58Z Message: Successfully applied for resources Observed Generation: 3 Reason: ApplyResourcesSucceed Status: True Type: ApplyResources Last Transition Time: 2026-02-12T03:15:39Z Message: cluster redis-anywdl is ready Reason: ClusterReady Status: True Type: Ready Observed Generation: 3 Phase: Updating Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal PreCheckSucceed 20m (x2 over 20m) cluster-controller The operator has started the provisioning of Cluster: redis-anywdl Normal ApplyResourcesSucceed 20m (x2 over 20m) cluster-controller Successfully applied for resources Normal ClusterComponentPhaseTransition 20m (x4 over 20m) cluster-controller cluster component redis-sentinel is Creating Normal ClusterComponentPhaseTransition 17m (x4 over 19m) cluster-controller cluster component redis is Creating Normal ClusterComponentPhaseTransition 17m (x12 over 19m) cluster-controller cluster component redis-sentinel is Running Normal ClusterComponentPhaseTransition 15m (x9 over 17m) cluster-controller cluster component redis is Running ------------------------------------------------------------------------------------------------------------------ --------------------------------------get pod redis-anywdl-redis-0 redis-anywdl-redis-1 redis-anywdl-redis-sentinel-0 redis-anywdl-redis-sentinel-1 redis-anywdl-redis-sentinel-2 yaml--------------------------------------  `kubectl get pod redis-anywdl-redis-0 -o yaml --namespace ns-dldbu `(B  apiVersion: v1 kind: Pod metadata: annotations: config.kubeblocks.io/restart-redis-replication-config-796f8c9b8d: 68cb9c8884 kubeblocks.io/restart: "2026-02-12T03:18:48Z" creationTimestamp: "2026-02-12T03:19:46Z" labels: app.kubernetes.io/component: redis-8-1.0.2 app.kubernetes.io/instance: redis-anywdl app.kubernetes.io/managed-by: kubeblocks apps.kubeblocks.io/component-name: redis apps.kubeblocks.io/pod-name: redis-anywdl-redis-0 apps.kubeblocks.io/release-phase: stable apps.kubeblocks.io/service-version: 8.2.3 controller-revision-hash: 78d687c585 workloads.kubeblocks.io/instance: redis-anywdl-redis workloads.kubeblocks.io/managed-by: InstanceSet name: redis-anywdl-redis-0 namespace: ns-dldbu ownerReferences: - apiVersion: workloads.kubeblocks.io/v1 blockOwnerDeletion: true controller: true kind: InstanceSet name: redis-anywdl-redis uid: 9771e3db-b426-47c5-a615-01b1d4bd2980 resourceVersion: "144575" uid: 21dc4413-414c-4dbc-93d9-75369fae860f spec: containers: - command: - /scripts/redis-start.sh env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: POD_FQDN value: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent lifecycle: preStop: exec: command: - /bin/bash - -c - /scripts/redis-pre-stop.sh name: redis ports: - containerPort: 6379 name: redis protocol: TCP readinessProbe: exec: command: - sh - -c - /scripts/redis-ping.sh failureThreshold: 5 initialDelaySeconds: 10 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true - command: - /bin/agamotto - --config=/opt/conf/metrics-config.yaml env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: ENDPOINT value: localhost:$(SERVICE_PORT) - name: METRICS_HTTP_PORT value: $(REDIS_METRICS_HTTP_PORT) - name: METRICS_SERVER_PORT value: $(REDIS_METRICS_SERVER_PORT) - name: REDIS_USER value: $(REDIS_DEFAULT_USER) - name: REDIS_PASSWORD value: $(REDIS_DEFAULT_PASSWORD) envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/agamotto:0.1.2-beta.1 imagePullPolicy: IfNotPresent name: metrics ports: - containerPort: 9121 name: http-metrics protocol: TCP - containerPort: 8888 name: server-metrics protocol: TCP resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsNonRoot: true runAsUser: 1001 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /opt/conf name: redis-metrics-config - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true - args: - --port - "3501" - --streaming-port - "3502" command: - /kubeblocks/kbagent env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_POD_FQDN value: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local - name: KB_CLUSTER_COMP_NAME value: $(REDIS_COMPONENT_NAME) - name: KB_SERVICE_PORT value: $(SERVICE_PORT) - name: KB_AGENT_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: KB_AGENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: KB_AGENT_POD_UID valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.uid - name: KB_AGENT_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: KB_AGENT_ACTION value: '[{"name":"postProvision","exec":{"command":["/bin/bash","-c","/scripts/redis-register-to-sentinel.sh \u003e /tmp/post-provision.log 2\u003e\u00261"]}},{"name":"switchover","exec":{"command":["/bin/bash","-c","/scripts/redis-switchover.sh \u003e /tmp/switchover.log 2\u003e\u00261"]}},{"name":"memberJoin","exec":{"command":["/bin/bash","-c","/scripts/sync-acl.sh"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -a $REDIS_DEFAULT_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -a $REDIS_DEFAULT_PASSWORD acl save "]}},{"name":"roleProbe","exec":{"command":["/tools/dbctl","--config-path","/tools/config/dbctl/components","redis","getrole"]},"timeoutSeconds":1}]' - name: KB_AGENT_PROBE value: '[{"instance":"redis-anywdl-redis","action":"roleProbe","periodSeconds":1}]' envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: kbagent ports: - containerPort: 3501 name: http protocol: TCP - containerPort: 3502 name: streaming protocol: TCP resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsGroup: 1000 startupProbe: failureThreshold: 3 periodSeconds: 10 successThreshold: 1 tcpSocket: port: 3501 timeoutSeconds: 1 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true - args: - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$(TOOLS_PATH) - /kb_tools/reloader - --log-level - info - --operator-update-enable - --tcp - "9901" - --config - /opt/config-manager/config-manager.yaml command: - env env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CONFIG_MANAGER_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: TOOLS_PATH value: /opt/kb-tools/reload/redis-replication-config:/opt/config-manager:/kb_tools envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: config-manager ports: - containerPort: 9901 name: config-manager protocol: TCP resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/conf name: redis-config - mountPath: /opt/conf name: redis-metrics-config - mountPath: /opt/kb-tools/reload/redis-replication-config name: cm-script-redis-replication-config - mountPath: /opt/config-manager name: config-manager-config - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostname: redis-anywdl-redis-0 initContainers: - command: - cp - -r - /bin/dbctl - /config - /tools/ env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/dbctl:0.1.8 imagePullPolicy: IfNotPresent name: init-dbctl resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /tools name: tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true - command: - cp - -r - /bin/kbagent - /kubeblocks/ env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/kubeblocks-tools:1.0.2 imagePullPolicy: IfNotPresent name: init-kbagent resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true - args: - --server=false command: - /kubeblocks/kbagent env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_POD_FQDN value: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local - name: KB_CLUSTER_COMP_NAME value: $(REDIS_COMPONENT_NAME) - name: KB_SERVICE_PORT value: $(SERVICE_PORT) - name: KB_AGENT_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: KB_AGENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: KB_AGENT_POD_UID valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.uid - name: KB_AGENT_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: KB_AGENT_ACTION value: '[{"name":"postProvision","exec":{"command":["/bin/bash","-c","/scripts/redis-register-to-sentinel.sh \u003e /tmp/post-provision.log 2\u003e\u00261"]}},{"name":"switchover","exec":{"command":["/bin/bash","-c","/scripts/redis-switchover.sh \u003e /tmp/switchover.log 2\u003e\u00261"]}},{"name":"memberJoin","exec":{"command":["/bin/bash","-c","/scripts/sync-acl.sh"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -a $REDIS_DEFAULT_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -a $REDIS_DEFAULT_PASSWORD acl save "]}},{"name":"roleProbe","exec":{"command":["/tools/dbctl","--config-path","/tools/config/dbctl/components","redis","getrole"]},"timeoutSeconds":1}]' - name: KB_AGENT_PROBE value: '[{"instance":"redis-anywdl-redis","action":"roleProbe","periodSeconds":1}]' envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: kbagent-worker resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsGroup: 1000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true - command: - cp - /bin/reloader - /kb_tools env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/kubeblocks-tools:1.0.2 imagePullPolicy: IfNotPresent name: install-config-manager-tool resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/conf name: redis-config - mountPath: /opt/conf name: redis-metrics-config - mountPath: /opt/kb-tools/reload/redis-replication-config name: cm-script-redis-replication-config - mountPath: /opt/config-manager name: config-manager-config - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true nodeName: aks-cicdamdpool-14916756-vmss000002 preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: kb-redis-8-1.0.2 serviceAccountName: kb-redis-8-1.0.2 subdomain: redis-anywdl-redis-headless 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 - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists volumes: - name: data persistentVolumeClaim: claimName: data-redis-anywdl-redis-0 - emptyDir: {} name: redis-conf - emptyDir: {} name: tools - emptyDir: {} name: kubeblocks - configMap: defaultMode: 292 name: redis-anywdl-redis-redis-replication-config name: redis-config - configMap: defaultMode: 292 name: redis-anywdl-redis-redis-metrics-config name: redis-metrics-config - configMap: defaultMode: 365 name: redis-anywdl-redis-redis-scripts name: scripts - configMap: defaultMode: 493 name: sidecar-redis-reload-tools-script-redis-anywdl name: cm-script-redis-replication-config - configMap: defaultMode: 493 name: sidecar-redis-anywdl-redis-config-manager-config name: config-manager-config - emptyDir: {} name: kb-tools - name: kube-api-access-bbksw 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-12T03:19:46Z" status: "False" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:46Z" message: 'containers with incomplete status: [init-dbctl init-kbagent kbagent-worker install-config-manager-tool]' reason: ContainersNotInitialized status: "False" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:46Z" message: 'containers with unready status: [redis metrics kbagent config-manager]' reason: ContainersNotReady status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:46Z" message: 'containers with unready status: [redis metrics kbagent config-manager]' reason: ContainersNotReady status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:46Z" status: "True" type: PodScheduled containerStatuses: - image: docker.io/apecloud/redis:8.2.3 imageID: "" lastState: {} name: config-manager ready: false restartCount: 0 started: false state: waiting: reason: PodInitializing volumeMounts: - mountPath: /etc/conf name: redis-config - mountPath: /opt/conf name: redis-metrics-config - mountPath: /opt/kb-tools/reload/redis-replication-config name: cm-script-redis-replication-config - mountPath: /opt/config-manager name: config-manager-config - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true recursiveReadOnly: Disabled - image: docker.io/apecloud/redis:8.2.3 imageID: "" lastState: {} name: kbagent ready: false restartCount: 0 started: false state: waiting: reason: PodInitializing volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true recursiveReadOnly: Disabled - image: docker.io/apecloud/agamotto:0.1.2-beta.1 imageID: "" lastState: {} name: metrics ready: false restartCount: 0 started: false state: waiting: reason: PodInitializing volumeMounts: - mountPath: /opt/conf name: redis-metrics-config - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true recursiveReadOnly: Disabled - image: docker.io/apecloud/redis:8.2.3 imageID: "" lastState: {} name: redis ready: false restartCount: 0 started: false state: waiting: reason: PodInitializing volumeMounts: - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true recursiveReadOnly: Disabled hostIP: 10.224.0.8 hostIPs: - ip: 10.224.0.8 initContainerStatuses: - image: docker.io/apecloud/dbctl:0.1.8 imageID: "" lastState: {} name: init-dbctl ready: false restartCount: 0 started: false state: waiting: reason: PodInitializing volumeMounts: - mountPath: /tools name: tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true recursiveReadOnly: Disabled - image: docker.io/apecloud/kubeblocks-tools:1.0.2 imageID: "" lastState: {} name: init-kbagent ready: false restartCount: 0 started: false state: waiting: reason: PodInitializing volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true recursiveReadOnly: Disabled - image: docker.io/apecloud/redis:8.2.3 imageID: "" lastState: {} name: kbagent-worker ready: false restartCount: 0 started: false state: waiting: reason: PodInitializing volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true recursiveReadOnly: Disabled - image: docker.io/apecloud/kubeblocks-tools:1.0.2 imageID: "" lastState: {} name: install-config-manager-tool ready: false restartCount: 0 started: false state: waiting: reason: PodInitializing volumeMounts: - mountPath: /etc/conf name: redis-config - mountPath: /opt/conf name: redis-metrics-config - mountPath: /opt/kb-tools/reload/redis-replication-config name: cm-script-redis-replication-config - mountPath: /opt/config-manager name: config-manager-config - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-bbksw readOnly: true recursiveReadOnly: Disabled phase: Pending qosClass: Burstable startTime: "2026-02-12T03:19:46Z" ------------------------------------------------------------------------------------------------------------------  `kubectl get pod redis-anywdl-redis-1 -o yaml --namespace ns-dldbu `(B  apiVersion: v1 kind: Pod metadata: annotations: apps.kubeblocks.io/last-role-snapshot-version: "1770866282072219" config.kubeblocks.io/restart-redis-replication-config-796f8c9b8d: 68cb9c8884 creationTimestamp: "2026-02-12T03:17:28Z" labels: app.kubernetes.io/component: redis-8-1.0.2 app.kubernetes.io/instance: redis-anywdl app.kubernetes.io/managed-by: kubeblocks apps.kubeblocks.io/component-name: redis apps.kubeblocks.io/pod-name: redis-anywdl-redis-1 apps.kubeblocks.io/release-phase: stable apps.kubeblocks.io/service-version: 8.2.3 controller-revision-hash: 5bf7bd84df kubeblocks.io/role: primary workloads.kubeblocks.io/instance: redis-anywdl-redis workloads.kubeblocks.io/managed-by: InstanceSet name: redis-anywdl-redis-1 namespace: ns-dldbu ownerReferences: - apiVersion: workloads.kubeblocks.io/v1 blockOwnerDeletion: true controller: true kind: InstanceSet name: redis-anywdl-redis uid: 9771e3db-b426-47c5-a615-01b1d4bd2980 resourceVersion: "142432" uid: f493ab2f-38ff-4eb7-95c0-e05166986662 spec: containers: - command: - /scripts/redis-start.sh env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: POD_FQDN value: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent lifecycle: preStop: exec: command: - /bin/bash - -c - /scripts/redis-pre-stop.sh name: redis ports: - containerPort: 6379 name: redis protocol: TCP readinessProbe: exec: command: - sh - -c - /scripts/redis-ping.sh failureThreshold: 5 initialDelaySeconds: 10 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true - command: - /bin/agamotto - --config=/opt/conf/metrics-config.yaml env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: ENDPOINT value: localhost:$(SERVICE_PORT) - name: METRICS_HTTP_PORT value: $(REDIS_METRICS_HTTP_PORT) - name: METRICS_SERVER_PORT value: $(REDIS_METRICS_SERVER_PORT) - name: REDIS_USER value: $(REDIS_DEFAULT_USER) - name: REDIS_PASSWORD value: $(REDIS_DEFAULT_PASSWORD) envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/agamotto:0.1.2-beta.1 imagePullPolicy: IfNotPresent name: metrics ports: - containerPort: 9121 name: http-metrics protocol: TCP - containerPort: 8888 name: server-metrics protocol: TCP resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsNonRoot: true runAsUser: 1001 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /opt/conf name: redis-metrics-config - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true - args: - --port - "3501" - --streaming-port - "3502" command: - /kubeblocks/kbagent env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_POD_FQDN value: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local - name: KB_CLUSTER_COMP_NAME value: $(REDIS_COMPONENT_NAME) - name: KB_SERVICE_PORT value: $(SERVICE_PORT) - name: KB_AGENT_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: KB_AGENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: KB_AGENT_POD_UID valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.uid - name: KB_AGENT_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: KB_AGENT_ACTION value: '[{"name":"postProvision","exec":{"command":["/bin/bash","-c","/scripts/redis-register-to-sentinel.sh \u003e /tmp/post-provision.log 2\u003e\u00261"]}},{"name":"switchover","exec":{"command":["/bin/bash","-c","/scripts/redis-switchover.sh \u003e /tmp/switchover.log 2\u003e\u00261"]}},{"name":"memberJoin","exec":{"command":["/bin/bash","-c","/scripts/sync-acl.sh"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -a $REDIS_DEFAULT_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -a $REDIS_DEFAULT_PASSWORD acl save "]}},{"name":"roleProbe","exec":{"command":["/tools/dbctl","--config-path","/tools/config/dbctl/components","redis","getrole"]},"timeoutSeconds":1}]' - name: KB_AGENT_PROBE value: '[{"instance":"redis-anywdl-redis","action":"roleProbe","periodSeconds":1}]' envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: kbagent ports: - containerPort: 3501 name: http protocol: TCP - containerPort: 3502 name: streaming protocol: TCP resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsGroup: 1000 startupProbe: failureThreshold: 3 periodSeconds: 10 successThreshold: 1 tcpSocket: port: 3501 timeoutSeconds: 1 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true - args: - PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$(TOOLS_PATH) - /kb_tools/reloader - --log-level - info - --operator-update-enable - --tcp - "9901" - --config - /opt/config-manager/config-manager.yaml command: - env env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CONFIG_MANAGER_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: TOOLS_PATH value: /opt/kb-tools/reload/redis-replication-config:/opt/config-manager:/kb_tools envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: config-manager ports: - containerPort: 9901 name: config-manager protocol: TCP resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/conf name: redis-config - mountPath: /opt/conf name: redis-metrics-config - mountPath: /opt/kb-tools/reload/redis-replication-config name: cm-script-redis-replication-config - mountPath: /opt/config-manager name: config-manager-config - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostname: redis-anywdl-redis-1 initContainers: - command: - cp - -r - /bin/dbctl - /config - /tools/ env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/dbctl:0.1.8 imagePullPolicy: IfNotPresent name: init-dbctl resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /tools name: tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true - command: - cp - -r - /bin/kbagent - /kubeblocks/ env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/kubeblocks-tools:1.0.2 imagePullPolicy: IfNotPresent name: init-kbagent resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true - args: - --server=false command: - /kubeblocks/kbagent env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_POD_FQDN value: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local - name: KB_CLUSTER_COMP_NAME value: $(REDIS_COMPONENT_NAME) - name: KB_SERVICE_PORT value: $(SERVICE_PORT) - name: KB_AGENT_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: KB_AGENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: KB_AGENT_POD_UID valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.uid - name: KB_AGENT_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: KB_AGENT_ACTION value: '[{"name":"postProvision","exec":{"command":["/bin/bash","-c","/scripts/redis-register-to-sentinel.sh \u003e /tmp/post-provision.log 2\u003e\u00261"]}},{"name":"switchover","exec":{"command":["/bin/bash","-c","/scripts/redis-switchover.sh \u003e /tmp/switchover.log 2\u003e\u00261"]}},{"name":"memberJoin","exec":{"command":["/bin/bash","-c","/scripts/sync-acl.sh"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -a $REDIS_DEFAULT_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -a $REDIS_DEFAULT_PASSWORD acl save "]}},{"name":"roleProbe","exec":{"command":["/tools/dbctl","--config-path","/tools/config/dbctl/components","redis","getrole"]},"timeoutSeconds":1}]' - name: KB_AGENT_PROBE value: '[{"instance":"redis-anywdl-redis","action":"roleProbe","periodSeconds":1}]' envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: kbagent-worker resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsGroup: 1000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true - command: - cp - /bin/reloader - /kb_tools env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default envFrom: - configMapRef: name: redis-anywdl-redis-env optional: false image: docker.io/apecloud/kubeblocks-tools:1.0.2 imagePullPolicy: IfNotPresent name: install-config-manager-tool resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /etc/conf name: redis-config - mountPath: /opt/conf name: redis-metrics-config - mountPath: /opt/kb-tools/reload/redis-replication-config name: cm-script-redis-replication-config - mountPath: /opt/config-manager name: config-manager-config - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true nodeName: aks-cicdamdpool-14916756-vmss000005 preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: kb-redis-8-1.0.2 serviceAccountName: kb-redis-8-1.0.2 subdomain: redis-anywdl-redis-headless 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 - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists volumes: - name: data persistentVolumeClaim: claimName: data-redis-anywdl-redis-1 - emptyDir: {} name: redis-conf - emptyDir: {} name: tools - emptyDir: {} name: kubeblocks - configMap: defaultMode: 292 name: redis-anywdl-redis-redis-replication-config name: redis-config - configMap: defaultMode: 292 name: redis-anywdl-redis-redis-metrics-config name: redis-metrics-config - configMap: defaultMode: 365 name: redis-anywdl-redis-redis-scripts name: scripts - configMap: defaultMode: 493 name: sidecar-redis-reload-tools-script-redis-anywdl name: cm-script-redis-replication-config - configMap: defaultMode: 493 name: sidecar-redis-anywdl-redis-config-manager-config name: config-manager-config - emptyDir: {} name: kb-tools - name: kube-api-access-j6b2w 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-12T03:17:36Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-02-12T03:17:39Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-02-12T03:17:50Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-02-12T03:17:50Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-02-12T03:17:28Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://9815d7712f96a71efd4685e755c1b2f11a9a14579fb1b99332339c5d69f38782 image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: config-manager ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:17:40Z" volumeMounts: - mountPath: /etc/conf name: redis-config - mountPath: /opt/conf name: redis-metrics-config - mountPath: /opt/kb-tools/reload/redis-replication-config name: cm-script-redis-replication-config - mountPath: /opt/config-manager name: config-manager-config - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true recursiveReadOnly: Disabled - containerID: containerd://d776511fe400ebe7d39b18b9992d5b54c7dcab4d221c6ccfae24329fdda0d20b image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: kbagent ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:17:40Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true recursiveReadOnly: Disabled - containerID: containerd://45e893881ba1997632b4ae149b2439c0ca7adf39a780b837efbec1857eeecf06 image: docker.io/apecloud/agamotto:0.1.2-beta.1 imageID: docker.io/apecloud/agamotto@sha256:cbab349b90490807a8d5039bf01bc7e37334f20c98c7dd75bc7fc4cf9e5b10ee lastState: {} name: metrics ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:17:39Z" volumeMounts: - mountPath: /opt/conf name: redis-metrics-config - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true recursiveReadOnly: Disabled - containerID: containerd://ede94c76dca1b8d9c191a012ab1037d0c0e1074806735b73ed8fac5f002838c7 image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: redis ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:17:39Z" volumeMounts: - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true recursiveReadOnly: Disabled hostIP: 10.224.0.10 hostIPs: - ip: 10.224.0.10 initContainerStatuses: - containerID: containerd://203f5f9cc32e74159343500735334bce8f517068a1d9b457a4e1226c1502ca9d image: docker.io/apecloud/dbctl:0.1.8 imageID: docker.io/apecloud/dbctl@sha256:af3024b9bf44b353b670938fb490b9f1e651f52785036895fed69a6bf62e9feb lastState: {} name: init-dbctl ready: true restartCount: 0 started: false state: terminated: containerID: containerd://203f5f9cc32e74159343500735334bce8f517068a1d9b457a4e1226c1502ca9d exitCode: 0 finishedAt: "2026-02-12T03:17:36Z" reason: Completed startedAt: "2026-02-12T03:17:36Z" volumeMounts: - mountPath: /tools name: tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true recursiveReadOnly: Disabled - containerID: containerd://cfd786b8960de07850c51cdd45fe13e8081c41471506ec2a4347e2f32fe53c1c image: docker.io/apecloud/kubeblocks-tools:1.0.2 imageID: docker.io/apecloud/kubeblocks-tools@sha256:52a60316d6ece80cb1440179a7902bad1129a8535c025722486f4f1986d095ea lastState: {} name: init-kbagent ready: true restartCount: 0 started: false state: terminated: containerID: containerd://cfd786b8960de07850c51cdd45fe13e8081c41471506ec2a4347e2f32fe53c1c exitCode: 0 finishedAt: "2026-02-12T03:17:36Z" reason: Completed startedAt: "2026-02-12T03:17:36Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true recursiveReadOnly: Disabled - containerID: containerd://db3bb72797e388f82b6c9eb8a0fc526b4fc2f64a813eca1771ffb3e509dc2fe8 image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: kbagent-worker ready: true restartCount: 0 started: false state: terminated: containerID: containerd://db3bb72797e388f82b6c9eb8a0fc526b4fc2f64a813eca1771ffb3e509dc2fe8 exitCode: 0 finishedAt: "2026-02-12T03:17:37Z" reason: Completed startedAt: "2026-02-12T03:17:37Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /etc/conf name: redis-config - mountPath: /scripts name: scripts - mountPath: /etc/redis name: redis-conf - mountPath: /tools name: tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true recursiveReadOnly: Disabled - containerID: containerd://262af5e98175052d092facb48ec6b2cd8ffeb584bcd61bf792c3576417a253c6 image: docker.io/apecloud/kubeblocks-tools:1.0.2 imageID: docker.io/apecloud/kubeblocks-tools@sha256:52a60316d6ece80cb1440179a7902bad1129a8535c025722486f4f1986d095ea lastState: {} name: install-config-manager-tool ready: true restartCount: 0 started: false state: terminated: containerID: containerd://262af5e98175052d092facb48ec6b2cd8ffeb584bcd61bf792c3576417a253c6 exitCode: 0 finishedAt: "2026-02-12T03:17:38Z" reason: Completed startedAt: "2026-02-12T03:17:38Z" volumeMounts: - mountPath: /etc/conf name: redis-config - mountPath: /opt/conf name: redis-metrics-config - mountPath: /opt/kb-tools/reload/redis-replication-config name: cm-script-redis-replication-config - mountPath: /opt/config-manager name: config-manager-config - mountPath: /kb_tools name: kb-tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-j6b2w readOnly: true recursiveReadOnly: Disabled phase: Running podIP: 10.244.5.214 podIPs: - ip: 10.244.5.214 qosClass: Burstable startTime: "2026-02-12T03:17:28Z" ------------------------------------------------------------------------------------------------------------------  `kubectl get pod redis-anywdl-redis-sentinel-0 -o yaml --namespace ns-dldbu `(B  apiVersion: v1 kind: Pod metadata: annotations: kubeblocks.io/restart: "2026-02-12T03:18:48Z" creationTimestamp: "2026-02-12T03:19:24Z" labels: app.kubernetes.io/component: redis-sentinel-8-1.0.2 app.kubernetes.io/instance: redis-anywdl app.kubernetes.io/managed-by: kubeblocks apps.kubeblocks.io/component-name: redis-sentinel apps.kubeblocks.io/pod-name: redis-anywdl-redis-sentinel-0 apps.kubeblocks.io/release-phase: stable apps.kubeblocks.io/service-version: 8.2.3 controller-revision-hash: 56c995597d workloads.kubeblocks.io/instance: redis-anywdl-redis-sentinel workloads.kubeblocks.io/managed-by: InstanceSet name: redis-anywdl-redis-sentinel-0 namespace: ns-dldbu ownerReferences: - apiVersion: workloads.kubeblocks.io/v1 blockOwnerDeletion: true controller: true kind: InstanceSet name: redis-anywdl-redis-sentinel uid: f66c198a-fb29-4ee2-9895-3aa45a881490 resourceVersion: "144487" uid: 35294387-7cec-4ba3-937d-3092eb5ffa00 spec: containers: - args: - -c - | set -e /scripts/redis-sentinel-start-v2.sh command: - /bin/bash env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent lifecycle: postStart: exec: command: - /scripts/redis-sentinel-post-start.sh livenessProbe: exec: command: - sh - -c - /scripts/redis-sentinel-ping.sh failureThreshold: 5 initialDelaySeconds: 10 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 5 name: redis-sentinel ports: - containerPort: 26379 name: redis-sentinel protocol: TCP readinessProbe: exec: command: - sh - -c - /scripts/redis-sentinel-ping.sh failureThreshold: 5 initialDelaySeconds: 10 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-5mqfb readOnly: true - args: - --port - "3501" - --streaming-port - "3502" command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_AGENT_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: KB_AGENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: KB_AGENT_POD_UID valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.uid - name: KB_AGENT_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: KB_AGENT_ACTION value: '[{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}]' - name: KB_AGENT_PROBE value: "null" envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: kbagent ports: - containerPort: 3501 name: http protocol: TCP - containerPort: 3502 name: streaming protocol: TCP resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsGroup: 1000 startupProbe: failureThreshold: 3 periodSeconds: 10 successThreshold: 1 tcpSocket: port: 3501 timeoutSeconds: 1 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-5mqfb readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostname: redis-anywdl-redis-sentinel-0 initContainers: - command: - cp - -r - /bin/kbagent - /kubeblocks/ env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/kubeblocks-tools:1.0.2 imagePullPolicy: IfNotPresent name: init-kbagent resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-5mqfb readOnly: true - args: - --server=false command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_AGENT_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: KB_AGENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: KB_AGENT_POD_UID valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.uid - name: KB_AGENT_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: KB_AGENT_ACTION value: '[{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}]' - name: KB_AGENT_PROBE value: "null" envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: kbagent-worker resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsGroup: 1000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-5mqfb readOnly: true nodeName: aks-cicdamdpool-14916756-vmss000005 preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: kb-redis-sentinel-8-1.0.2 serviceAccountName: kb-redis-sentinel-8-1.0.2 subdomain: redis-anywdl-redis-sentinel-headless 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 - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists volumes: - name: data persistentVolumeClaim: claimName: data-redis-anywdl-redis-sentinel-0 - emptyDir: {} name: kubeblocks - configMap: defaultMode: 365 name: redis-anywdl-redis-sentinel-redis-scripts name: scripts - name: kube-api-access-5mqfb 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-12T03:19:29Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:31Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:44Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:44Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:24Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://8f273ba616ce681af87d1011638ccb27e8ab9c0b4adedeb500dbe9dc805a44d1 image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: kbagent ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:19:32Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-5mqfb readOnly: true recursiveReadOnly: Disabled - containerID: containerd://73e28cc3fe1d6b5d49dbe02725d8eeafde137296a718280fe342e74241cb6ea7 image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: redis-sentinel ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:19:31Z" volumeMounts: - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-5mqfb readOnly: true recursiveReadOnly: Disabled hostIP: 10.224.0.10 hostIPs: - ip: 10.224.0.10 initContainerStatuses: - containerID: containerd://46d07f535aec58d87b4573a7e3f2d9adb936cca0090c6e60b3b6719d1a645dd2 image: docker.io/apecloud/kubeblocks-tools:1.0.2 imageID: docker.io/apecloud/kubeblocks-tools@sha256:52a60316d6ece80cb1440179a7902bad1129a8535c025722486f4f1986d095ea lastState: {} name: init-kbagent ready: true restartCount: 0 started: false state: terminated: containerID: containerd://46d07f535aec58d87b4573a7e3f2d9adb936cca0090c6e60b3b6719d1a645dd2 exitCode: 0 finishedAt: "2026-02-12T03:19:28Z" reason: Completed startedAt: "2026-02-12T03:19:28Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-5mqfb readOnly: true recursiveReadOnly: Disabled - containerID: containerd://02b76465e5e5c51929bfe56897d11eea536ab41cdf541bec11a1ea1af48f17d2 image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: kbagent-worker ready: true restartCount: 0 started: false state: terminated: containerID: containerd://02b76465e5e5c51929bfe56897d11eea536ab41cdf541bec11a1ea1af48f17d2 exitCode: 0 finishedAt: "2026-02-12T03:19:30Z" reason: Completed startedAt: "2026-02-12T03:19:30Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-5mqfb readOnly: true recursiveReadOnly: Disabled phase: Running podIP: 10.244.5.114 podIPs: - ip: 10.244.5.114 qosClass: Burstable startTime: "2026-02-12T03:19:24Z" ------------------------------------------------------------------------------------------------------------------  `kubectl get pod redis-anywdl-redis-sentinel-1 -o yaml --namespace ns-dldbu `(B  apiVersion: v1 kind: Pod metadata: annotations: kubeblocks.io/restart: "2026-02-12T03:18:48Z" creationTimestamp: "2026-02-12T03:19:07Z" labels: app.kubernetes.io/component: redis-sentinel-8-1.0.2 app.kubernetes.io/instance: redis-anywdl app.kubernetes.io/managed-by: kubeblocks apps.kubeblocks.io/component-name: redis-sentinel apps.kubeblocks.io/pod-name: redis-anywdl-redis-sentinel-1 apps.kubeblocks.io/release-phase: stable apps.kubeblocks.io/service-version: 8.2.3 controller-revision-hash: 56c995597d workloads.kubeblocks.io/instance: redis-anywdl-redis-sentinel workloads.kubeblocks.io/managed-by: InstanceSet name: redis-anywdl-redis-sentinel-1 namespace: ns-dldbu ownerReferences: - apiVersion: workloads.kubeblocks.io/v1 blockOwnerDeletion: true controller: true kind: InstanceSet name: redis-anywdl-redis-sentinel uid: f66c198a-fb29-4ee2-9895-3aa45a881490 resourceVersion: "143915" uid: c44b6986-06ba-4b52-a8a3-e88e420f12a1 spec: containers: - args: - -c - | set -e /scripts/redis-sentinel-start-v2.sh command: - /bin/bash env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent lifecycle: postStart: exec: command: - /scripts/redis-sentinel-post-start.sh livenessProbe: exec: command: - sh - -c - /scripts/redis-sentinel-ping.sh failureThreshold: 5 initialDelaySeconds: 10 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 5 name: redis-sentinel ports: - containerPort: 26379 name: redis-sentinel protocol: TCP readinessProbe: exec: command: - sh - -c - /scripts/redis-sentinel-ping.sh failureThreshold: 5 initialDelaySeconds: 10 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-sbdrk readOnly: true - args: - --port - "3501" - --streaming-port - "3502" command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_AGENT_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: KB_AGENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: KB_AGENT_POD_UID valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.uid - name: KB_AGENT_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: KB_AGENT_ACTION value: '[{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}]' - name: KB_AGENT_PROBE value: "null" envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: kbagent ports: - containerPort: 3501 name: http protocol: TCP - containerPort: 3502 name: streaming protocol: TCP resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsGroup: 1000 startupProbe: failureThreshold: 3 periodSeconds: 10 successThreshold: 1 tcpSocket: port: 3501 timeoutSeconds: 1 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-sbdrk readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostname: redis-anywdl-redis-sentinel-1 initContainers: - command: - cp - -r - /bin/kbagent - /kubeblocks/ env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/kubeblocks-tools:1.0.2 imagePullPolicy: IfNotPresent name: init-kbagent resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-sbdrk readOnly: true - args: - --server=false command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_AGENT_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: KB_AGENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: KB_AGENT_POD_UID valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.uid - name: KB_AGENT_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: KB_AGENT_ACTION value: '[{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}]' - name: KB_AGENT_PROBE value: "null" envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: kbagent-worker resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsGroup: 1000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-sbdrk readOnly: true nodeName: aks-cicdamdpool-14916756-vmss000002 preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: kb-redis-sentinel-8-1.0.2 serviceAccountName: kb-redis-sentinel-8-1.0.2 subdomain: redis-anywdl-redis-sentinel-headless 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 - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists volumes: - name: data persistentVolumeClaim: claimName: data-redis-anywdl-redis-sentinel-1 - emptyDir: {} name: kubeblocks - configMap: defaultMode: 365 name: redis-anywdl-redis-sentinel-redis-scripts name: scripts - name: kube-api-access-sbdrk 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-12T03:19:09Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:10Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:23Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:23Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:07Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://6276be7197c494192c1d93f267a6fde73a6da307ca9e9f8b748bb17a26ef47a7 image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: kbagent ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:19:11Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-sbdrk readOnly: true recursiveReadOnly: Disabled - containerID: containerd://d0b2837e5e67443d8418253304797147f1cdfb4ace714f9707c0267b796e0d94 image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: redis-sentinel ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:19:10Z" volumeMounts: - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-sbdrk readOnly: true recursiveReadOnly: Disabled hostIP: 10.224.0.8 hostIPs: - ip: 10.224.0.8 initContainerStatuses: - containerID: containerd://7cf3056cfd194a49537982ce142dae038ae596d5c48f1b4e544e63afd899f688 image: docker.io/apecloud/kubeblocks-tools:1.0.2 imageID: docker.io/apecloud/kubeblocks-tools@sha256:52a60316d6ece80cb1440179a7902bad1129a8535c025722486f4f1986d095ea lastState: {} name: init-kbagent ready: true restartCount: 0 started: false state: terminated: containerID: containerd://7cf3056cfd194a49537982ce142dae038ae596d5c48f1b4e544e63afd899f688 exitCode: 0 finishedAt: "2026-02-12T03:19:08Z" reason: Completed startedAt: "2026-02-12T03:19:08Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-sbdrk readOnly: true recursiveReadOnly: Disabled - containerID: containerd://8edd89f4ac1c06cb7e69dbb86b73491a72d48f241004ab0bd45056dd750b8e97 image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: kbagent-worker ready: true restartCount: 0 started: false state: terminated: containerID: containerd://8edd89f4ac1c06cb7e69dbb86b73491a72d48f241004ab0bd45056dd750b8e97 exitCode: 0 finishedAt: "2026-02-12T03:19:09Z" reason: Completed startedAt: "2026-02-12T03:19:09Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-sbdrk readOnly: true recursiveReadOnly: Disabled phase: Running podIP: 10.244.6.213 podIPs: - ip: 10.244.6.213 qosClass: Burstable startTime: "2026-02-12T03:19:07Z" ------------------------------------------------------------------------------------------------------------------  `kubectl get pod redis-anywdl-redis-sentinel-2 -o yaml --namespace ns-dldbu `(B  apiVersion: v1 kind: Pod metadata: annotations: kubeblocks.io/restart: "2026-02-12T03:18:48Z" creationTimestamp: "2026-02-12T03:18:49Z" labels: app.kubernetes.io/component: redis-sentinel-8-1.0.2 app.kubernetes.io/instance: redis-anywdl app.kubernetes.io/managed-by: kubeblocks apps.kubeblocks.io/component-name: redis-sentinel apps.kubeblocks.io/pod-name: redis-anywdl-redis-sentinel-2 apps.kubeblocks.io/release-phase: stable apps.kubeblocks.io/service-version: 8.2.3 controller-revision-hash: 56c995597d workloads.kubeblocks.io/instance: redis-anywdl-redis-sentinel workloads.kubeblocks.io/managed-by: InstanceSet name: redis-anywdl-redis-sentinel-2 namespace: ns-dldbu ownerReferences: - apiVersion: workloads.kubeblocks.io/v1 blockOwnerDeletion: true controller: true kind: InstanceSet name: redis-anywdl-redis-sentinel uid: f66c198a-fb29-4ee2-9895-3aa45a881490 resourceVersion: "143536" uid: 09073a84-1b7a-4ed6-8278-ab0df252a327 spec: containers: - args: - -c - | set -e /scripts/redis-sentinel-start-v2.sh command: - /bin/bash env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent lifecycle: postStart: exec: command: - /scripts/redis-sentinel-post-start.sh livenessProbe: exec: command: - sh - -c - /scripts/redis-sentinel-ping.sh failureThreshold: 5 initialDelaySeconds: 10 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 5 name: redis-sentinel ports: - containerPort: 26379 name: redis-sentinel protocol: TCP readinessProbe: exec: command: - sh - -c - /scripts/redis-sentinel-ping.sh failureThreshold: 5 initialDelaySeconds: 10 periodSeconds: 5 successThreshold: 1 timeoutSeconds: 5 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-n62jr readOnly: true - args: - --port - "3501" - --streaming-port - "3502" command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_AGENT_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: KB_AGENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: KB_AGENT_POD_UID valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.uid - name: KB_AGENT_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: KB_AGENT_ACTION value: '[{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}]' - name: KB_AGENT_PROBE value: "null" envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: kbagent ports: - containerPort: 3501 name: http protocol: TCP - containerPort: 3502 name: streaming protocol: TCP resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsGroup: 1000 startupProbe: failureThreshold: 3 periodSeconds: 10 successThreshold: 1 tcpSocket: port: 3501 timeoutSeconds: 1 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-n62jr readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostname: redis-anywdl-redis-sentinel-2 initContainers: - command: - cp - -r - /bin/kbagent - /kubeblocks/ env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/kubeblocks-tools:1.0.2 imagePullPolicy: IfNotPresent name: init-kbagent resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-n62jr readOnly: true - args: - --server=false command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-anywdl-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-anywdl-redis-sentinel-account-default - name: CURRENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: CURRENT_POD_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.podIP - name: CURRENT_POD_HOST_IP valueFrom: fieldRef: apiVersion: v1 fieldPath: status.hostIP - name: KB_AGENT_NAMESPACE valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.namespace - name: KB_AGENT_POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name - name: KB_AGENT_POD_UID valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.uid - name: KB_AGENT_NODE_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: spec.nodeName - name: KB_AGENT_ACTION value: '[{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}]' - name: KB_AGENT_PROBE value: "null" envFrom: - configMapRef: name: redis-anywdl-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.2.3 imagePullPolicy: IfNotPresent name: kbagent-worker resources: limits: cpu: "0" memory: "0" requests: cpu: "0" memory: "0" securityContext: runAsGroup: 1000 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-n62jr readOnly: true nodeName: aks-cicdamdpool-14916756-vmss000000 preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: {} serviceAccount: kb-redis-sentinel-8-1.0.2 serviceAccountName: kb-redis-sentinel-8-1.0.2 subdomain: redis-anywdl-redis-sentinel-headless 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 - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists volumes: - name: data persistentVolumeClaim: claimName: data-redis-anywdl-redis-sentinel-2 - emptyDir: {} name: kubeblocks - configMap: defaultMode: 365 name: redis-anywdl-redis-sentinel-redis-scripts name: scripts - name: kube-api-access-n62jr 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-12T03:18:51Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-02-12T03:18:52Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:05Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-02-12T03:19:05Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-02-12T03:18:49Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://9f27083fe604083acaa5c3eda893344e2682468252a9088801cf4e04a6817184 image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: kbagent ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:18:54Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-n62jr readOnly: true recursiveReadOnly: Disabled - containerID: containerd://a442d4ce60bfba6bf499b90ab0bccda2a93fcb601e426c201da7b127d93bf866 image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: redis-sentinel ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:18:53Z" volumeMounts: - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-n62jr readOnly: true recursiveReadOnly: Disabled hostIP: 10.224.0.9 hostIPs: - ip: 10.224.0.9 initContainerStatuses: - containerID: containerd://a97112006bb00fc67c25f7726068231f809c784df18b8eebbdc88c4299c94ec5 image: docker.io/apecloud/kubeblocks-tools:1.0.2 imageID: docker.io/apecloud/kubeblocks-tools@sha256:52a60316d6ece80cb1440179a7902bad1129a8535c025722486f4f1986d095ea lastState: {} name: init-kbagent ready: true restartCount: 0 started: false state: terminated: containerID: containerd://a97112006bb00fc67c25f7726068231f809c784df18b8eebbdc88c4299c94ec5 exitCode: 0 finishedAt: "2026-02-12T03:18:51Z" reason: Completed startedAt: "2026-02-12T03:18:51Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-n62jr readOnly: true recursiveReadOnly: Disabled - containerID: containerd://a76eed32cc0ecb6359cbaa9161e30cef864ca8b4060c8d125b475e0493ff66ee image: docker.io/apecloud/redis:8.2.3 imageID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 lastState: {} name: kbagent-worker ready: true restartCount: 0 started: false state: terminated: containerID: containerd://a76eed32cc0ecb6359cbaa9161e30cef864ca8b4060c8d125b475e0493ff66ee exitCode: 0 finishedAt: "2026-02-12T03:18:51Z" reason: Completed startedAt: "2026-02-12T03:18:51Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-n62jr readOnly: true recursiveReadOnly: Disabled phase: Running podIP: 10.244.4.33 podIPs: - ip: 10.244.4.33 qosClass: Burstable startTime: "2026-02-12T03:18:49Z" ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe pod redis-anywdl-redis-0 redis-anywdl-redis-1 redis-anywdl-redis-sentinel-0 redis-anywdl-redis-sentinel-1 redis-anywdl-redis-sentinel-2--------------------------------------  `kubectl describe pod redis-anywdl-redis-0 --namespace ns-dldbu `(B  Name: redis-anywdl-redis-0 Namespace: ns-dldbu Priority: 0 Service Account: kb-redis-8-1.0.2 Node: aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Start Time: Thu, 12 Feb 2026 11:19:46 +0800 Labels: app.kubernetes.io/component=redis-8-1.0.2 app.kubernetes.io/instance=redis-anywdl app.kubernetes.io/managed-by=kubeblocks apps.kubeblocks.io/component-name=redis apps.kubeblocks.io/pod-name=redis-anywdl-redis-0 apps.kubeblocks.io/release-phase=stable apps.kubeblocks.io/service-version=8.2.3 controller-revision-hash=78d687c585 workloads.kubeblocks.io/instance=redis-anywdl-redis workloads.kubeblocks.io/managed-by=InstanceSet Annotations: config.kubeblocks.io/restart-redis-replication-config-796f8c9b8d: 68cb9c8884 kubeblocks.io/restart: 2026-02-12T03:18:48Z Status: Pending IP: IPs: Controlled By: InstanceSet/redis-anywdl-redis Init Containers: init-dbctl: Container ID: Image: docker.io/apecloud/dbctl:0.1.8 Image ID: Port: Host Port: Command: cp -r /bin/dbctl /config /tools/ State: Waiting Reason: PodInitializing Ready: False Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false Mounts: /tools from tools (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-bbksw (ro) init-kbagent: Container ID: Image: docker.io/apecloud/kubeblocks-tools:1.0.2 Image ID: Port: Host Port: Command: cp -r /bin/kbagent /kubeblocks/ State: Waiting Reason: PodInitializing Ready: False Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false Mounts: /kubeblocks from kubeblocks (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-bbksw (ro) kbagent-worker: Container ID: Image: docker.io/apecloud/redis:8.2.3 Image ID: Port: Host Port: Command: /kubeblocks/kbagent Args: --server=false State: Waiting Reason: PodInitializing Ready: False Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-0 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_HOST_IP: (v1:status.hostIP) KB_POD_FQDN: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local KB_CLUSTER_COMP_NAME: $(REDIS_COMPONENT_NAME) KB_SERVICE_PORT: $(SERVICE_PORT) KB_AGENT_NAMESPACE: ns-dldbu (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-anywdl-redis-0 (v1:metadata.name) KB_AGENT_POD_UID: (v1:metadata.uid) KB_AGENT_NODE_NAME: (v1:spec.nodeName) KB_AGENT_ACTION: [{"name":"postProvision","exec":{"command":["/bin/bash","-c","/scripts/redis-register-to-sentinel.sh \u003e /tmp/post-provision.log 2\u003e\u00261"]}},{"name":"switchover","exec":{"command":["/bin/bash","-c","/scripts/redis-switchover.sh \u003e /tmp/switchover.log 2\u003e\u00261"]}},{"name":"memberJoin","exec":{"command":["/bin/bash","-c","/scripts/sync-acl.sh"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -a $REDIS_DEFAULT_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -a $REDIS_DEFAULT_PASSWORD acl save "]}},{"name":"roleProbe","exec":{"command":["/tools/dbctl","--config-path","/tools/config/dbctl/components","redis","getrole"]},"timeoutSeconds":1}] KB_AGENT_PROBE: [{"instance":"redis-anywdl-redis","action":"roleProbe","periodSeconds":1}] Mounts: /data from data (rw) /etc/conf from redis-config (rw) /etc/redis from redis-conf (rw) /kubeblocks from kubeblocks (rw) /scripts from scripts (rw) /tools from tools (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-bbksw (ro) install-config-manager-tool: Container ID: Image: docker.io/apecloud/kubeblocks-tools:1.0.2 Image ID: Port: Host Port: Command: cp /bin/reloader /kb_tools State: Waiting Reason: PodInitializing Ready: False Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false Mounts: /etc/conf from redis-config (rw) /kb_tools from kb-tools (rw) /opt/conf from redis-metrics-config (rw) /opt/config-manager from config-manager-config (rw) /opt/kb-tools/reload/redis-replication-config from cm-script-redis-replication-config (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-bbksw (ro) Containers: redis: Container ID: Image: docker.io/apecloud/redis:8.2.3 Image ID: Port: 6379/TCP Host Port: 0/TCP Command: /scripts/redis-start.sh State: Waiting Reason: PodInitializing Ready: False Restart Count: 0 Limits: cpu: 100m memory: 512Mi Requests: cpu: 100m memory: 512Mi Readiness: exec [sh -c /scripts/redis-ping.sh] delay=10s timeout=5s period=5s #success=1 #failure=5 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-0 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) POD_FQDN: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local Mounts: /data from data (rw) /etc/conf from redis-config (rw) /etc/redis from redis-conf (rw) /kb_tools from kb-tools (rw) /scripts from scripts (rw) /tools from tools (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-bbksw (ro) metrics: Container ID: Image: docker.io/apecloud/agamotto:0.1.2-beta.1 Image ID: Ports: 9121/TCP, 8888/TCP Host Ports: 0/TCP, 0/TCP Command: /bin/agamotto --config=/opt/conf/metrics-config.yaml State: Waiting Reason: PodInitializing Ready: False Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false ENDPOINT: localhost:$(SERVICE_PORT) METRICS_HTTP_PORT: $(REDIS_METRICS_HTTP_PORT) METRICS_SERVER_PORT: $(REDIS_METRICS_SERVER_PORT) REDIS_USER: $(REDIS_DEFAULT_USER) REDIS_PASSWORD: $(REDIS_DEFAULT_PASSWORD) Mounts: /opt/conf from redis-metrics-config (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-bbksw (ro) kbagent: Container ID: Image: docker.io/apecloud/redis:8.2.3 Image ID: Ports: 3501/TCP, 3502/TCP Host Ports: 0/TCP, 0/TCP Command: /kubeblocks/kbagent Args: --port 3501 --streaming-port 3502 State: Waiting Reason: PodInitializing Ready: False Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Startup: tcp-socket :3501 delay=0s timeout=1s period=10s #success=1 #failure=3 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-0 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_HOST_IP: (v1:status.hostIP) KB_POD_FQDN: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local KB_CLUSTER_COMP_NAME: $(REDIS_COMPONENT_NAME) KB_SERVICE_PORT: $(SERVICE_PORT) KB_AGENT_NAMESPACE: ns-dldbu (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-anywdl-redis-0 (v1:metadata.name) KB_AGENT_POD_UID: (v1:metadata.uid) KB_AGENT_NODE_NAME: (v1:spec.nodeName) KB_AGENT_ACTION: [{"name":"postProvision","exec":{"command":["/bin/bash","-c","/scripts/redis-register-to-sentinel.sh \u003e /tmp/post-provision.log 2\u003e\u00261"]}},{"name":"switchover","exec":{"command":["/bin/bash","-c","/scripts/redis-switchover.sh \u003e /tmp/switchover.log 2\u003e\u00261"]}},{"name":"memberJoin","exec":{"command":["/bin/bash","-c","/scripts/sync-acl.sh"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -a $REDIS_DEFAULT_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -a $REDIS_DEFAULT_PASSWORD acl save "]}},{"name":"roleProbe","exec":{"command":["/tools/dbctl","--config-path","/tools/config/dbctl/components","redis","getrole"]},"timeoutSeconds":1}] KB_AGENT_PROBE: [{"instance":"redis-anywdl-redis","action":"roleProbe","periodSeconds":1}] Mounts: /data from data (rw) /etc/conf from redis-config (rw) /etc/redis from redis-conf (rw) /kb_tools from kb-tools (rw) /kubeblocks from kubeblocks (rw) /scripts from scripts (rw) /tools from tools (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-bbksw (ro) config-manager: Container ID: Image: docker.io/apecloud/redis:8.2.3 Image ID: Port: 9901/TCP Host Port: 0/TCP Command: env Args: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$(TOOLS_PATH) /kb_tools/reloader --log-level info --operator-update-enable --tcp 9901 --config /opt/config-manager/config-manager.yaml State: Waiting Reason: PodInitializing Ready: False Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CONFIG_MANAGER_POD_IP: (v1:status.podIP) TOOLS_PATH: /opt/kb-tools/reload/redis-replication-config:/opt/config-manager:/kb_tools Mounts: /etc/conf from redis-config (rw) /kb_tools from kb-tools (rw) /opt/conf from redis-metrics-config (rw) /opt/config-manager from config-manager-config (rw) /opt/kb-tools/reload/redis-replication-config from cm-script-redis-replication-config (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-bbksw (ro) Conditions: Type Status PodReadyToStartContainers False Initialized False Ready False ContainersReady False PodScheduled True Volumes: data: Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) ClaimName: data-redis-anywdl-redis-0 ReadOnly: false redis-conf: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: tools: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: kubeblocks: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: redis-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-anywdl-redis-redis-replication-config Optional: false redis-metrics-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-anywdl-redis-redis-metrics-config Optional: false scripts: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-anywdl-redis-redis-scripts Optional: false cm-script-redis-replication-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: sidecar-redis-reload-tools-script-redis-anywdl Optional: false config-manager-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: sidecar-redis-anywdl-redis-config-manager-config Optional: false kb-tools: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: kube-api-access-bbksw: Type: Projected (a volume that contains injected data from multiple sources) TokenExpirationSeconds: 3607 ConfigMapName: kube-root-ca.crt ConfigMapOptional: DownwardAPI: true QoS Class: Burstable Node-Selectors: Tolerations: node.kubernetes.io/memory-pressure:NoSchedule op=Exists 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 13m default-scheduler Successfully assigned ns-dldbu/redis-anywdl-redis-0 to aks-cicdamdpool-14916756-vmss000002 Warning FailedAttachVolume 13m attachdetach-controller Multi-Attach error for volume "pvc-fde5d19b-7a6f-4aa3-b5d9-adec68f33fe7" Volume is already exclusively attached to one node and can't be attached to another Warning FailedAttachVolume 106s (x3 over 9m46s) attachdetach-controller AttachVolume.Attach failed for volume "pvc-fde5d19b-7a6f-4aa3-b5d9-adec68f33fe7" : timed out waiting for external-attacher of disk.csi.azure.com CSI driver to attach volume /subscriptions/e659c16c-8ba9-41ab-98a0-d64b0237ba45/resourceGroups/MC_cicd-aks-5h60eefy-group_cicd-aks-5h60eefy_eastus/providers/Microsoft.Compute/disks/pvc-fde5d19b-7a6f-4aa3-b5d9-adec68f33fe7 ------------------------------------------------------------------------------------------------------------------  `kubectl describe pod redis-anywdl-redis-1 --namespace ns-dldbu `(B  Name: redis-anywdl-redis-1 Namespace: ns-dldbu Priority: 0 Service Account: kb-redis-8-1.0.2 Node: aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Start Time: Thu, 12 Feb 2026 11:17:28 +0800 Labels: app.kubernetes.io/component=redis-8-1.0.2 app.kubernetes.io/instance=redis-anywdl app.kubernetes.io/managed-by=kubeblocks apps.kubeblocks.io/component-name=redis apps.kubeblocks.io/pod-name=redis-anywdl-redis-1 apps.kubeblocks.io/release-phase=stable apps.kubeblocks.io/service-version=8.2.3 controller-revision-hash=5bf7bd84df kubeblocks.io/role=primary workloads.kubeblocks.io/instance=redis-anywdl-redis workloads.kubeblocks.io/managed-by=InstanceSet Annotations: apps.kubeblocks.io/last-role-snapshot-version: 1770866282072219 config.kubeblocks.io/restart-redis-replication-config-796f8c9b8d: 68cb9c8884 Status: Running IP: 10.244.5.214 IPs: IP: 10.244.5.214 Controlled By: InstanceSet/redis-anywdl-redis Init Containers: init-dbctl: Container ID: containerd://203f5f9cc32e74159343500735334bce8f517068a1d9b457a4e1226c1502ca9d Image: docker.io/apecloud/dbctl:0.1.8 Image ID: docker.io/apecloud/dbctl@sha256:af3024b9bf44b353b670938fb490b9f1e651f52785036895fed69a6bf62e9feb Port: Host Port: Command: cp -r /bin/dbctl /config /tools/ State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:17:36 +0800 Finished: Thu, 12 Feb 2026 11:17:36 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false Mounts: /tools from tools (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-j6b2w (ro) init-kbagent: Container ID: containerd://cfd786b8960de07850c51cdd45fe13e8081c41471506ec2a4347e2f32fe53c1c Image: docker.io/apecloud/kubeblocks-tools:1.0.2 Image ID: docker.io/apecloud/kubeblocks-tools@sha256:52a60316d6ece80cb1440179a7902bad1129a8535c025722486f4f1986d095ea Port: Host Port: Command: cp -r /bin/kbagent /kubeblocks/ State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:17:36 +0800 Finished: Thu, 12 Feb 2026 11:17:36 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false Mounts: /kubeblocks from kubeblocks (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-j6b2w (ro) kbagent-worker: Container ID: containerd://db3bb72797e388f82b6c9eb8a0fc526b4fc2f64a813eca1771ffb3e509dc2fe8 Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Port: Host Port: Command: /kubeblocks/kbagent Args: --server=false State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:17:37 +0800 Finished: Thu, 12 Feb 2026 11:17:37 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-1 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_HOST_IP: (v1:status.hostIP) KB_POD_FQDN: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local KB_CLUSTER_COMP_NAME: $(REDIS_COMPONENT_NAME) KB_SERVICE_PORT: $(SERVICE_PORT) KB_AGENT_NAMESPACE: ns-dldbu (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-anywdl-redis-1 (v1:metadata.name) KB_AGENT_POD_UID: (v1:metadata.uid) KB_AGENT_NODE_NAME: (v1:spec.nodeName) KB_AGENT_ACTION: [{"name":"postProvision","exec":{"command":["/bin/bash","-c","/scripts/redis-register-to-sentinel.sh \u003e /tmp/post-provision.log 2\u003e\u00261"]}},{"name":"switchover","exec":{"command":["/bin/bash","-c","/scripts/redis-switchover.sh \u003e /tmp/switchover.log 2\u003e\u00261"]}},{"name":"memberJoin","exec":{"command":["/bin/bash","-c","/scripts/sync-acl.sh"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -a $REDIS_DEFAULT_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -a $REDIS_DEFAULT_PASSWORD acl save "]}},{"name":"roleProbe","exec":{"command":["/tools/dbctl","--config-path","/tools/config/dbctl/components","redis","getrole"]},"timeoutSeconds":1}] KB_AGENT_PROBE: [{"instance":"redis-anywdl-redis","action":"roleProbe","periodSeconds":1}] Mounts: /data from data (rw) /etc/conf from redis-config (rw) /etc/redis from redis-conf (rw) /kubeblocks from kubeblocks (rw) /scripts from scripts (rw) /tools from tools (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-j6b2w (ro) install-config-manager-tool: Container ID: containerd://262af5e98175052d092facb48ec6b2cd8ffeb584bcd61bf792c3576417a253c6 Image: docker.io/apecloud/kubeblocks-tools:1.0.2 Image ID: docker.io/apecloud/kubeblocks-tools@sha256:52a60316d6ece80cb1440179a7902bad1129a8535c025722486f4f1986d095ea Port: Host Port: Command: cp /bin/reloader /kb_tools State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:17:38 +0800 Finished: Thu, 12 Feb 2026 11:17:38 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false Mounts: /etc/conf from redis-config (rw) /kb_tools from kb-tools (rw) /opt/conf from redis-metrics-config (rw) /opt/config-manager from config-manager-config (rw) /opt/kb-tools/reload/redis-replication-config from cm-script-redis-replication-config (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-j6b2w (ro) Containers: redis: Container ID: containerd://ede94c76dca1b8d9c191a012ab1037d0c0e1074806735b73ed8fac5f002838c7 Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Port: 6379/TCP Host Port: 0/TCP Command: /scripts/redis-start.sh State: Running Started: Thu, 12 Feb 2026 11:17:39 +0800 Ready: True Restart Count: 0 Limits: cpu: 100m memory: 512Mi Requests: cpu: 100m memory: 512Mi Readiness: exec [sh -c /scripts/redis-ping.sh] delay=10s timeout=5s period=5s #success=1 #failure=5 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-1 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) POD_FQDN: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local Mounts: /data from data (rw) /etc/conf from redis-config (rw) /etc/redis from redis-conf (rw) /kb_tools from kb-tools (rw) /scripts from scripts (rw) /tools from tools (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-j6b2w (ro) metrics: Container ID: containerd://45e893881ba1997632b4ae149b2439c0ca7adf39a780b837efbec1857eeecf06 Image: docker.io/apecloud/agamotto:0.1.2-beta.1 Image ID: docker.io/apecloud/agamotto@sha256:cbab349b90490807a8d5039bf01bc7e37334f20c98c7dd75bc7fc4cf9e5b10ee Ports: 9121/TCP, 8888/TCP Host Ports: 0/TCP, 0/TCP Command: /bin/agamotto --config=/opt/conf/metrics-config.yaml State: Running Started: Thu, 12 Feb 2026 11:17:39 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false ENDPOINT: localhost:$(SERVICE_PORT) METRICS_HTTP_PORT: $(REDIS_METRICS_HTTP_PORT) METRICS_SERVER_PORT: $(REDIS_METRICS_SERVER_PORT) REDIS_USER: $(REDIS_DEFAULT_USER) REDIS_PASSWORD: $(REDIS_DEFAULT_PASSWORD) Mounts: /opt/conf from redis-metrics-config (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-j6b2w (ro) kbagent: Container ID: containerd://d776511fe400ebe7d39b18b9992d5b54c7dcab4d221c6ccfae24329fdda0d20b Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Ports: 3501/TCP, 3502/TCP Host Ports: 0/TCP, 0/TCP Command: /kubeblocks/kbagent Args: --port 3501 --streaming-port 3502 State: Running Started: Thu, 12 Feb 2026 11:17:40 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Startup: tcp-socket :3501 delay=0s timeout=1s period=10s #success=1 #failure=3 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-1 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_HOST_IP: (v1:status.hostIP) KB_POD_FQDN: $(CURRENT_POD_NAME).$(REDIS_COMPONENT_NAME)-headless.$(CLUSTER_NAMESPACE).svc.cluster.local KB_CLUSTER_COMP_NAME: $(REDIS_COMPONENT_NAME) KB_SERVICE_PORT: $(SERVICE_PORT) KB_AGENT_NAMESPACE: ns-dldbu (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-anywdl-redis-1 (v1:metadata.name) KB_AGENT_POD_UID: (v1:metadata.uid) KB_AGENT_NODE_NAME: (v1:spec.nodeName) KB_AGENT_ACTION: [{"name":"postProvision","exec":{"command":["/bin/bash","-c","/scripts/redis-register-to-sentinel.sh \u003e /tmp/post-provision.log 2\u003e\u00261"]}},{"name":"switchover","exec":{"command":["/bin/bash","-c","/scripts/redis-switchover.sh \u003e /tmp/switchover.log 2\u003e\u00261"]}},{"name":"memberJoin","exec":{"command":["/bin/bash","-c","/scripts/sync-acl.sh"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -a $REDIS_DEFAULT_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -a $REDIS_DEFAULT_PASSWORD acl save "]}},{"name":"roleProbe","exec":{"command":["/tools/dbctl","--config-path","/tools/config/dbctl/components","redis","getrole"]},"timeoutSeconds":1}] KB_AGENT_PROBE: [{"instance":"redis-anywdl-redis","action":"roleProbe","periodSeconds":1}] Mounts: /data from data (rw) /etc/conf from redis-config (rw) /etc/redis from redis-conf (rw) /kb_tools from kb-tools (rw) /kubeblocks from kubeblocks (rw) /scripts from scripts (rw) /tools from tools (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-j6b2w (ro) config-manager: Container ID: containerd://9815d7712f96a71efd4685e755c1b2f11a9a14579fb1b99332339c5d69f38782 Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Port: 9901/TCP Host Port: 0/TCP Command: env Args: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:$(TOOLS_PATH) /kb_tools/reloader --log-level info --operator-update-enable --tcp 9901 --config /opt/config-manager/config-manager.yaml State: Running Started: Thu, 12 Feb 2026 11:17:40 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-env ConfigMap Optional: false Environment: REDIS_DEFAULT_USER: Optional: false REDIS_DEFAULT_PASSWORD: Optional: false REDIS_REPL_PASSWORD: Optional: false REDIS_SENTINEL_PASSWORD: Optional: false SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CONFIG_MANAGER_POD_IP: (v1:status.podIP) TOOLS_PATH: /opt/kb-tools/reload/redis-replication-config:/opt/config-manager:/kb_tools Mounts: /etc/conf from redis-config (rw) /kb_tools from kb-tools (rw) /opt/conf from redis-metrics-config (rw) /opt/config-manager from config-manager-config (rw) /opt/kb-tools/reload/redis-replication-config from cm-script-redis-replication-config (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-j6b2w (ro) Conditions: Type Status PodReadyToStartContainers True Initialized True Ready True ContainersReady True PodScheduled True Volumes: data: Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) ClaimName: data-redis-anywdl-redis-1 ReadOnly: false redis-conf: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: tools: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: kubeblocks: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: redis-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-anywdl-redis-redis-replication-config Optional: false redis-metrics-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-anywdl-redis-redis-metrics-config Optional: false scripts: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-anywdl-redis-redis-scripts Optional: false cm-script-redis-replication-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: sidecar-redis-reload-tools-script-redis-anywdl Optional: false config-manager-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: sidecar-redis-anywdl-redis-config-manager-config Optional: false kb-tools: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: kube-api-access-j6b2w: Type: Projected (a volume that contains injected data from multiple sources) TokenExpirationSeconds: 3607 ConfigMapName: kube-root-ca.crt ConfigMapOptional: DownwardAPI: true QoS Class: Burstable Node-Selectors: Tolerations: node.kubernetes.io/memory-pressure:NoSchedule op=Exists 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 16m default-scheduler Successfully assigned ns-dldbu/redis-anywdl-redis-1 to aks-cicdamdpool-14916756-vmss000005 Normal Pulled 16m kubelet Container image "docker.io/apecloud/dbctl:0.1.8" already present on machine Normal Created 16m kubelet Created container: init-dbctl Normal Started 16m kubelet Started container init-dbctl Normal Pulled 16m kubelet Container image "docker.io/apecloud/kubeblocks-tools:1.0.2" already present on machine Normal Created 16m kubelet Created container: init-kbagent Normal Started 16m kubelet Started container init-kbagent Normal Pulled 16m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 16m kubelet Created container: kbagent-worker Normal Started 16m kubelet Started container kbagent-worker Normal Started 15m kubelet Started container install-config-manager-tool Normal Created 15m kubelet Created container: install-config-manager-tool Normal Pulled 15m kubelet Container image "docker.io/apecloud/kubeblocks-tools:1.0.2" already present on machine Normal Pulled 15m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 15m kubelet Created container: kbagent Normal Started 15m kubelet Started container redis Normal Pulled 15m kubelet Container image "docker.io/apecloud/agamotto:0.1.2-beta.1" already present on machine Normal Created 15m kubelet Created container: metrics Normal Started 15m kubelet Started container metrics Normal Pulled 15m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 15m kubelet Created container: redis Normal Started 15m kubelet Started container kbagent Normal Pulled 15m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 15m kubelet Created container: config-manager Normal Started 15m kubelet Started container config-manager Normal roleProbe 15m kbagent {"instance":"redis-anywdl-redis","probe":"roleProbe","code":0,"output":"c2Vjb25kYXJ5"} Normal roleProbe 15m kbagent {"instance":"redis-anywdl-redis","probe":"roleProbe","code":0,"output":"cHJpbWFyeQ=="} ------------------------------------------------------------------------------------------------------------------  `kubectl describe pod redis-anywdl-redis-sentinel-0 --namespace ns-dldbu `(B  Name: redis-anywdl-redis-sentinel-0 Namespace: ns-dldbu Priority: 0 Service Account: kb-redis-sentinel-8-1.0.2 Node: aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Start Time: Thu, 12 Feb 2026 11:19:24 +0800 Labels: app.kubernetes.io/component=redis-sentinel-8-1.0.2 app.kubernetes.io/instance=redis-anywdl app.kubernetes.io/managed-by=kubeblocks apps.kubeblocks.io/component-name=redis-sentinel apps.kubeblocks.io/pod-name=redis-anywdl-redis-sentinel-0 apps.kubeblocks.io/release-phase=stable apps.kubeblocks.io/service-version=8.2.3 controller-revision-hash=56c995597d workloads.kubeblocks.io/instance=redis-anywdl-redis-sentinel workloads.kubeblocks.io/managed-by=InstanceSet Annotations: kubeblocks.io/restart: 2026-02-12T03:18:48Z Status: Running IP: 10.244.5.114 IPs: IP: 10.244.5.114 Controlled By: InstanceSet/redis-anywdl-redis-sentinel Init Containers: init-kbagent: Container ID: containerd://46d07f535aec58d87b4573a7e3f2d9adb936cca0090c6e60b3b6719d1a645dd2 Image: docker.io/apecloud/kubeblocks-tools:1.0.2 Image ID: docker.io/apecloud/kubeblocks-tools@sha256:52a60316d6ece80cb1440179a7902bad1129a8535c025722486f4f1986d095ea Port: Host Port: Command: cp -r /bin/kbagent /kubeblocks/ State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:19:28 +0800 Finished: Thu, 12 Feb 2026 11:19:28 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false Mounts: /kubeblocks from kubeblocks (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-5mqfb (ro) kbagent-worker: Container ID: containerd://02b76465e5e5c51929bfe56897d11eea536ab41cdf541bec11a1ea1af48f17d2 Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Port: Host Port: Command: /kubeblocks/kbagent Args: --server=false State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:19:30 +0800 Finished: Thu, 12 Feb 2026 11:19:30 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-sentinel-0 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-dldbu (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-anywdl-redis-sentinel-0 (v1:metadata.name) KB_AGENT_POD_UID: (v1:metadata.uid) KB_AGENT_NODE_NAME: (v1:spec.nodeName) KB_AGENT_ACTION: [{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}] KB_AGENT_PROBE: null Mounts: /data from data (rw) /kubeblocks from kubeblocks (rw) /scripts from scripts (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-5mqfb (ro) Containers: redis-sentinel: Container ID: containerd://73e28cc3fe1d6b5d49dbe02725d8eeafde137296a718280fe342e74241cb6ea7 Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Port: 26379/TCP Host Port: 0/TCP Command: /bin/bash Args: -c set -e /scripts/redis-sentinel-start-v2.sh State: Running Started: Thu, 12 Feb 2026 11:19:31 +0800 Ready: True Restart Count: 0 Limits: cpu: 100m memory: 512Mi Requests: cpu: 100m memory: 512Mi Liveness: exec [sh -c /scripts/redis-sentinel-ping.sh] delay=10s timeout=5s period=5s #success=1 #failure=5 Readiness: exec [sh -c /scripts/redis-sentinel-ping.sh] delay=10s timeout=5s period=5s #success=1 #failure=5 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-sentinel-0 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) Mounts: /data from data (rw) /scripts from scripts (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-5mqfb (ro) kbagent: Container ID: containerd://8f273ba616ce681af87d1011638ccb27e8ab9c0b4adedeb500dbe9dc805a44d1 Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Ports: 3501/TCP, 3502/TCP Host Ports: 0/TCP, 0/TCP Command: /kubeblocks/kbagent Args: --port 3501 --streaming-port 3502 State: Running Started: Thu, 12 Feb 2026 11:19:32 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Startup: tcp-socket :3501 delay=0s timeout=1s period=10s #success=1 #failure=3 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-sentinel-0 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-dldbu (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-anywdl-redis-sentinel-0 (v1:metadata.name) KB_AGENT_POD_UID: (v1:metadata.uid) KB_AGENT_NODE_NAME: (v1:spec.nodeName) KB_AGENT_ACTION: [{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}] KB_AGENT_PROBE: null Mounts: /data from data (rw) /kubeblocks from kubeblocks (rw) /scripts from scripts (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-5mqfb (ro) Conditions: Type Status PodReadyToStartContainers True Initialized True Ready True ContainersReady True PodScheduled True Volumes: data: Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) ClaimName: data-redis-anywdl-redis-sentinel-0 ReadOnly: false kubeblocks: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: scripts: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-anywdl-redis-sentinel-redis-scripts Optional: false kube-api-access-5mqfb: Type: Projected (a volume that contains injected data from multiple sources) TokenExpirationSeconds: 3607 ConfigMapName: kube-root-ca.crt ConfigMapOptional: DownwardAPI: true QoS Class: Burstable Node-Selectors: Tolerations: node.kubernetes.io/memory-pressure:NoSchedule op=Exists 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 14m default-scheduler Successfully assigned ns-dldbu/redis-anywdl-redis-sentinel-0 to aks-cicdamdpool-14916756-vmss000005 Normal Pulled 14m kubelet Container image "docker.io/apecloud/kubeblocks-tools:1.0.2" already present on machine Normal Created 14m kubelet Created container: init-kbagent Normal Started 14m kubelet Started container init-kbagent Normal Pulled 14m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 14m kubelet Created container: kbagent-worker Normal Started 14m kubelet Started container kbagent-worker Normal Pulled 14m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 14m kubelet Created container: redis-sentinel Normal Started 14m kubelet Started container redis-sentinel Normal Pulled 14m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 14m kubelet Created container: kbagent Normal Started 14m kubelet Started container kbagent ------------------------------------------------------------------------------------------------------------------  `kubectl describe pod redis-anywdl-redis-sentinel-1 --namespace ns-dldbu `(B  Name: redis-anywdl-redis-sentinel-1 Namespace: ns-dldbu Priority: 0 Service Account: kb-redis-sentinel-8-1.0.2 Node: aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Start Time: Thu, 12 Feb 2026 11:19:07 +0800 Labels: app.kubernetes.io/component=redis-sentinel-8-1.0.2 app.kubernetes.io/instance=redis-anywdl app.kubernetes.io/managed-by=kubeblocks apps.kubeblocks.io/component-name=redis-sentinel apps.kubeblocks.io/pod-name=redis-anywdl-redis-sentinel-1 apps.kubeblocks.io/release-phase=stable apps.kubeblocks.io/service-version=8.2.3 controller-revision-hash=56c995597d workloads.kubeblocks.io/instance=redis-anywdl-redis-sentinel workloads.kubeblocks.io/managed-by=InstanceSet Annotations: kubeblocks.io/restart: 2026-02-12T03:18:48Z Status: Running IP: 10.244.6.213 IPs: IP: 10.244.6.213 Controlled By: InstanceSet/redis-anywdl-redis-sentinel Init Containers: init-kbagent: Container ID: containerd://7cf3056cfd194a49537982ce142dae038ae596d5c48f1b4e544e63afd899f688 Image: docker.io/apecloud/kubeblocks-tools:1.0.2 Image ID: docker.io/apecloud/kubeblocks-tools@sha256:52a60316d6ece80cb1440179a7902bad1129a8535c025722486f4f1986d095ea Port: Host Port: Command: cp -r /bin/kbagent /kubeblocks/ State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:19:08 +0800 Finished: Thu, 12 Feb 2026 11:19:08 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false Mounts: /kubeblocks from kubeblocks (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-sbdrk (ro) kbagent-worker: Container ID: containerd://8edd89f4ac1c06cb7e69dbb86b73491a72d48f241004ab0bd45056dd750b8e97 Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Port: Host Port: Command: /kubeblocks/kbagent Args: --server=false State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:19:09 +0800 Finished: Thu, 12 Feb 2026 11:19:09 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-sentinel-1 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-dldbu (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-anywdl-redis-sentinel-1 (v1:metadata.name) KB_AGENT_POD_UID: (v1:metadata.uid) KB_AGENT_NODE_NAME: (v1:spec.nodeName) KB_AGENT_ACTION: [{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}] KB_AGENT_PROBE: null Mounts: /data from data (rw) /kubeblocks from kubeblocks (rw) /scripts from scripts (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-sbdrk (ro) Containers: redis-sentinel: Container ID: containerd://d0b2837e5e67443d8418253304797147f1cdfb4ace714f9707c0267b796e0d94 Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Port: 26379/TCP Host Port: 0/TCP Command: /bin/bash Args: -c set -e /scripts/redis-sentinel-start-v2.sh State: Running Started: Thu, 12 Feb 2026 11:19:10 +0800 Ready: True Restart Count: 0 Limits: cpu: 100m memory: 512Mi Requests: cpu: 100m memory: 512Mi Liveness: exec [sh -c /scripts/redis-sentinel-ping.sh] delay=10s timeout=5s period=5s #success=1 #failure=5 Readiness: exec [sh -c /scripts/redis-sentinel-ping.sh] delay=10s timeout=5s period=5s #success=1 #failure=5 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-sentinel-1 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) Mounts: /data from data (rw) /scripts from scripts (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-sbdrk (ro) kbagent: Container ID: containerd://6276be7197c494192c1d93f267a6fde73a6da307ca9e9f8b748bb17a26ef47a7 Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Ports: 3501/TCP, 3502/TCP Host Ports: 0/TCP, 0/TCP Command: /kubeblocks/kbagent Args: --port 3501 --streaming-port 3502 State: Running Started: Thu, 12 Feb 2026 11:19:11 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Startup: tcp-socket :3501 delay=0s timeout=1s period=10s #success=1 #failure=3 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-sentinel-1 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-dldbu (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-anywdl-redis-sentinel-1 (v1:metadata.name) KB_AGENT_POD_UID: (v1:metadata.uid) KB_AGENT_NODE_NAME: (v1:spec.nodeName) KB_AGENT_ACTION: [{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}] KB_AGENT_PROBE: null Mounts: /data from data (rw) /kubeblocks from kubeblocks (rw) /scripts from scripts (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-sbdrk (ro) Conditions: Type Status PodReadyToStartContainers True Initialized True Ready True ContainersReady True PodScheduled True Volumes: data: Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) ClaimName: data-redis-anywdl-redis-sentinel-1 ReadOnly: false kubeblocks: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: scripts: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-anywdl-redis-sentinel-redis-scripts Optional: false kube-api-access-sbdrk: Type: Projected (a volume that contains injected data from multiple sources) TokenExpirationSeconds: 3607 ConfigMapName: kube-root-ca.crt ConfigMapOptional: DownwardAPI: true QoS Class: Burstable Node-Selectors: Tolerations: node.kubernetes.io/memory-pressure:NoSchedule op=Exists 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 14m default-scheduler Successfully assigned ns-dldbu/redis-anywdl-redis-sentinel-1 to aks-cicdamdpool-14916756-vmss000002 Normal Pulled 14m kubelet Container image "docker.io/apecloud/kubeblocks-tools:1.0.2" already present on machine Normal Created 14m kubelet Created container: init-kbagent Normal Started 14m kubelet Started container init-kbagent Normal Pulled 14m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 14m kubelet Created container: kbagent-worker Normal Started 14m kubelet Started container kbagent-worker Normal Pulled 14m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 14m kubelet Created container: redis-sentinel Normal Started 14m kubelet Started container redis-sentinel Normal Pulled 14m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 14m kubelet Created container: kbagent Normal Started 14m kubelet Started container kbagent ------------------------------------------------------------------------------------------------------------------  `kubectl describe pod redis-anywdl-redis-sentinel-2 --namespace ns-dldbu `(B  Name: redis-anywdl-redis-sentinel-2 Namespace: ns-dldbu Priority: 0 Service Account: kb-redis-sentinel-8-1.0.2 Node: aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Start Time: Thu, 12 Feb 2026 11:18:49 +0800 Labels: app.kubernetes.io/component=redis-sentinel-8-1.0.2 app.kubernetes.io/instance=redis-anywdl app.kubernetes.io/managed-by=kubeblocks apps.kubeblocks.io/component-name=redis-sentinel apps.kubeblocks.io/pod-name=redis-anywdl-redis-sentinel-2 apps.kubeblocks.io/release-phase=stable apps.kubeblocks.io/service-version=8.2.3 controller-revision-hash=56c995597d workloads.kubeblocks.io/instance=redis-anywdl-redis-sentinel workloads.kubeblocks.io/managed-by=InstanceSet Annotations: kubeblocks.io/restart: 2026-02-12T03:18:48Z Status: Running IP: 10.244.4.33 IPs: IP: 10.244.4.33 Controlled By: InstanceSet/redis-anywdl-redis-sentinel Init Containers: init-kbagent: Container ID: containerd://a97112006bb00fc67c25f7726068231f809c784df18b8eebbdc88c4299c94ec5 Image: docker.io/apecloud/kubeblocks-tools:1.0.2 Image ID: docker.io/apecloud/kubeblocks-tools@sha256:52a60316d6ece80cb1440179a7902bad1129a8535c025722486f4f1986d095ea Port: Host Port: Command: cp -r /bin/kbagent /kubeblocks/ State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:18:51 +0800 Finished: Thu, 12 Feb 2026 11:18:51 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false Mounts: /kubeblocks from kubeblocks (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-n62jr (ro) kbagent-worker: Container ID: containerd://a76eed32cc0ecb6359cbaa9161e30cef864ca8b4060c8d125b475e0493ff66ee Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Port: Host Port: Command: /kubeblocks/kbagent Args: --server=false State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:18:51 +0800 Finished: Thu, 12 Feb 2026 11:18:51 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-sentinel-2 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-dldbu (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-anywdl-redis-sentinel-2 (v1:metadata.name) KB_AGENT_POD_UID: (v1:metadata.uid) KB_AGENT_NODE_NAME: (v1:spec.nodeName) KB_AGENT_ACTION: [{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}] KB_AGENT_PROBE: null Mounts: /data from data (rw) /kubeblocks from kubeblocks (rw) /scripts from scripts (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-n62jr (ro) Containers: redis-sentinel: Container ID: containerd://a442d4ce60bfba6bf499b90ab0bccda2a93fcb601e426c201da7b127d93bf866 Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Port: 26379/TCP Host Port: 0/TCP Command: /bin/bash Args: -c set -e /scripts/redis-sentinel-start-v2.sh State: Running Started: Thu, 12 Feb 2026 11:18:53 +0800 Ready: True Restart Count: 0 Limits: cpu: 100m memory: 512Mi Requests: cpu: 100m memory: 512Mi Liveness: exec [sh -c /scripts/redis-sentinel-ping.sh] delay=10s timeout=5s period=5s #success=1 #failure=5 Readiness: exec [sh -c /scripts/redis-sentinel-ping.sh] delay=10s timeout=5s period=5s #success=1 #failure=5 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-sentinel-2 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) Mounts: /data from data (rw) /scripts from scripts (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-n62jr (ro) kbagent: Container ID: containerd://9f27083fe604083acaa5c3eda893344e2682468252a9088801cf4e04a6817184 Image: docker.io/apecloud/redis:8.2.3 Image ID: docker.io/apecloud/redis@sha256:7cb87cb4aa89150d17589e35f74162e64736843401675f6bd3c1ef68bbbe7889 Ports: 3501/TCP, 3502/TCP Host Ports: 0/TCP, 0/TCP Command: /kubeblocks/kbagent Args: --port 3501 --streaming-port 3502 State: Running Started: Thu, 12 Feb 2026 11:18:54 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Startup: tcp-socket :3501 delay=0s timeout=1s period=10s #success=1 #failure=3 Environment Variables from: redis-anywdl-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-anywdl-redis-sentinel-2 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-dldbu (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-anywdl-redis-sentinel-2 (v1:metadata.name) KB_AGENT_POD_UID: (v1:metadata.uid) KB_AGENT_NODE_NAME: (v1:spec.nodeName) KB_AGENT_ACTION: [{"name":"memberLeave","exec":{"command":["/bin/bash","-c","/scripts/redis-sentinel-member-leave.sh \u003e /tmp/member-leave.log 2\u003e\u00261"]}},{"name":"accountProvision","exec":{"command":["sh","-c"],"args":["redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD $(KB_ACCOUNT_STATEMENT) \u0026\u0026 redis-cli -h $(KB_ACCOUNT_ENDPOINT) -p $SENTINEL_SERVICE_PORT -a $SENTINEL_PASSWORD acl save "]}}] KB_AGENT_PROBE: null Mounts: /data from data (rw) /kubeblocks from kubeblocks (rw) /scripts from scripts (rw) /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-n62jr (ro) Conditions: Type Status PodReadyToStartContainers True Initialized True Ready True ContainersReady True PodScheduled True Volumes: data: Type: PersistentVolumeClaim (a reference to a PersistentVolumeClaim in the same namespace) ClaimName: data-redis-anywdl-redis-sentinel-2 ReadOnly: false kubeblocks: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: scripts: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-anywdl-redis-sentinel-redis-scripts Optional: false kube-api-access-n62jr: Type: Projected (a volume that contains injected data from multiple sources) TokenExpirationSeconds: 3607 ConfigMapName: kube-root-ca.crt ConfigMapOptional: DownwardAPI: true QoS Class: Burstable Node-Selectors: Tolerations: node.kubernetes.io/memory-pressure:NoSchedule op=Exists 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 14m default-scheduler Successfully assigned ns-dldbu/redis-anywdl-redis-sentinel-2 to aks-cicdamdpool-14916756-vmss000000 Normal Pulled 14m kubelet Container image "docker.io/apecloud/kubeblocks-tools:1.0.2" already present on machine Normal Created 14m kubelet Created container: init-kbagent Normal Started 14m kubelet Started container init-kbagent Normal Pulled 14m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 14m kubelet Created container: kbagent-worker Normal Started 14m kubelet Started container kbagent-worker Normal Pulled 14m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 14m kubelet Created container: redis-sentinel Normal Started 14m kubelet Started container redis-sentinel Normal Pulled 14m kubelet Container image "docker.io/apecloud/redis:8.2.3" already present on machine Normal Created 14m kubelet Created container: kbagent Normal Started 14m kubelet Started container kbagent ------------------------------------------------------------------------------------------------------------------ --------------------------------------pod redis-anywdl-redis-0 redis-anywdl-redis-1 redis-anywdl-redis-sentinel-0 redis-anywdl-redis-sentinel-1 redis-anywdl-redis-sentinel-2--------------------------------------  `kubectl logs redis-anywdl-redis-0 --namespace ns-dldbu --tail 500`(B  ------------------------------------------------------------------------------------------------------------------  `kubectl logs redis-anywdl-redis-1 --namespace ns-dldbu --tail 500`(B  Environment variable REDIS_ADVERTISED_PORT not found. Ignoring. redis use kb pod fqdn redis-anywdl-redis-1.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local to announce execute get-master-addr-by-name command: timeout 5 redis-cli -h redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-anywdl-redis Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. + '[' 0 -eq 0 ']' + read -r -d '' -a REDIS_SENTINEL_PRIMARY_INFO + '[' 2 -eq 2 ']' + '[' -n redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local ']' + '[' -n 6379 ']' + echo 'Successfully retrieved primary info from sentinel' + return 0 + return 0 Successfully retrieved primary info from sentinel + return 0 sentinel:redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local has master info: redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 + echo 'sentinel:redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local has master info: redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379' + '[' 2 -ne 2 ']' + '[' -z redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local ']' + '[' -z 6379 ']' + host_port_key=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 + master_count_map[$host_port_key]=1 + is_empty '' + local string= + [[ -z '' ]] + return 0 + is_empty '' + local string= + [[ -z '' ]] + return 0 + first_redis_primary_host=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + first_redis_primary_port=6379 + equals redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + local string1=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + local string2=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + [[ redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local == \r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\0\.\r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\h\e\a\d\l\e\s\s\.\n\s\-\d\l\d\b\u\.\s\v\c\.\c\l\u\s\t\e\r\.\l\o\c\a\l ]] + return 0 + equals 6379 6379 + local string1=6379 + local string2=6379 + [[ 6379 == \6\3\7\9 ]] + return 0 + for sentinel_pod_fqdn in "${sentinel_pod_fqdn_list[@]}" + retry_get_master_addr_by_name_from_sentinel 3 2 redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + local max_retry=3 + local retry_delay=2 + local sentinel_pod_fqdn=redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + call_func_with_retry 3 2 get_master_addr_by_name_from_sentinel redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + local max_retries=3 + local retry_interval=2 + local function_name=get_master_addr_by_name_from_sentinel + shift 3 + local retries=0 + true + get_master_addr_by_name_from_sentinel redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + local master_addr_by_name_command + local sentinel_pod_fqdn=redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + unset_xtrace_when_ut_mode_false + '[' false == false ']' + set +x execute get-master-addr-by-name command: timeout 5 redis-cli -h redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-anywdl-redis Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. + '[' 0 -eq 0 ']' + read -r -d '' -a REDIS_SENTINEL_PRIMARY_INFO + '[' 2 -eq 2 ']' + '[' -n redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local ']' + '[' -n 6379 ']' + echo 'Successfully retrieved primary info from sentinel' + return 0 + return 0 Successfully retrieved primary info from sentinel + return 0 sentinel:redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local has master info: redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 + echo 'sentinel:redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local has master info: redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379' + '[' 2 -ne 2 ']' + '[' -z redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local ']' + '[' -z 6379 ']' + host_port_key=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 + master_count_map[$host_port_key]=2 + is_empty redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + local string=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + [[ -z redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local ]] + return 1 + equals redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + local string1=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + local string2=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + [[ redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local == \r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\0\.\r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\h\e\a\d\l\e\s\s\.\n\s\-\d\l\d\b\u\.\s\v\c\.\c\l\u\s\t\e\r\.\l\o\c\a\l ]] + return 0 + equals 6379 6379 + local string1=6379 + local string2=6379 + [[ 6379 == \6\3\7\9 ]] + return 0 + for sentinel_pod_fqdn in "${sentinel_pod_fqdn_list[@]}" + retry_get_master_addr_by_name_from_sentinel 3 2 redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + local max_retry=3 + local retry_delay=2 + local sentinel_pod_fqdn=redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + call_func_with_retry 3 2 get_master_addr_by_name_from_sentinel redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + local max_retries=3 + local retry_interval=2 + local function_name=get_master_addr_by_name_from_sentinel + shift 3 + local retries=0 + true + get_master_addr_by_name_from_sentinel redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + local master_addr_by_name_command + local sentinel_pod_fqdn=redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + unset_xtrace_when_ut_mode_false + '[' false == false ']' + set +x execute get-master-addr-by-name command: timeout 5 redis-cli -h redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-anywdl-redis Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. + '[' 0 -eq 0 ']' + read -r -d '' -a REDIS_SENTINEL_PRIMARY_INFO + '[' 2 -eq 2 ']' + '[' -n redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local ']' + '[' -n 6379 ']' + echo 'Successfully retrieved primary info from sentinel' + return 0 + return 0 + return 0 Successfully retrieved primary info from sentinel + echo 'sentinel:redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local has master info: redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379' + '[' 2 -ne 2 ']' + '[' -z redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local ']' + '[' -z 6379 ']' sentinel:redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local has master info: redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 + host_port_key=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 + master_count_map[$host_port_key]=3 + is_empty redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + local string=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + [[ -z redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local ]] + return 1 + equals redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + local string1=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + local string2=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + [[ redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local == \r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\0\.\r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\h\e\a\d\l\e\s\s\.\n\s\-\d\l\d\b\u\.\s\v\c\.\c\l\u\s\t\e\r\.\l\o\c\a\l ]] + return 0 + equals 6379 6379 + local string1=6379 + local string2=6379 + [[ 6379 == \6\3\7\9 ]] + return 0 + echo 'get all primary info from redis sentinel master_count_map: 3' get all primary info from redis sentinel master_count_map: 3 + '[' 1 -eq 0 ']' + max_count=0 + for host_port in "${!master_count_map[@]}" + (( 3 > max_count )) + max_count=3 ++ echo redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 ++ cut -d: -f1 + primary=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local ++ cut -d: -f2 ++ echo redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 + primary_port=6379 + check_current_pod_is_primary + current_pod_fqdn_prefix=redis-anywdl-redis-1.redis-anywdl-redis + contains redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local redis-anywdl-redis-1.redis-anywdl-redis + local string=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + local substring=redis-anywdl-redis-1.redis-anywdl-redis + [[ redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local == *\r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\1\.\r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s* ]] + return 1 + is_empty '' + local string= + [[ -z '' ]] + return 0 + equals redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 10.244.5.214 + local string1=redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local + local string2=10.244.5.214 + [[ redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local == \1\0\.\2\4\4\.\5\.\2\1\4 ]] + return 1 + return 1 + echo 'replicaof redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379' + rebuild_redis_acl_file + '[' -f /data/users.acl ']' + sed '/user default on/d' /data/users.acl + mv /data/users.acl.bak /data/users.acl + sed '/user kbreplicator on/d' /data/users.acl + mv /data/users.acl.bak /data/users.acl + sed '/user kbreplicator-sentinel on/d' /data/users.acl + mv /data/users.acl.bak /data/users.acl + build_redis_default_accounts + unset_xtrace_when_ut_mode_false + '[' false == false ']' + set +x + echo 'aclfile /data/users.acl' + echo 'build default accounts succeeded!' build default accounts succeeded! + start_redis_server + module_path=/opt/redis-stack/lib + [[ true == \t\r\u\e ]] + module_path=/usr/local/lib/redis/modules + exec_cmd='exec redis-server /etc/redis/redis.conf' + '[' -f /usr/local/lib/redis/modules/redisearch.so ']' + exec_cmd='exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so ' + '[' -f /usr/local/lib/redis/modules/redistimeseries.so ']' + exec_cmd='exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so ' + '[' -f /usr/local/lib/redis/modules/rejson.so ']' + exec_cmd='exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so ' + '[' -f /usr/local/lib/redis/modules/redisbloom.so ']' + exec_cmd='exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so --loadmodule /usr/local/lib/redis/modules/redisbloom.so ' + '[' -f /usr/local/lib/redis/modules/redisgraph.so ']' + '[' -f /usr/local/lib/redis/modules/rediscompat.so ']' Starting redis server cmd: exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so --loadmodule /usr/local/lib/redis/modules/redisbloom.so + echo 'Starting redis server cmd: exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so --loadmodule /usr/local/lib/redis/modules/redisbloom.so ' + eval 'exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so --loadmodule /usr/local/lib/redis/modules/redisbloom.so ' ++ exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so --loadmodule /usr/local/lib/redis/modules/redisbloom.so ------------------------------------------------------------------------------------------------------------------  `kubectl logs redis-anywdl-redis-sentinel-0 --namespace ns-dldbu --tail 500`(B  Environment variable REDIS_SENTINEL_ADVERTISED_PORT not found. Ignoring. reset redis sentinel conf + sed '/port 26379/d' /data/sentinel/redis-sentinel.conf + mv /data/sentinel/redis-sentinel.conf.bak /data/sentinel/redis-sentinel.conf + sed '/aclfile \/data\/users.acl/d' /data/sentinel/redis-sentinel.conf + mv /data/sentinel/redis-sentinel.conf.bak /data/sentinel/redis-sentinel.conf + sed '/user default on/d' /data/sentinel/redis-sentinel.conf + mv /data/sentinel/redis-sentinel.conf.bak /data/sentinel/redis-sentinel.conf + '[' -f /data/sentinel/redis-sentinel.conf ']' + is_empty '' + local string= + [[ -z '' ]] + return 0 + build_redis_sentinel_conf + echo 'build redis sentinel conf' + env_exist SENTINEL_POD_FQDN_LIST + local env_name=SENTINEL_POD_FQDN_LIST + [[ -z redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ]] + return 0 + is_empty '' + local string= + [[ -z '' ]] + return 0 + '[' '' == true ']' build redis sentinel conf ++ get_target_pod_fqdn_from_pod_fqdn_vars redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local redis-anywdl-redis-sentinel-0 ++ local pod_fqdns=redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ++ local target_pod_name=redis-anywdl-redis-sentinel-0 ++ IFS=, ++ read -ra pod_fqdn_array ++ for pod_fqdn in "${pod_fqdn_array[@]}" ++ [[ redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local == \r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\s\e\n\t\i\n\e\l\-\0\.* ]] ++ echo redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ++ return 0 + current_pod_fqdn=redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + is_empty redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + local string=redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + [[ -z redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ]] + return 1 + echo 'redis sentinel use current pod fqdn: redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local to announce' + echo 'port 26379' + echo 'sentinel announce-ip redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local' + echo 'sentinel resolve-hostnames yes' + echo 'sentinel announce-hostnames yes' + unset_xtrace_when_ut_mode_false + '[' false == false ']' + set +x + echo 'aclfile /data/users.acl' + echo 'ignore-warnings ARM64-COW-BUG' + echo 'build redis sentinel conf succeeded!' + start_redis_sentinel_server + echo 'Starting redis sentinel server...' + exec redis-server /data/sentinel/redis-sentinel.conf --sentinel redis sentinel use current pod fqdn: redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local to announce build redis sentinel conf succeeded! Starting redis sentinel server... 1:X 12 Feb 2026 03:19:31.893 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:X 12 Feb 2026 03:19:31.893 * Redis version=8.2.3, bits=64, commit=00000000, modified=1, pid=1, just started 1:X 12 Feb 2026 03:19:31.893 * Configuration loaded 1:X 12 Feb 2026 03:19:31.893 * monotonic clock: POSIX clock_gettime 1:X 12 Feb 2026 03:19:31.894 * Running mode=sentinel, port=26379. 1:X 12 Feb 2026 03:19:31.894 * Sentinel ID is 031fe3a2412132edcccab9f3a7fab41ba5148f73 1:X 12 Feb 2026 03:19:31.894 # +monitor master redis-anywdl-redis redis-anywdl-redis-1.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 quorum 2 1:X 12 Feb 2026 03:19:52.812 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:01.270 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:04.390 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:05.472 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:05.472 # +sdown slave redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 @ redis-anywdl-redis redis-anywdl-redis-1.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 1:X 12 Feb 2026 03:20:12.763 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:13.827 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:14.923 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:18.075 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:19.115 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:22.243 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:23.312 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:26.430 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:27.489 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:28.555 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:29.595 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:30.689 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:33.803 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:34.916 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:38.044 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:39.106 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:42.268 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:43.308 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:46.515 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:47.577 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:48.623 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:49.625 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:50.650 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:51.673 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:52.740 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:55.984 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:57.056 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:00.178 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:01.271 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:04.396 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:05.446 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:12.766 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:15.891 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:16.919 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:20.019 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:21.054 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:24.224 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:25.335 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:28.466 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:29.539 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:30.605 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:31.656 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:32.686 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:33.697 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:34.700 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:35.834 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:36.920 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:40.073 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:41.158 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:44.341 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:45.437 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:52.792 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:53.905 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:55.007 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:58.133 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:59.211 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:02.367 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:03.414 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:10.808 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:11.862 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:12.908 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:16.024 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:17.063 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:20.231 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:21.285 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:24.459 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:25.514 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:26.570 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:29.728 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:30.781 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:33.945 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:34.979 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:38.103 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:39.139 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:42.309 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:43.379 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:46.513 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:47.551 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:48.584 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:49.627 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:50.697 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:51.769 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:52.778 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:53.821 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:54.854 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:57.982 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:59.032 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:02.123 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:03.201 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:06.349 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:07.391 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:10.578 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:11.699 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:12.784 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:15.942 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:16.980 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:20.143 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:21.211 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:24.310 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:25.339 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:28.513 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:29.591 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:30.597 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:31.643 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:32.706 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:35.832 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:36.944 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:40.125 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:41.167 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:44.286 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:45.355 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:48.543 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:49.564 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:50.600 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:51.726 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:52.793 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:55.958 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:57.072 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:12.699 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:13.750 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:14.795 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:15.850 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:18.967 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:20.015 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:27.354 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:28.394 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:31.506 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:32.535 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:33.582 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:34.627 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:35.696 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:36.711 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:37.726 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:40.827 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:41.872 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:44.955 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:45.990 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:49.228 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:50.286 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:53.469 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:54.547 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:55.618 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:56.671 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:57.702 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:58.723 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:59.732 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:00.829 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:01.863 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:05.080 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:06.101 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:09.208 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:10.278 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:13.402 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:14.452 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:21.769 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:24.894 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:25.957 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:29.189 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:30.250 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:33.426 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:34.475 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:41.834 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:45.050 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:46.089 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:49.192 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:50.292 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:53.364 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:54.469 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:01.753 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:04.912 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:05.981 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:09.197 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:10.272 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:13.340 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:14.402 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:17.605 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:20.878 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:21.929 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:25.028 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:26.140 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:29.309 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:30.336 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:33.519 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:34.594 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:35.650 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:36.656 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:37.687 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:38.713 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:39.721 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:40.724 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:41.744 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:42.798 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:43.833 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:44.882 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:45.924 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:46.972 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:47.987 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:49.028 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:52.215 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:53.285 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:56.403 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:57.478 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:04.662 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:05.704 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:06.752 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:09.867 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:10.972 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:14.110 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:15.154 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:18.278 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:19.401 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:26.704 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:29.939 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:31.031 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:34.098 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:35.153 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:38.250 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:39.315 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:42.433 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:43.516 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:46.589 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:47.652 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:48.743 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:51.837 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:52.929 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:00.210 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:01.263 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:04.464 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:05.545 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:06.591 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:07.612 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:08.658 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:09.694 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:10.775 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:13.973 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:15.067 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:18.256 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:19.314 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:22.494 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:23.553 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:24.606 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:25.608 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:26.652 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:27.674 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:28.729 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:31.960 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:33.070 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:36.213 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:37.272 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:40.408 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:41.484 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:56.917 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:57.951 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:59.036 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:00.066 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:03.218 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:04.321 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:07.417 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:08.485 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:11.602 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:12.639 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:13.726 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:16.867 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:17.942 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:21.081 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:22.164 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:25.325 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:26.398 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:29.508 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:30.573 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:31.609 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:32.666 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:33.684 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:34.710 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:35.776 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:38.938 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:40.036 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:47.317 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:48.378 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:51.588 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:54.801 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:55.851 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:58.945 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:59.991 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:03.058 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:04.103 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:07.229 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:08.280 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:11.381 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:12.428 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:19.743 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:22.893 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:23.951 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:27.071 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:28.187 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:31.278 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:32.364 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:39.682 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:40.745 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:41.814 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:44.929 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:45.977 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:49.080 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:50.114 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:53.193 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:54.240 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:57.357 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:58.450 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:05.769 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:06.850 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:07.923 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:11.043 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:12.113 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:15.218 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:16.261 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:19.415 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:20.517 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:21.564 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:24.764 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:25.803 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:28.969 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:30.037 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:33.211 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:34.281 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:37.393 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:38.422 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:41.494 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:42.539 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:43.577 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:44.579 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:45.619 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:46.665 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:47.673 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:48.732 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:49.793 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:50.858 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:51.928 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:53.019 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:54.084 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:55.130 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:56.199 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:57.212 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:58.213 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:59.233 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:00.254 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:01.311 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:02.340 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:03.377 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:06.500 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:07.559 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:08.631 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:09.703 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:10.772 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:11.774 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:12.819 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:13.853 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:14.952 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:18.130 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:19.191 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:22.327 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:23.379 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:26.499 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:27.549 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:28.599 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:29.645 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:30.693 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:31.789 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:32.836 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:33.873 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:34.900 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:35.931 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:36.971 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:37.996 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:39.076 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:40.115 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:41.125 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:44.242 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:47.409 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:48.463 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:55.806 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:59.020 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:00.119 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:03.265 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:04.365 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:07.507 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:08.537 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:09.575 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:10.596 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:11.680 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:12.725 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:13.730 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:14.781 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:15.831 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:16.875 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:17.918 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:18.927 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:19.972 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:21.047 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:22.114 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:23.193 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:26.340 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:27.395 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:30.540 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:33.691 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:34.796 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:35.847 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' ------------------------------------------------------------------------------------------------------------------  `kubectl logs redis-anywdl-redis-sentinel-1 --namespace ns-dldbu --tail 500`(B  Environment variable REDIS_SENTINEL_ADVERTISED_PORT not found. Ignoring. reset redis sentinel conf + sed '/port 26379/d' /data/sentinel/redis-sentinel.conf + mv /data/sentinel/redis-sentinel.conf.bak /data/sentinel/redis-sentinel.conf + sed '/aclfile \/data\/users.acl/d' /data/sentinel/redis-sentinel.conf + mv /data/sentinel/redis-sentinel.conf.bak /data/sentinel/redis-sentinel.conf + sed '/user default on/d' /data/sentinel/redis-sentinel.conf + mv /data/sentinel/redis-sentinel.conf.bak /data/sentinel/redis-sentinel.conf + '[' -f /data/sentinel/redis-sentinel.conf ']' + is_empty '' + local string= + [[ -z '' ]] + return 0 + build_redis_sentinel_conf + echo 'build redis sentinel conf' + env_exist SENTINEL_POD_FQDN_LIST + local env_name=SENTINEL_POD_FQDN_LIST + [[ -z redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ]] + return 0 + is_empty '' + local string= + [[ -z '' ]] + return 0 + '[' '' == true ']' build redis sentinel conf ++ get_target_pod_fqdn_from_pod_fqdn_vars redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local redis-anywdl-redis-sentinel-1 ++ local pod_fqdns=redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ++ local target_pod_name=redis-anywdl-redis-sentinel-1 ++ IFS=, ++ read -ra pod_fqdn_array ++ for pod_fqdn in "${pod_fqdn_array[@]}" ++ [[ redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local == \r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\s\e\n\t\i\n\e\l\-\1\.* ]] ++ for pod_fqdn in "${pod_fqdn_array[@]}" ++ [[ redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local == \r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\s\e\n\t\i\n\e\l\-\1\.* ]] ++ echo redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ++ return 0 + current_pod_fqdn=redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + is_empty redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + local string=redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + [[ -z redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ]] + return 1 redis sentinel use current pod fqdn: redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local to announce + echo 'redis sentinel use current pod fqdn: redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local to announce' + echo 'port 26379' + echo 'sentinel announce-ip redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local' + echo 'sentinel resolve-hostnames yes' + echo 'sentinel announce-hostnames yes' + unset_xtrace_when_ut_mode_false + '[' false == false ']' + set +x + echo 'aclfile /data/users.acl' + echo 'ignore-warnings ARM64-COW-BUG' + echo 'build redis sentinel conf succeeded!' + start_redis_sentinel_server + echo 'Starting redis sentinel server...' + exec redis-server /data/sentinel/redis-sentinel.conf --sentinel build redis sentinel conf succeeded! Starting redis sentinel server... 1:X 12 Feb 2026 03:19:11.013 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:X 12 Feb 2026 03:19:11.013 * Redis version=8.2.3, bits=64, commit=00000000, modified=1, pid=1, just started 1:X 12 Feb 2026 03:19:11.013 * Configuration loaded 1:X 12 Feb 2026 03:19:11.013 * monotonic clock: POSIX clock_gettime 1:X 12 Feb 2026 03:19:11.014 * Running mode=sentinel, port=26379. 1:X 12 Feb 2026 03:19:11.103 * Sentinel ID is 9a53c7a1db607d2d1a29ecb2a0300b284ce7a4f8 1:X 12 Feb 2026 03:19:11.103 # +monitor master redis-anywdl-redis redis-anywdl-redis-1.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 quorum 2 1:X 12 Feb 2026 03:19:51.693 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:19:52.706 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:02.228 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:05.308 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:05.476 # +sdown slave redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 @ redis-anywdl-redis redis-anywdl-redis-1.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 1:X 12 Feb 2026 03:20:06.365 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:09.497 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:10.592 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:11.649 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:14.756 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:15.795 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:18.981 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:20.065 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:23.207 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:24.267 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:27.400 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:28.494 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:29.560 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:30.590 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:31.598 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:32.603 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:33.626 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:34.654 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:35.656 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:36.679 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:37.735 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:38.768 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:39.783 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:40.840 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:41.840 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:42.902 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:43.987 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:45.054 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:48.177 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:49.243 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:52.384 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:53.464 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:54.482 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:55.546 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:56.576 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:57.618 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:58.691 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:59.753 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:00.793 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:03.866 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:04.901 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:08.017 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:09.112 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:12.226 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:13.262 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:20.530 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:23.798 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:24.857 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:28.006 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:29.033 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:32.167 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:33.193 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:36.394 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:37.445 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:40.501 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:43.643 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:44.741 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:47.908 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:49.021 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:52.173 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:53.229 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:56.437 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:57.546 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:58.581 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:59.618 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:00.627 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:01.707 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:02.758 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:03.799 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:04.883 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:08.029 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:09.092 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:12.196 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:13.221 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:16.420 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:17.451 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:18.512 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:21.684 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:22.769 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:25.950 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:27.015 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:30.130 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:31.208 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:34.373 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:35.441 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:36.505 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:39.606 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:40.673 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:43.727 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:44.819 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:47.961 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:49.000 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:52.093 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:53.169 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:56.335 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:57.417 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:12.904 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:13.878 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:14.884 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:15.910 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:16.963 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:17.981 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:19.037 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:20.120 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:21.215 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:22.282 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:25.461 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:26.504 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:27.543 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:28.579 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:29.571 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:30.615 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:31.621 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:34.770 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:35.815 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:39.036 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:40.113 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:43.207 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:44.280 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:47.369 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:48.386 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:55.688 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:58.889 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:59.930 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:03.093 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:04.180 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:07.366 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:08.433 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:09.490 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:10.591 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:11.659 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:14.744 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:15.781 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:18.937 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:19.996 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:23.128 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:24.224 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:27.347 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:28.428 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:30.465 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:31.539 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:32.605 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:35.757 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:36.856 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:39.932 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:40.976 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:44.077 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:45.126 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:48.301 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:49.405 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:56.744 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:59.913 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:00.996 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:04.158 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:05.207 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:08.350 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:09.388 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:16.625 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:17.682 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:18.763 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:21.904 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:22.994 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:26.111 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:27.156 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:30.338 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:31.396 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:38.653 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:39.756 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:40.851 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:43.970 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:45.007 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:48.098 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:49.159 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:52.295 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:53.356 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:56.467 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:57.486 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:58.501 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:59.528 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:00.572 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:01.613 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:02.666 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:03.736 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:04.853 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:07.996 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:09.085 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:12.230 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:13.302 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:20.625 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:21.669 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:22.703 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:25.875 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:26.915 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:30.040 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:31.137 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:34.264 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:35.337 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:38.493 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:39.527 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:40.593 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:41.654 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:44.781 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:45.893 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:49.038 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:50.099 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:53.282 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:54.397 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:01.625 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:02.682 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:03.742 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:06.875 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:08.005 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:11.068 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:12.171 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:15.377 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:16.477 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:17.527 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:18.582 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:19.604 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:20.677 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:21.690 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:24.815 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:25.864 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:29.023 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:30.133 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:33.309 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:34.341 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:37.391 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:38.457 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:39.467 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:40.545 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:41.632 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:42.698 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:43.708 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:44.789 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:45.851 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:48.951 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:50.062 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:53.204 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:54.290 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:57.387 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:58.438 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:01.539 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:04.692 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:05.756 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:08.900 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:09.933 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:13.095 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:14.123 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:17.365 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:18.454 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:19.537 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:22.704 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:23.801 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:26.909 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:27.953 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:31.087 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:32.133 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:35.308 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:36.442 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:38.485 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:39.535 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:40.622 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:43.816 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:44.873 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:47.984 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:49.070 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:56.442 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:57.504 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:58.528 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:59.524 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:00.538 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:01.571 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:02.612 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:05.716 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:06.792 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:09.877 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:10.970 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:14.160 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:15.239 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:18.344 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:19.395 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:26.693 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:27.715 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:28.762 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:31.893 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:32.960 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:36.108 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:37.241 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:40.483 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:41.515 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:42.569 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:43.607 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:44.626 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:45.673 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:46.711 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:49.817 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:50.891 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:54.022 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:55.051 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:58.217 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:59.292 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:02.453 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:03.566 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:04.593 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:05.611 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:06.611 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:07.699 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:08.781 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:09.848 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:10.965 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:14.121 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:15.166 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:18.281 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:19.302 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:22.473 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:23.523 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:24.602 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:25.679 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:26.784 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:29.928 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:30.996 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:34.122 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:35.192 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:38.300 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:39.380 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:46.671 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:49.878 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:50.938 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:54.023 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:55.058 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:58.277 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:59.361 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:02.465 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:03.497 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:04.547 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:07.686 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:08.796 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:16.069 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:17.172 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:20.291 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:21.350 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:24.504 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:25.537 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:26.568 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:27.667 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:28.701 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:29.726 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:30.778 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:33.907 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:34.978 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:38.133 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:39.195 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:42.359 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:43.413 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:50.642 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:51.738 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:52.769 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:55.875 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:56.903 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:00.125 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:01.224 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:04.325 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:05.356 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:08.441 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:09.559 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:10.602 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:11.690 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:12.720 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:13.725 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:14.749 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:15.791 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:16.878 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:19.973 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:21.034 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:24.289 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:25.368 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:32.720 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:35.917 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:37.018 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:40.216 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:41.312 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:44.439 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:45.507 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:46.563 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:47.586 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:48.646 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:49.702 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:50.768 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:51.835 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:52.894 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:56.023 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:57.062 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:00.159 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:01.261 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:16.882 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:19.990 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:23.220 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:24.276 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:27.389 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:28.453 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:29.481 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:30.545 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:31.591 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:34.732 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:35.795 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' ------------------------------------------------------------------------------------------------------------------  `kubectl logs redis-anywdl-redis-sentinel-2 --namespace ns-dldbu --tail 500`(B  Environment variable REDIS_SENTINEL_ADVERTISED_PORT not found. Ignoring. reset redis sentinel conf + sed '/port 26379/d' /data/sentinel/redis-sentinel.conf + mv /data/sentinel/redis-sentinel.conf.bak /data/sentinel/redis-sentinel.conf + sed '/aclfile \/data\/users.acl/d' /data/sentinel/redis-sentinel.conf + mv /data/sentinel/redis-sentinel.conf.bak /data/sentinel/redis-sentinel.conf + sed '/user default on/d' /data/sentinel/redis-sentinel.conf + mv /data/sentinel/redis-sentinel.conf.bak /data/sentinel/redis-sentinel.conf + '[' -f /data/sentinel/redis-sentinel.conf ']' + is_empty '' + local string= + [[ -z '' ]] + return 0 + build_redis_sentinel_conf + echo 'build redis sentinel conf' + env_exist SENTINEL_POD_FQDN_LIST + local env_name=SENTINEL_POD_FQDN_LIST + [[ -z redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ]] + return 0 + is_empty '' build redis sentinel conf + local string= + [[ -z '' ]] + return 0 + '[' '' == true ']' ++ get_target_pod_fqdn_from_pod_fqdn_vars redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local redis-anywdl-redis-sentinel-2 ++ local pod_fqdns=redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local,redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ++ local target_pod_name=redis-anywdl-redis-sentinel-2 ++ IFS=, ++ read -ra pod_fqdn_array ++ for pod_fqdn in "${pod_fqdn_array[@]}" ++ [[ redis-anywdl-redis-sentinel-0.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local == \r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\s\e\n\t\i\n\e\l\-\2\.* ]] ++ for pod_fqdn in "${pod_fqdn_array[@]}" ++ [[ redis-anywdl-redis-sentinel-1.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local == \r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\s\e\n\t\i\n\e\l\-\2\.* ]] ++ for pod_fqdn in "${pod_fqdn_array[@]}" ++ [[ redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local == \r\e\d\i\s\-\a\n\y\w\d\l\-\r\e\d\i\s\-\s\e\n\t\i\n\e\l\-\2\.* ]] ++ echo redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ++ return 0 + current_pod_fqdn=redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + is_empty redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + local string=redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local + [[ -z redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local ]] + return 1 + echo 'redis sentinel use current pod fqdn: redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local to announce' redis sentinel use current pod fqdn: redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local to announce + echo 'port 26379' + echo 'sentinel announce-ip redis-anywdl-redis-sentinel-2.redis-anywdl-redis-sentinel-headless.ns-dldbu.svc.cluster.local' + echo 'sentinel resolve-hostnames yes' + echo 'sentinel announce-hostnames yes' + unset_xtrace_when_ut_mode_false + '[' false == false ']' + set +x + echo 'aclfile /data/users.acl' + echo 'ignore-warnings ARM64-COW-BUG' + echo 'build redis sentinel conf succeeded!' + start_redis_sentinel_server build redis sentinel conf succeeded! + echo 'Starting redis sentinel server...' Starting redis sentinel server... + exec redis-server /data/sentinel/redis-sentinel.conf --sentinel 1:X 12 Feb 2026 03:18:53.836 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:X 12 Feb 2026 03:18:53.836 * Redis version=8.2.3, bits=64, commit=00000000, modified=1, pid=1, just started 1:X 12 Feb 2026 03:18:53.836 * Configuration loaded 1:X 12 Feb 2026 03:18:53.836 * monotonic clock: POSIX clock_gettime 1:X 12 Feb 2026 03:18:53.837 * Running mode=sentinel, port=26379. 1:X 12 Feb 2026 03:18:53.838 * Sentinel ID is f30b6a0bfe7318956249db1c2b943dde0d8e9eec 1:X 12 Feb 2026 03:18:53.838 # +monitor master redis-anywdl-redis redis-anywdl-redis-1.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 quorum 2 1:X 12 Feb 2026 03:19:50.645 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:19:52.736 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:19:54.861 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:19:57.972 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:19:59.044 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:02.138 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:03.206 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:05.612 # +sdown slave redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 @ redis-anywdl-redis redis-anywdl-redis-1.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local 6379 1:X 12 Feb 2026 03:20:06.391 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:07.475 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:14.808 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:18.024 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:19.075 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:22.154 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:23.250 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:26.418 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:27.511 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:34.813 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:35.872 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:36.921 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:40.064 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:41.101 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:44.225 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:45.272 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:48.392 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:49.461 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:52.561 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:53.614 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:54.640 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:55.736 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:56.745 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:57.774 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:20:58.781 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:02.034 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:03.096 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:06.255 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:07.313 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:10.385 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:11.455 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:14.549 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:15.569 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:16.633 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:17.666 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:18.755 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:21.919 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:22.945 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:26.078 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:27.132 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:30.372 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:31.432 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:38.864 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:42.072 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:43.136 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:46.263 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:47.311 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:50.450 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:51.509 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:58.785 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:21:59.853 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:00.909 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:04.003 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:05.098 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:08.258 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:09.279 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:12.386 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:13.489 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:16.573 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:19.757 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:20.820 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:23.889 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:24.967 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:28.113 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:29.143 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:32.264 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:33.384 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:36.523 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:37.588 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:38.622 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:39.669 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:40.734 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:41.763 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:42.768 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:43.891 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:44.968 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:48.086 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:49.187 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:52.349 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:22:53.459 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:00.741 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:01.790 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:02.893 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:06.042 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:07.084 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:10.191 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:11.251 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:14.372 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:15.467 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:22.824 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:26.036 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:27.075 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:30.207 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:31.248 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:34.359 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:35.423 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:38.545 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:39.589 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:40.635 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:41.721 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:42.841 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:45.906 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:46.973 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:50.063 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:51.139 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:54.300 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:55.369 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:58.471 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:23:59.512 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:06.760 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:07.838 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:08.910 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:12.029 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:13.122 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:16.222 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:17.243 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:18.286 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:19.348 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:20.386 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:23.483 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:24.562 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:25.606 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:26.605 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:27.655 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:28.659 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:29.704 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:30.749 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:31.823 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:32.856 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:33.890 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:34.948 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:35.958 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:36.963 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:37.993 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:38.997 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:40.025 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:41.035 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:42.055 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:43.055 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:44.100 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:45.106 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:48.340 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:49.415 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:52.527 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:53.573 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:54.608 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:55.730 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:56.651 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:57.685 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:24:58.701 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:01.920 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:02.997 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:06.072 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:07.169 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:10.310 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:11.397 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:14.486 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:15.514 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:22.745 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:23.781 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:24.847 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:27.942 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:29.041 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:32.094 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:33.159 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:36.229 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:37.324 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:40.448 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:41.524 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:44.645 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:47.888 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:48.949 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:52.060 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:53.143 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:56.305 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:25:57.358 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:00.484 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:01.548 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:02.606 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:03.638 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:04.658 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:05.736 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:06.802 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:09.919 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:10.945 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:14.107 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:15.131 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:18.247 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:19.340 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:22.439 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:23.518 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:39.086 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:40.152 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:43.308 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:44.355 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:47.509 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:48.561 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:49.613 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:50.736 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:51.659 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:52.714 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:53.806 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:54.897 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:26:56.037 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:11.655 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:14.740 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:15.784 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:16.885 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:19.982 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:21.078 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:24.246 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:25.317 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:28.495 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:29.581 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:30.601 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:31.635 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:32.725 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:33.753 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:34.825 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:35.862 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:36.925 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:37.978 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:39.042 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:40.051 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:41.056 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:42.058 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:43.077 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:50.367 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:53.539 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:54.591 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:55.639 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:56.646 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:57.669 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:58.701 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:27:59.729 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:00.792 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:01.840 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:05.030 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:06.128 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:09.236 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:10.341 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:13.457 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:14.502 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:17.684 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:18.774 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:19.869 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:22.978 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:24.064 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:27.238 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:28.288 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:31.377 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:32.412 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:39.748 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:40.804 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:41.875 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:44.958 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:46.030 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:49.211 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:50.256 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:53.348 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:28:54.487 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:01.785 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:04.943 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:06.040 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:09.224 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:10.296 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:13.499 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:14.562 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:15.570 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:16.598 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:17.665 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:18.711 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:19.734 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:20.789 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:21.864 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:22.884 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:23.898 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:24.947 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:26.032 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:27.024 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:28.086 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:29.122 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:30.176 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:31.228 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:34.317 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:35.377 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:38.500 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:39.617 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:40.635 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:41.650 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:42.673 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:43.696 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:44.754 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:45.803 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:46.901 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:50.049 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:51.128 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:54.334 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:55.382 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:58.553 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:29:59.579 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:00.637 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:01.674 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:02.687 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:03.729 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:04.760 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:05.796 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:06.856 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:10.010 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:11.053 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:14.214 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:15.282 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:18.406 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:19.470 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:26.701 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:27.778 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:28.898 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:31.984 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:33.021 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:36.146 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:37.219 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:40.366 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:41.410 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:44.547 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:45.560 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:46.630 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:47.664 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:48.709 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:49.756 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:50.805 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:53.929 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:54.979 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:58.196 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:30:59.281 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:02.386 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:03.432 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:06.575 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:07.584 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:08.647 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:11.822 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:12.866 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:16.030 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:17.149 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:20.275 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:21.335 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:24.488 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:25.578 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:26.617 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:27.685 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:28.710 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:29.747 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:30.792 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:31.904 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:32.928 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:36.130 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:37.201 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:40.373 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:41.415 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:44.607 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:47.910 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:49.036 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:52.151 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:53.200 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:56.316 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:31:57.372 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:00.575 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:01.632 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:02.639 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:03.674 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:04.727 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:05.738 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:06.821 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:07.933 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:09.019 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:12.174 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:13.225 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:16.362 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:17.400 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:20.537 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:21.621 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:22.662 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:23.706 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:24.750 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:25.832 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:26.838 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:29.997 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:31.087 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:34.234 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:35.295 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:38.458 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:39.543 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:41.568 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:42.582 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:43.612 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:46.794 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:47.860 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:50.998 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:52.060 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:55.179 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:56.220 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:32:59.362 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:00.419 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:07.809 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:08.867 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:09.924 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:13.080 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:14.115 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:17.245 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:18.278 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:21.369 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:22.426 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:25.559 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:28.715 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:29.793 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:32.925 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:33.989 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:37.128 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' 1:X 12 Feb 2026 03:33:38.193 # Failed to resolve hostname 'redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local' ------------------------------------------------------------------------------------------------------------------ check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B ops_status:redis-anywdl-restart-5btp2 ns-dldbu Restart redis-anywdl redis,redis-sentinel Running 3/5 Feb 12,2026 11:18 UTC+0800 (B check ops status timeout(B --------------------------------------get cluster redis-anywdl yaml--------------------------------------  `kubectl get cluster redis-anywdl -o yaml --namespace ns-dldbu `(B  apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: '[{"name":"redis-anywdl-restart-5btp2","type":"Restart"}]' kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps.kubeblocks.io/v1","kind":"Cluster","metadata":{"annotations":{},"name":"redis-anywdl","namespace":"ns-dldbu"},"spec":{"clusterDef":"redis","componentSpecs":[{"disableExporter":false,"name":"redis","replicas":2,"resources":{"limits":{"cpu":"100m","memory":"0.5Gi"},"requests":{"cpu":"100m","memory":"0.5Gi"}},"serviceVersion":"8.2.3","volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"1Gi"}},"storageClassName":null}}]},{"name":"redis-sentinel","replicas":3,"resources":{"limits":{"cpu":"100m","memory":"0.5Gi"},"requests":{"cpu":"100m","memory":"0.5Gi"}},"serviceVersion":"8.2.3","volumeClaimTemplates":[{"name":"data","spec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"1Gi"}},"storageClassName":null}}]}],"terminationPolicy":"WipeOut","topology":"replication"}} creationTimestamp: "2026-02-12T03:12:57Z" finalizers: - cluster.kubeblocks.io/finalizer generation: 3 labels: app.kubernetes.io/instance: redis-anywdl clusterdefinition.kubeblocks.io/name: redis name: redis-anywdl namespace: ns-dldbu resourceVersion: "144550" uid: 33ad9183-fa2d-4f7f-831a-1c8da1500393 spec: clusterDef: redis componentSpecs: - annotations: kubeblocks.io/restart: "2026-02-12T03:18:48Z" componentDef: redis-8-1.0.2 disableExporter: false name: redis podUpdatePolicy: PreferInPlace replicas: 2 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi serviceVersion: 8.2.3 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi - annotations: kubeblocks.io/restart: "2026-02-12T03:18:48Z" componentDef: redis-sentinel-8-1.0.2 name: redis-sentinel podUpdatePolicy: PreferInPlace replicas: 3 resources: limits: cpu: 100m memory: 512Mi requests: cpu: 100m memory: 512Mi serviceVersion: 8.2.3 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi terminationPolicy: WipeOut topology: replication status: components: redis: observedGeneration: 3 phase: Updating upToDate: true redis-sentinel: observedGeneration: 3 phase: Running upToDate: true conditions: - lastTransitionTime: "2026-02-12T03:12:58Z" message: 'The operator has started the provisioning of Cluster: redis-anywdl' observedGeneration: 3 reason: PreCheckSucceed status: "True" type: ProvisioningStarted - lastTransitionTime: "2026-02-12T03:12:58Z" message: Successfully applied for resources observedGeneration: 3 reason: ApplyResourcesSucceed status: "True" type: ApplyResources - lastTransitionTime: "2026-02-12T03:15:39Z" message: cluster redis-anywdl is ready reason: ClusterReady status: "True" type: Ready observedGeneration: 3 phase: Updating ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe cluster redis-anywdl--------------------------------------  `kubectl describe cluster redis-anywdl --namespace ns-dldbu `(B  Name: redis-anywdl Namespace: ns-dldbu Labels: app.kubernetes.io/instance=redis-anywdl clusterdefinition.kubeblocks.io/name=redis Annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: [{"name":"redis-anywdl-restart-5btp2","type":"Restart"}] API Version: apps.kubeblocks.io/v1 Kind: Cluster Metadata: Creation Timestamp: 2026-02-12T03:12:57Z Finalizers: cluster.kubeblocks.io/finalizer Generation: 3 Resource Version: 144550 UID: 33ad9183-fa2d-4f7f-831a-1c8da1500393 Spec: Cluster Def: redis Component Specs: Annotations: kubeblocks.io/restart: 2026-02-12T03:18:48Z Component Def: redis-8-1.0.2 Disable Exporter: false Name: redis Pod Update Policy: PreferInPlace Replicas: 2 Resources: Limits: Cpu: 100m Memory: 512Mi Requests: Cpu: 100m Memory: 512Mi Service Version: 8.2.3 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 1Gi Annotations: kubeblocks.io/restart: 2026-02-12T03:18:48Z Component Def: redis-sentinel-8-1.0.2 Name: redis-sentinel Pod Update Policy: PreferInPlace Replicas: 3 Resources: Limits: Cpu: 100m Memory: 512Mi Requests: Cpu: 100m Memory: 512Mi Service Version: 8.2.3 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 1Gi Termination Policy: WipeOut Topology: replication Status: Components: Redis: Observed Generation: 3 Phase: Updating Up To Date: true Redis - Sentinel: Observed Generation: 3 Phase: Running Up To Date: true Conditions: Last Transition Time: 2026-02-12T03:12:58Z Message: The operator has started the provisioning of Cluster: redis-anywdl Observed Generation: 3 Reason: PreCheckSucceed Status: True Type: ProvisioningStarted Last Transition Time: 2026-02-12T03:12:58Z Message: Successfully applied for resources Observed Generation: 3 Reason: ApplyResourcesSucceed Status: True Type: ApplyResources Last Transition Time: 2026-02-12T03:15:39Z Message: cluster redis-anywdl is ready Reason: ClusterReady Status: True Type: Ready Observed Generation: 3 Phase: Updating Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal PreCheckSucceed 27m (x2 over 27m) cluster-controller The operator has started the provisioning of Cluster: redis-anywdl Normal ApplyResourcesSucceed 27m (x2 over 27m) cluster-controller Successfully applied for resources Normal ClusterComponentPhaseTransition 27m (x4 over 27m) cluster-controller cluster component redis-sentinel is Creating Normal ClusterComponentPhaseTransition 25m (x4 over 26m) cluster-controller cluster component redis is Creating Normal ClusterComponentPhaseTransition 25m (x12 over 26m) cluster-controller cluster component redis-sentinel is Running Normal ClusterComponentPhaseTransition 22m (x9 over 25m) cluster-controller cluster component redis is Running ------------------------------------------------------------------------------------------------------------------ --------------------------------------get opsrequests.operations redis-anywdl-restart-5btp2 yaml--------------------------------------  `kubectl get opsrequests.operations redis-anywdl-restart-5btp2 -o yaml --namespace ns-dldbu `(B  apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: creationTimestamp: "2026-02-12T03:18:47Z" finalizers: - opsrequest.kubeblocks.io/finalizer generateName: redis-anywdl-restart- generation: 2 labels: app.kubernetes.io/instance: redis-anywdl app.kubernetes.io/managed-by: kubeblocks operations.kubeblocks.io/ops-type: Restart name: redis-anywdl-restart-5btp2 namespace: ns-dldbu ownerReferences: - apiVersion: apps.kubeblocks.io/v1 kind: Cluster name: redis-anywdl uid: 33ad9183-fa2d-4f7f-831a-1c8da1500393 resourceVersion: "144547" uid: dfc7d1ba-83ee-4de4-bbb6-4b45942c4b3a spec: clusterName: redis-anywdl enqueueOnForce: false force: true preConditionDeadlineSeconds: 0 restart: - componentName: redis - componentName: redis-sentinel type: Restart status: clusterGeneration: 3 components: redis: phase: Updating progressDetails: - message: 'Start to restart: Pod/redis-anywdl-redis-0 in Component: redis' objectKey: Pod/redis-anywdl-redis-0 startTime: "2026-02-12T03:19:45Z" status: Processing - objectKey: Pod/redis-anywdl-redis-1 status: Pending redis-sentinel: phase: Running progressDetails: - endTime: "2026-02-12T03:19:06Z" message: 'Successfully restart: Pod/redis-anywdl-redis-sentinel-2 in Component: redis-sentinel' objectKey: Pod/redis-anywdl-redis-sentinel-2 startTime: "2026-02-12T03:18:48Z" status: Succeed - endTime: "2026-02-12T03:19:23Z" message: 'Successfully restart: Pod/redis-anywdl-redis-sentinel-1 in Component: redis-sentinel' objectKey: Pod/redis-anywdl-redis-sentinel-1 startTime: "2026-02-12T03:19:06Z" status: Succeed - endTime: "2026-02-12T03:19:44Z" message: 'Successfully restart: Pod/redis-anywdl-redis-sentinel-0 in Component: redis-sentinel' objectKey: Pod/redis-anywdl-redis-sentinel-0 startTime: "2026-02-12T03:19:23Z" status: Succeed conditions: - lastTransitionTime: "2026-02-12T03:18:47Z" message: 'wait for the controller to process the OpsRequest: redis-anywdl-restart-5btp2 in Cluster: redis-anywdl' reason: WaitForProgressing status: "True" type: WaitForProgressing - lastTransitionTime: "2026-02-12T03:18:48Z" message: 'OpsRequest: redis-anywdl-restart-5btp2 is validated' reason: ValidateOpsRequestPassed status: "True" type: Validated - lastTransitionTime: "2026-02-12T03:18:48Z" message: 'Start to restart database in Cluster: redis-anywdl' reason: RestartStarted status: "True" type: Restarting phase: Running progress: 3/5 startTimestamp: "2026-02-12T03:18:48Z" ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe opsrequests.operations redis-anywdl-restart-5btp2--------------------------------------  `kubectl describe opsrequests.operations redis-anywdl-restart-5btp2 --namespace ns-dldbu `(B  Name: redis-anywdl-restart-5btp2 Namespace: ns-dldbu Labels: app.kubernetes.io/instance=redis-anywdl app.kubernetes.io/managed-by=kubeblocks operations.kubeblocks.io/ops-type=Restart Annotations: API Version: operations.kubeblocks.io/v1alpha1 Kind: OpsRequest Metadata: Creation Timestamp: 2026-02-12T03:18:47Z Finalizers: opsrequest.kubeblocks.io/finalizer Generate Name: redis-anywdl-restart- Generation: 2 Owner References: API Version: apps.kubeblocks.io/v1 Kind: Cluster Name: redis-anywdl UID: 33ad9183-fa2d-4f7f-831a-1c8da1500393 Resource Version: 144547 UID: dfc7d1ba-83ee-4de4-bbb6-4b45942c4b3a Spec: Cluster Name: redis-anywdl Enqueue On Force: false Force: true Pre Condition Deadline Seconds: 0 Restart: Component Name: redis Component Name: redis-sentinel Type: Restart Status: Cluster Generation: 3 Components: Redis: Phase: Updating Progress Details: Message: Start to restart: Pod/redis-anywdl-redis-0 in Component: redis Object Key: Pod/redis-anywdl-redis-0 Start Time: 2026-02-12T03:19:45Z Status: Processing Object Key: Pod/redis-anywdl-redis-1 Status: Pending Redis - Sentinel: Phase: Running Progress Details: End Time: 2026-02-12T03:19:06Z Message: Successfully restart: Pod/redis-anywdl-redis-sentinel-2 in Component: redis-sentinel Object Key: Pod/redis-anywdl-redis-sentinel-2 Start Time: 2026-02-12T03:18:48Z Status: Succeed End Time: 2026-02-12T03:19:23Z Message: Successfully restart: Pod/redis-anywdl-redis-sentinel-1 in Component: redis-sentinel Object Key: Pod/redis-anywdl-redis-sentinel-1 Start Time: 2026-02-12T03:19:06Z Status: Succeed End Time: 2026-02-12T03:19:44Z Message: Successfully restart: Pod/redis-anywdl-redis-sentinel-0 in Component: redis-sentinel Object Key: Pod/redis-anywdl-redis-sentinel-0 Start Time: 2026-02-12T03:19:23Z Status: Succeed Conditions: Last Transition Time: 2026-02-12T03:18:47Z Message: wait for the controller to process the OpsRequest: redis-anywdl-restart-5btp2 in Cluster: redis-anywdl Reason: WaitForProgressing Status: True Type: WaitForProgressing Last Transition Time: 2026-02-12T03:18:48Z Message: OpsRequest: redis-anywdl-restart-5btp2 is validated Reason: ValidateOpsRequestPassed Status: True Type: Validated Last Transition Time: 2026-02-12T03:18:48Z Message: Start to restart database in Cluster: redis-anywdl Reason: RestartStarted Status: True Type: Restarting Phase: Running Progress: 3/5 Start Timestamp: 2026-02-12T03:18:48Z Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal WaitForProgressing 22m ops-request-controller wait for the controller to process the OpsRequest: redis-anywdl-restart-5btp2 in Cluster: redis-anywdl Normal ValidateOpsRequestPassed 22m (x2 over 22m) ops-request-controller OpsRequest: redis-anywdl-restart-5btp2 is validated Normal RestartStarted 22m (x2 over 22m) ops-request-controller Start to restart database in Cluster: redis-anywdl Normal Processing 22m ops-request-controller Start to restart: Pod/redis-anywdl-redis-sentinel-2 in Component: redis-sentinel Normal Succeed 21m ops-request-controller Successfully restart: Pod/redis-anywdl-redis-sentinel-2 in Component: redis-sentinel Normal Processing 21m ops-request-controller Start to restart: Pod/redis-anywdl-redis-sentinel-1 in Component: redis-sentinel Normal Processing 21m ops-request-controller Start to restart: Pod/redis-anywdl-redis-sentinel-0 in Component: redis-sentinel Normal Succeed 21m ops-request-controller Successfully restart: Pod/redis-anywdl-redis-sentinel-1 in Component: redis-sentinel Normal Succeed 21m ops-request-controller Successfully restart: Pod/redis-anywdl-redis-sentinel-0 in Component: redis-sentinel Normal Processing 21m ops-request-controller Start to restart: Pod/redis-anywdl-redis-0 in Component: redis ------------------------------------------------------------------------------------------------------------------  `kubectl get jobs -l ops.kubeblocks.io/ops-name=redis-anywdl-restart-5btp2 --namespace ns-dldbu`(B   `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-anywdl-restart-5btp2 --namespace ns-dldbu `(B  opsrequest.operations.kubeblocks.io/redis-anywdl-restart-5btp2 patched  `kbcli cluster delete-ops --name redis-anywdl-restart-5btp2 --force --auto-approve --namespace ns-dldbu `(B  OpsRequest redis-anywdl-restart-5btp2 deleted get redis-sentinel replicas test failover (B check cluster status before cluster-failover- cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 delete pod:redis-anywdl-redis-0  `kubectl delete pod redis-anywdl-redis-0 --force --namespace ns-dldbu `(B  pod "redis-anywdl-redis-0" force deleted check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Init:0/4 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:43 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:42 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:18 UTC+0800 pod_status:Init:0/4(B pod_status:PodInitializing(B check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-0;secondary(B: redis-anywdl-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B check failover pod name failover pod name:redis-anywdl-redis-0 checking failover...(B  `kubectl delete pod redis-anywdl-redis-0 --force --namespace ns-dldbu `(B  pod "redis-anywdl-redis-0" force deleted check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis 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 redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:43 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:42 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:18 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-0;secondary(B: redis-anywdl-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B failover pod name:redis-anywdl-redis-0 checking failover...(B  `kubectl delete pod redis-anywdl-redis-0 --force --namespace ns-dldbu `(B  pod "redis-anywdl-redis-0" force deleted check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Init:0/4 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:44 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:42 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:18 UTC+0800 pod_status:Init:0/4(B pod_status:PodInitializing(B check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-0;secondary(B: redis-anywdl-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B failover pod name:redis-anywdl-redis-0 checking failover...(B  `kubectl delete pod redis-anywdl-redis-0 --force --namespace ns-dldbu `(B  pod "redis-anywdl-redis-0" force deleted check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis 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 redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:44 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:42 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:18 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-1;secondary(B: redis-anywdl-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash`(B  check cluster connect done(B check failover pod name:redis-anywdl-redis-1 failover Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check readonly data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file iamly Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check db_client batch [7201] equal [7201] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check readonly db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check readonly db_client batch data [7201] equal [7201] Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B apiVersion: v1 kind: Pod metadata: name: benchtest-redis-anywdl namespace: ns-dldbu spec: containers: - name: test-benchmark imagePullPolicy: IfNotPresent image: docker.io/apecloud/redis-benchmark:latest args: - "-h" - "redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local" - "-p" - "6379" - "-a" - "09nC39Rf5p" - "-n" - "500" - "-c" - "4" - "-q" restartPolicy: Never  `kubectl apply -f benchtest-redis-anywdl.yaml`(B  pod/benchtest-redis-anywdl created apply benchtest-redis-anywdl.yaml Success(B check pod status pod_status:NAME READY STATUS RESTARTS AGE benchtest-redis-anywdl 0/1 ContainerCreating 0 0s(B pod_status:NAME READY STATUS RESTARTS AGE benchtest-redis-anywdl 1/1 Running 0 4s(B pod_status:NAME READY STATUS RESTARTS AGE benchtest-redis-anywdl 1/1 Running 0 9s(B check pod benchtest-redis-anywdl status done(B pod_status:NAME READY STATUS RESTARTS AGE benchtest-redis-anywdl 0/1 Completed 0 14s(B  `rm -rf benchtest-redis-anywdl.yaml`(B   `kubectl logs benchtest-redis-anywdl --tail 30 --namespace ns-dldbu `(B  PING_INLINE: rps=0.0 (overall: -nan) avg_msec=-nan (overall: -nan) PING_INLINE: 3816.79 requests per second, p50=0.135 msec PING_MBULK: rps=1322.7 (overall: 3494.7) avg_msec=0.967 (overall: 0.967) PING_MBULK: 2762.43 requests per second, p50=0.143 msec SET: rps=521.9 (overall: 970.4) avg_msec=2.093 (overall: 2.093) SET: 1362.40 requests per second, p50=0.151 msec GET: rps=0.0 (overall: -nan) avg_msec=-nan (overall: -nan) GET: 2762.43 requests per second, p50=0.127 msec INCR: rps=207.2 (overall: 1019.6) avg_msec=0.164 (overall: 0.164) INCR: 1785.71 requests per second, p50=0.151 msec LPUSH: rps=8.0 (overall: 2000.0) avg_msec=0.528 (overall: 0.528) LPUSH: rps=948.0 (overall: 952.2) avg_msec=2.973 (overall: 2.953) LPUSH: rps=765.9 (overall: 858.8) avg_msec=6.155 (overall: 4.384) LPUSH: 866.55 requests per second, p50=0.159 msec RPUSH: rps=1188.0 (overall: 1891.7) avg_msec=1.133 (overall: 1.133) RPUSH: 1785.71 requests per second, p50=0.151 msec LPOP: rps=992.0 (overall: 2243.2) avg_msec=1.405 (overall: 1.405) LPOP: 1766.78 requests per second, p50=0.151 msec RPOP: rps=195.2 (overall: 980.0) avg_msec=0.163 (overall: 0.163) RPOP: 1831.50 requests per second, p50=0.143 msec SADD: rps=135.5 (overall: 5666.7) avg_msec=0.156 (overall: 0.156) SADD: rps=1689.2 (overall: 1782.1) avg_msec=1.709 (overall: 1.594) SADD: 1811.59 requests per second, p50=0.151 msec HSET: rps=1576.0 (overall: 1832.6) avg_msec=1.901 (overall: 1.901) HSET: 1748.25 requests per second, p50=0.151 msec SPOP: rps=892.4 (overall: 1408.8) avg_msec=1.442 (overall: 1.442) SPOP: 1811.59 requests per second, p50=0.135 msec ZADD: rps=1374.5 (overall: 3136.4) avg_msec=0.941 (overall: 0.941) ZADD: 2747.25 requests per second, p50=0.143 msec ZPOPMIN: rps=844.6 (overall: 1316.8) avg_msec=1.563 (overall: 1.563) ZPOPMIN: 1798.56 requests per second, p50=0.143 msec LPUSH (needed to benchmark LRANGE): rps=976.1 (overall: 2378.6) avg_msec=1.174 (overall: 1.174) LPUSH (needed to benchmark LRANGE): 1838.24 requests per second, p50=0.159 msec LRANGE_100 (first 100 elements): rps=12.0 (overall: 50.0) avg_msec=0.367 (overall: 0.367) LRANGE_100 (first 100 elements): 1811.59 requests per second, p50=0.151 msec LRANGE_300 (first 300 elements): rps=274.9 (overall: 5750.0) avg_msec=0.210 (overall: 0.210) LRANGE_300 (first 300 elements): rps=1422.3 (overall: 1619.8) avg_msec=1.920 (overall: 1.643) LRANGE_300 (first 300 elements): 1798.56 requests per second, p50=0.199 msec LRANGE_500 (first 500 elements): rps=1571.4 (overall: 1885.7) avg_msec=1.705 (overall: 1.705) LRANGE_500 (first 500 elements): 1798.56 requests per second, p50=0.239 msec LRANGE_600 (first 600 elements): rps=653.4 (overall: 1000.0) avg_msec=1.970 (overall: 1.970) LRANGE_600 (first 600 elements): 1333.33 requests per second, p50=0.279 msec MSET (10 keys): rps=533.9 (overall: 6700.0) avg_msec=0.159 (overall: 0.159) MSET (10 keys): rps=1222.2 (overall: 1625.0) avg_msec=2.270 (overall: 1.630) MSET (10 keys): 1792.11 requests per second, p50=0.167 msec XADD: rps=1247.0 (overall: 1416.3) avg_msec=2.276 (overall: 2.276) XADD: rps=510.0 (overall: 934.3) avg_msec=6.153 (overall: 3.401) XADD: 871.08 requests per second, p50=0.167 msec  `kubectl delete pod benchtest-redis-anywdl --force --namespace ns-dldbu `(B  pod "benchtest-redis-anywdl" force deleted cmpv upgrade service version:2,6.2.14|2,6.2.17|2,6.2.18|2,7.0.6|2,7.2.4|2,7.2.7|2,7.2.10|2,7.2.11|2,7.2.12|2,7.4.2|2,7.4.5|2,7.4.6|2,7.4.7|2,8.0.1|2,8.0.3|2,8.0.4|2,8.0.5|2,8.2.1|2,8.2.2|2,8.2.3|2,8.4.0 cmpv service version upgrade upgrade from:8.2.3 to service version:8.2.1 upgrade from:8.2.1 to service version:8.2.2 cmpv downgrade service version:8.2.2|8.2.1 cmpv service version downgrade downgrade from:8.2.3 to service version:8.2.2 downgrade from:8.2.2 to service version:8.2.1 test failover kill1(B check cluster status before cluster-failover-kill1 check cluster status done(B cluster_status:Running(B  `kill 1`(B  exec return message: check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis cluster_status:Updating(B cluster_status:Updating(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Updating(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B cluster_status:Abnormal(B pod "redis-anywdl-redis-1" force deleted 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 redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:44 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:51 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:18 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-0;secondary(B: redis-anywdl-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B check failover pod name failover pod name:redis-anywdl-redis-0 failover kill1 Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check readonly data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check db_client batch [7201] equal [7201] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check readonly db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check readonly db_client batch data [7201] equal [7201] Success(B 9 cluster redis scale-out cluster redis scale-out replicas: 3 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-out redis-anywdl --auto-approve --force=true --components redis --replicas 1 --namespace ns-dldbu `(B  OpsRequest redis-anywdl-horizontalscaling-s6xzn created successfully, you can view the progress: kbcli cluster describe-ops redis-anywdl-horizontalscaling-s6xzn -n ns-dldbu check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-horizontalscaling-s6xzn ns-dldbu HorizontalScaling redis-anywdl redis Running 0/1 Feb 12,2026 11:52 UTC+0800 check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis cluster_status:Updating(B cluster_status:Updating(B 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 redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:44 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:51 UTC+0800 redis-anywdl-redis-2 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:52 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:18 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-0;secondary(B: redis-anywdl-redis-1 redis-anywdl-redis-2  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-horizontalscaling-s6xzn ns-dldbu HorizontalScaling redis-anywdl redis Succeed 1/1 Feb 12,2026 11:52 UTC+0800 check ops status done(B ops_status:redis-anywdl-horizontalscaling-s6xzn ns-dldbu HorizontalScaling redis-anywdl redis Succeed 1/1 Feb 12,2026 11:52 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-anywdl-horizontalscaling-s6xzn --namespace ns-dldbu `(B  opsrequest.operations.kubeblocks.io/redis-anywdl-horizontalscaling-s6xzn patched  `kbcli cluster delete-ops --name redis-anywdl-horizontalscaling-s6xzn --force --auto-approve --namespace ns-dldbu `(B  OpsRequest redis-anywdl-horizontalscaling-s6xzn deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check readonly data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file iamly Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check db_client batch [7201] equal [7201] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check readonly db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check readonly db_client batch data [7201] equal [7201] Success(B get redis-sentinel replicas cluster redis scale-in cluster redis scale-in replicas: 2 check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster scale-in redis-anywdl --auto-approve --force=true --components redis --replicas 1 --namespace ns-dldbu `(B  OpsRequest redis-anywdl-horizontalscaling-npsmh created successfully, you can view the progress: kbcli cluster describe-ops redis-anywdl-horizontalscaling-npsmh -n ns-dldbu check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-horizontalscaling-npsmh ns-dldbu HorizontalScaling redis-anywdl redis Pending -/- Feb 12,2026 11:53 UTC+0800 check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:44 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:51 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:19 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:18 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-0;secondary(B: redis-anywdl-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-horizontalscaling-npsmh ns-dldbu HorizontalScaling redis-anywdl redis Succeed 1/1 Feb 12,2026 11:53 UTC+0800 check ops status done(B ops_status:redis-anywdl-horizontalscaling-npsmh ns-dldbu HorizontalScaling redis-anywdl redis Succeed 1/1 Feb 12,2026 11:53 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-anywdl-horizontalscaling-npsmh --namespace ns-dldbu `(B  opsrequest.operations.kubeblocks.io/redis-anywdl-horizontalscaling-npsmh patched  `kbcli cluster delete-ops --name redis-anywdl-horizontalscaling-npsmh --force --auto-approve --namespace ns-dldbu `(B  OpsRequest redis-anywdl-horizontalscaling-npsmh deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check readonly data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file iamly Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check db_client batch [7201] equal [7201] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check readonly db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check readonly db_client batch data [7201] equal [7201] Success(B cluster stop check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster stop redis-anywdl --auto-approve --force=true --namespace ns-dldbu `(B  OpsRequest redis-anywdl-stop-7rttx created successfully, you can view the progress: kbcli cluster describe-ops redis-anywdl-stop-7rttx -n ns-dldbu check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-stop-7rttx ns-dldbu Stop redis-anywdl Creating -/- Feb 12,2026 11:53 UTC+0800 ops_status:redis-anywdl-stop-7rttx ns-dldbu Stop redis-anywdl Creating -/- Feb 12,2026 11:53 UTC+0800 (B check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Stopped Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Stopped(B check pod status  `kbcli cluster list-instances redis-anywdl --namespace ns-dldbu `(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 redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-stop-7rttx ns-dldbu Stop redis-anywdl redis,redis-sentinel Succeed 5/5 Feb 12,2026 11:53 UTC+0800 check ops status done(B ops_status:redis-anywdl-stop-7rttx ns-dldbu Stop redis-anywdl redis,redis-sentinel Succeed 5/5 Feb 12,2026 11:53 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-anywdl-stop-7rttx --namespace ns-dldbu `(B  opsrequest.operations.kubeblocks.io/redis-anywdl-stop-7rttx patched  `kbcli cluster delete-ops --name redis-anywdl-stop-7rttx --force --auto-approve --namespace ns-dldbu `(B  OpsRequest redis-anywdl-stop-7rttx deleted cluster start check cluster status before ops check cluster status done(B cluster_status:Stopped(B  `kbcli cluster start redis-anywdl --force=true --namespace ns-dldbu `(B  OpsRequest redis-anywdl-start-wg8td created successfully, you can view the progress: kbcli cluster describe-ops redis-anywdl-start-wg8td -n ns-dldbu check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-start-wg8td ns-dldbu Start redis-anywdl redis,redis-sentinel Running 0/5 Feb 12,2026 11:53 UTC+0800 check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:02 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:03 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:53 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-0;secondary(B: redis-anywdl-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-start-wg8td ns-dldbu Start redis-anywdl redis,redis-sentinel Succeed 5/5 Feb 12,2026 11:53 UTC+0800 check ops status done(B ops_status:redis-anywdl-start-wg8td ns-dldbu Start redis-anywdl redis,redis-sentinel Succeed 5/5 Feb 12,2026 11:53 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-anywdl-start-wg8td --namespace ns-dldbu `(B  opsrequest.operations.kubeblocks.io/redis-anywdl-start-wg8td patched  `kbcli cluster delete-ops --name redis-anywdl-start-wg8td --force --auto-approve --namespace ns-dldbu `(B  OpsRequest redis-anywdl-start-wg8td deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check readonly data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check db_client batch [7201] equal [7201] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check readonly db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check readonly db_client batch data [7201] equal [7201] Success(B cluster does not need to check monitor currently check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:02 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:03 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:53 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-0;secondary(B: redis-anywdl-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B test failover connectionstress(B check cluster status before cluster-failover-connectionstress check cluster status done(B cluster_status:Running(B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-connectionstress-redis-anywdl --namespace ns-dldbu `(B   `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-redis-anywdl namespace: ns-dldbu spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local" - "--user" - "default" - "--password" - "09nC39Rf5p" - "--port" - "6379" - "--database" - "db0" - "--dbtype" - "redis" - "--test" - "connectionstress" - "--connections" - "10000" - "--duration" - "60" restartPolicy: Never  `kubectl apply -f test-db-client-connectionstress-redis-anywdl.yaml`(B  pod/test-db-client-connectionstress-redis-anywdl created apply test-db-client-connectionstress-redis-anywdl.yaml Success(B  `rm -rf test-db-client-connectionstress-redis-anywdl.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 6s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 10s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 15s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 20s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 51s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 56s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 1/1 Running 0 61s(B check pod test-db-client-connectionstress-redis-anywdl status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-anywdl 0/1 Completed 0 66s(B check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:02 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:03 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:53 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-0;secondary(B: redis-anywdl-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B --host redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local --user default --password 09nC39Rf5p --port 6379 --database db0 --dbtype redis --test connectionstress --connections 10000 --duration 60 SLF4J(I): Connected with provider of type [ch.qos.logback.classic.spi.LogbackServiceProvider] Test Result: Connection stress test results: Duration: 60 seconds Successful connections: 10008 Failed connections: 0 Connection Information: Database Type: redis Host: redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local Port: 6379 Database: db0 Table: User: default Org: Access Mode: mysql Test Type: connectionstress Connection Count: 10000 Duration: 60 seconds  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-connectionstress-redis-anywdl --namespace ns-dldbu `(B  pod/test-db-client-connectionstress-redis-anywdl patched (no change) pod "test-db-client-connectionstress-redis-anywdl" force deleted check failover pod name failover pod name:redis-anywdl-redis-0 failover connectionstress Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check readonly data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file iamly Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check db_client batch [7201] equal [7201] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check readonly db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check readonly db_client batch data [7201] equal [7201] Success(B check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale redis-anywdl --auto-approve --force=true --components redis --cpu 200m --memory 0.6Gi --namespace ns-dldbu `(B  OpsRequest redis-anywdl-verticalscaling-x9jf8 created successfully, you can view the progress: kbcli cluster describe-ops redis-anywdl-verticalscaling-x9jf8 -n ns-dldbu check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-verticalscaling-x9jf8 ns-dldbu VerticalScaling redis-anywdl redis Running -/- Feb 12,2026 12:06 UTC+0800 check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:06 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:06 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:53 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-1;secondary(B: redis-anywdl-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-verticalscaling-x9jf8 ns-dldbu VerticalScaling redis-anywdl redis Succeed 2/2 Feb 12,2026 12:06 UTC+0800 check ops status done(B ops_status:redis-anywdl-verticalscaling-x9jf8 ns-dldbu VerticalScaling redis-anywdl redis Succeed 2/2 Feb 12,2026 12:06 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-anywdl-verticalscaling-x9jf8 --namespace ns-dldbu `(B  opsrequest.operations.kubeblocks.io/redis-anywdl-verticalscaling-x9jf8 patched  `kbcli cluster delete-ops --name redis-anywdl-verticalscaling-x9jf8 --force --auto-approve --namespace ns-dldbu `(B  OpsRequest redis-anywdl-verticalscaling-x9jf8 deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check readonly data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file iamly Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check db_client batch [7201] equal [7201] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check readonly db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check readonly db_client batch data [7201] equal [7201] Success(B  `kubectl get pvc -l app.kubernetes.io/instance=redis-anywdl,apps.kubeblocks.io/component-name=redis,apps.kubeblocks.io/vct-name=data --namespace ns-dldbu `(B  cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand redis-anywdl --auto-approve --force=true --components redis --volume-claim-templates data --storage 4Gi --namespace ns-dldbu `(B  OpsRequest redis-anywdl-volumeexpansion-wk4r2 created successfully, you can view the progress: kbcli cluster describe-ops redis-anywdl-volumeexpansion-wk4r2 -n ns-dldbu check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-volumeexpansion-wk4r2 ns-dldbu VolumeExpansion redis-anywdl redis Running 0/2 Feb 12,2026 12:07 UTC+0800 check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:06 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:06 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:53 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-1;secondary(B: redis-anywdl-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-volumeexpansion-wk4r2 ns-dldbu VolumeExpansion redis-anywdl redis Succeed 2/2 Feb 12,2026 12:07 UTC+0800 check ops status done(B ops_status:redis-anywdl-volumeexpansion-wk4r2 ns-dldbu VolumeExpansion redis-anywdl redis Succeed 2/2 Feb 12,2026 12:07 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-anywdl-volumeexpansion-wk4r2 --namespace ns-dldbu `(B  opsrequest.operations.kubeblocks.io/redis-anywdl-volumeexpansion-wk4r2 patched  `kbcli cluster delete-ops --name redis-anywdl-volumeexpansion-wk4r2 --force --auto-approve --namespace ns-dldbu `(B  OpsRequest redis-anywdl-volumeexpansion-wk4r2 deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check readonly data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file iamly Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check db_client batch [7201] equal [7201] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check readonly db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-0 --namespace ns-dldbu -- bash `(B  check readonly db_client batch data [7201] equal [7201] Success(B cluster update terminationPolicy WipeOut  `kbcli cluster update redis-anywdl --termination-policy=WipeOut --namespace ns-dldbu `(B  cluster.apps.kubeblocks.io/redis-anywdl updated (no change) check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-0 ns-dldbu redis-anywdl redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:06 UTC+0800 redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:06 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:53 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-1;secondary(B: redis-anywdl-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash`(B  check cluster connect done(B cluster datafile backup  `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="{.spec.credential.name}"`(B   `kubectl get backuprepo backuprepo-kbcli-test -o jsonpath="{.spec.credential.namespace}"`(B   `kubectl get secrets kb-backuprepo-pn64t -n kb-wrwyg -o jsonpath="{.data.accessKeyId}"`(B   `kubectl get secrets kb-backuprepo-pn64t -n kb-wrwyg -o jsonpath="{.data.secretAccessKey}"`(B  KUBEBLOCKS NAMESPACE:kb-wrwyg get kubeblocks namespace done(B  `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-wrwyg -o jsonpath="{.items[0].data.root-user}"`(B   `kubectl get secrets -l app.kubernetes.io/instance=kbcli-test-minio --namespace kb-wrwyg -o jsonpath="{.items[0].data.root-password}"`(B  minio_user:kbclitest,minio_password:kbclitest,minio_endpoint:kbcli-test-minio.kb-wrwyg.svc.cluster.local:9000 list minio bucket kbcli-test  `echo 'mc alias set minioserver http://kbcli-test-minio.kb-wrwyg.svc.cluster.local:9000 kbclitest kbclitest;mc ls minioserver' | kubectl exec -it kbcli-test-minio-546f6447c7-cvf8k --namespace kb-wrwyg -- bash`(B  list minio bucket done(B default backuprepo:backuprepo-kbcli-test exists(B  `kbcli cluster backup redis-anywdl --method datafile --namespace ns-dldbu `(B  Backup backup-ns-dldbu-redis-anywdl-20260212121356 created successfully, you can view the progress: kbcli cluster list-backups --names=backup-ns-dldbu-redis-anywdl-20260212121356 -n ns-dldbu check backup status  `kbcli cluster list-backups redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE SOURCE-CLUSTER METHOD STATUS TOTAL-SIZE DURATION DELETION-POLICY CREATE-TIME COMPLETION-TIME EXPIRATION backup-ns-dldbu-redis-anywdl-20260212121356 ns-dldbu redis-anywdl datafile Delete Feb 12,2026 12:13 UTC+0800 backup_status:redis-anywdl-datafile-Running(B backup_status:redis-anywdl-datafile-Running(B backup_status:redis-anywdl-datafile-Running(B backup_status:redis-anywdl-datafile-Running(B check backup status done(B backup_status:backup-ns-dldbu-redis-anywdl-20260212121356 ns-dldbu redis-anywdl datafile Completed 11663 17s Delete Feb 12,2026 12:13 UTC+0800 Feb 12,2026 12:14 UTC+0800 (B cluster restore backup  `kbcli cluster describe-backup --names backup-ns-dldbu-redis-anywdl-20260212121356 --namespace ns-dldbu `(B  Name: backup-ns-dldbu-redis-anywdl-20260212121356 Cluster: redis-anywdl Namespace: ns-dldbu Spec: Method: datafile Policy Name: redis-anywdl-redis-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-dldbu-redis-anywdl-20260212121356-17d203a TargetPodName: redis-anywdl-redis-0 Phase: Completed Start Time: Feb 12,2026 12:13 UTC+0800 Completion Time: Feb 12,2026 12:14 UTC+0800 Status: Phase: Completed Total Size: 11663 ActionSet Name: redis-physical-br Repository: backuprepo-kbcli-test Duration: 17s Start Time: Feb 12,2026 12:13 UTC+0800 Completion Time: Feb 12,2026 12:14 UTC+0800 Path: /ns-dldbu/redis-anywdl-33ad9183-fa2d-4f7f-831a-1c8da1500393/redis/backup-ns-dldbu-redis-anywdl-20260212121356 Warning Events:  `kbcli cluster restore redis-anywdl-backup --backup backup-ns-dldbu-redis-anywdl-20260212121356 --namespace ns-dldbu `(B  Cluster redis-anywdl-backup created check cluster status  `kbcli cluster list redis-anywdl-backup --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl-backup ns-dldbu redis WipeOut Feb 12,2026 12:14 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: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: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 cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 redis-anywdl-backup --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-backup-redis-0 ns-dldbu redis-anywdl-backup redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 12:17 UTC+0800 redis-anywdl-backup-redis-1 ns-dldbu redis-anywdl-backup redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:18 UTC+0800 redis-anywdl-backup-redis-sentinel-0 ns-dldbu redis-anywdl-backup redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:14 UTC+0800 redis-anywdl-backup-redis-sentinel-1 ns-dldbu redis-anywdl-backup redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 12:14 UTC+0800 redis-anywdl-backup-redis-sentinel-2 ns-dldbu redis-anywdl-backup redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:14 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-backup-redis-0;secondary(B: redis-anywdl-backup-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl-backup`(B  set secret: redis-anywdl-backup-redis-account-default  `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-backup-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-backup-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B  `kbcli cluster describe-backup --names backup-ns-dldbu-redis-anywdl-20260212121356 --namespace ns-dldbu `(B  Name: backup-ns-dldbu-redis-anywdl-20260212121356 Cluster: redis-anywdl Namespace: ns-dldbu Spec: Method: datafile Policy Name: redis-anywdl-redis-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-dldbu-redis-anywdl-20260212121356-17d203a TargetPodName: redis-anywdl-redis-0 Phase: Completed Start Time: Feb 12,2026 12:13 UTC+0800 Completion Time: Feb 12,2026 12:14 UTC+0800 Status: Phase: Completed Total Size: 11663 ActionSet Name: redis-physical-br Repository: backuprepo-kbcli-test Duration: 17s Start Time: Feb 12,2026 12:13 UTC+0800 Completion Time: Feb 12,2026 12:14 UTC+0800 Path: /ns-dldbu/redis-anywdl-33ad9183-fa2d-4f7f-831a-1c8da1500393/redis/backup-ns-dldbu-redis-anywdl-20260212121356 Warning Events: cluster connect  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl-backup`(B  set secret: redis-anywdl-backup-redis-account-default  `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B # Server redis_version:8.2.3 redis_git_sha1:00000000 redis_git_dirty:1 redis_build_id:2c0a46b0b82cdd80 redis_mode:standalone os:Linux 5.15.0-1102-azure x86_64 arch_bits:64 monotonic_clock:POSIX clock_gettime multiplexing_api:epoll atomicvar_api:c11-builtin gcc_version:12.2.0 process_id:1 process_supervised:no run_id:5e5329ea0b4547ea8cfb65d8910d0f7377131908 tcp_port:6379 server_time_usec:1770869958043694 uptime_in_seconds:64 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:9262277 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:1 listener0:name=tcp,bind=*,bind=-::*,port=6379  `echo " echo \"CONFIG GET maxclients\" | redis-cli -h redis-anywdl-backup-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-backup-redis-0 --namespace ns-dldbu -- bash `(B  maxclients 10000 connect cluster Success(B set max_connections to 10000 delete cluster redis-anywdl-backup  `kbcli cluster delete redis-anywdl-backup --auto-approve --namespace ns-dldbu `(B  pod_info:redis-anywdl-backup-redis-0 4/4 Running 0 2m7s redis-anywdl-backup-redis-1 4/4 Running 0 50s redis-anywdl-backup-redis-sentinel-0 2/2 Running 0 4m59s redis-anywdl-backup-redis-sentinel-1 2/2 Running 0 5m redis-anywdl-backup-redis-sentinel-2 2/2 Running 0 5m Cluster redis-anywdl-backup deleted delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B cluster rebuild instances apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: redis-anywdl-rebuildinstance- namespace: ns-dldbu spec: type: RebuildInstance clusterName: redis-anywdl force: true rebuildFrom: - componentName: redis instances: - name: redis-anywdl-redis-0 backupName: backup-ns-dldbu-redis-anywdl-20260212121356 inPlace: false check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_redis-anywdl.yaml`(B  opsrequest.operations.kubeblocks.io/redis-anywdl-rebuildinstance-cxmj2 created create test_ops_cluster_redis-anywdl.yaml Success(B  `rm -rf test_ops_cluster_redis-anywdl.yaml`(B  check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Running 0/1 Feb 12,2026 12:19 UTC+0800 ops_status:redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Running 0/1 Feb 12,2026 12:19 UTC+0800 (B ops_status:redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Running 0/1 Feb 12,2026 12:19 UTC+0800 (B ops_status:redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Running 0/1 Feb 12,2026 12:19 UTC+0800 (B ops_status:redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Running 0/1 Feb 12,2026 12:19 UTC+0800 (B ops_status:redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Running 0/1 Feb 12,2026 12:19 UTC+0800 (B ops_status:redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Running 0/1 Feb 12,2026 12:19 UTC+0800 (B ops_status:redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Running 0/1 Feb 12,2026 12:19 UTC+0800 (B ops_status:redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Running 0/1 Feb 12,2026 12:19 UTC+0800 (B ops_status:redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Running 0/1 Feb 12,2026 12:19 UTC+0800 (B ops_status:redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Running 0/1 Feb 12,2026 12:19 UTC+0800 (B check ops status done(B ops_status:redis-anywdl-rebuildinstance-cxmj2 ns-dldbu RebuildInstance redis-anywdl redis Succeed 1/1 Feb 12,2026 12:19 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-anywdl-rebuildinstance-cxmj2 --namespace ns-dldbu `(B  opsrequest.operations.kubeblocks.io/redis-anywdl-rebuildinstance-cxmj2 patched  `kbcli cluster delete-ops --name redis-anywdl-rebuildinstance-cxmj2 --force --auto-approve --namespace ns-dldbu `(B  OpsRequest redis-anywdl-rebuildinstance-cxmj2 deleted check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:06 UTC+0800 redis-anywdl-redis-2 ns-dldbu redis-anywdl redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 12:19 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:53 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-1;secondary(B: redis-anywdl-redis-2  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-2 --namespace ns-dldbu -- bash `(B  check readonly data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file iamly Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check db_client batch [7201] equal [7201] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check readonly db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-2 --namespace ns-dldbu -- bash `(B  check readonly db_client batch data [7201] equal [7201] Success(B cluster delete backup  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge backups backup-ns-dldbu-redis-anywdl-20260212121356 --namespace ns-dldbu `(B  backup.dataprotection.kubeblocks.io/backup-ns-dldbu-redis-anywdl-20260212121356 patched  `kbcli cluster delete-backup redis-anywdl --name backup-ns-dldbu-redis-anywdl-20260212121356 --force --auto-approve --namespace ns-dldbu `(B  Backup backup-ns-dldbu-redis-anywdl-20260212121356 deleted cluster configure component_tmp: redis apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: redis-anywdl-reconfiguring- namespace: ns-dldbu spec: type: Reconfiguring clusterName: redis-anywdl force: true reconfigures: - componentName: redis parameters: - key: aof-timestamp-enabled value: 'yes' check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_redis-anywdl.yaml`(B  opsrequest.operations.kubeblocks.io/redis-anywdl-reconfiguring-22h5p created create test_ops_cluster_redis-anywdl.yaml Success(B  `rm -rf test_ops_cluster_redis-anywdl.yaml`(B  check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-reconfiguring-22h5p ns-dldbu Reconfiguring redis-anywdl redis,redis Running -/- Feb 12,2026 12:20 UTC+0800 check cluster status  `kbcli cluster list redis-anywdl --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl ns-dldbu redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-anywdl,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-anywdl --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-redis-1 ns-dldbu redis-anywdl redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:06 UTC+0800 redis-anywdl-redis-2 ns-dldbu redis-anywdl redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 12:19 UTC+0800 redis-anywdl-redis-sentinel-0 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-1 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:53 UTC+0800 redis-anywdl-redis-sentinel-2 ns-dldbu redis-anywdl redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:53 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-redis-1;secondary(B: redis-anywdl-redis-2  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-anywdl --status all --namespace ns-dldbu `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-anywdl-reconfiguring-22h5p ns-dldbu Reconfiguring redis-anywdl redis,redis Succeed -/- Feb 12,2026 12:20 UTC+0800 check ops status done(B ops_status:redis-anywdl-reconfiguring-22h5p ns-dldbu Reconfiguring redis-anywdl redis,redis Succeed -/- Feb 12,2026 12:20 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-anywdl-reconfiguring-22h5p --namespace ns-dldbu `(B  opsrequest.operations.kubeblocks.io/redis-anywdl-reconfiguring-22h5p patched  `kbcli cluster delete-ops --name redis-anywdl-reconfiguring-22h5p --force --auto-approve --namespace ns-dldbu `(B  OpsRequest redis-anywdl-reconfiguring-22h5p deleted component_config:redis check config variables  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B current value_actual: yes configure:[aof-timestamp-enabled] result actual:[yes] equal expected:[yes](B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-2 --namespace ns-dldbu -- bash `(B  check readonly data: Defaulted container "redis" out of: redis, metrics, kbagent, config-manager, init-dbctl (init), init-kbagent (init), kbagent-worker (init), install-config-manager-tool (init) Unable to use a TTY - input is not a terminal or the right kind of file Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. iamly check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash `(B  check db_client batch [7201] equal [7201] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check readonly db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h 127.0.0.1 -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-2 --namespace ns-dldbu -- bash `(B  check readonly db_client batch data [7201] equal [7201] Success(B  `kubectl get backupschedule -l app.kubernetes.io/instance=redis-anywdl `(B   `kubectl get backupschedule redis-anywdl-redis-backup-schedule -ojsonpath='{.spec.schedules[*].backupMethod}' `(B  backupschedule.dataprotection.kubeblocks.io/redis-anywdl-redis-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/redis-anywdl-redis-backup-schedule patched (no change) backupschedule.dataprotection.kubeblocks.io/redis-anywdl-redis-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/redis-anywdl-redis-backup-schedule patched  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo " echo \"set msg kbcli-test-data-anywdl1\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash`(B  OK OK OK OK OK checking recoverable time ... (B recoverable time:(B checking recoverable time ... (B recoverable time:(B checking recoverable time ... (B recoverable time:(B checking recoverable time ... (B recoverable time:(B checking recoverable time ... (B recoverable time:(B check recoverable time done(B recoverable time:2026-02-12T04:21:15Z(B cluster restore-to-time backup  `kbcli cluster restore redis-anywdl-backup --backup 33ad9183-redis-anywdl-redis-ba-aof --restore-to-time "2026-02-12T04:21:15Z" --namespace ns-dldbu `(B  Cluster redis-anywdl-backup created check cluster status  `kbcli cluster list redis-anywdl-backup --show-labels --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-anywdl-backup ns-dldbu redis WipeOut Creating Feb 12,2026 12:21 UTC+0800 clusterdefinition.kubeblocks.io/name=redis 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:Creating(B cluster_status:Creating(B cluster_status:Creating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B cluster_status:Updating(B 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 redis-anywdl-backup --namespace ns-dldbu `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-anywdl-backup-redis-0 ns-dldbu redis-anywdl-backup redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:22 UTC+0800 redis-anywdl-backup-redis-1 ns-dldbu redis-anywdl-backup redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:4Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:23 UTC+0800 redis-anywdl-backup-redis-sentinel-0 ns-dldbu redis-anywdl-backup redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:21 UTC+0800 redis-anywdl-backup-redis-sentinel-1 ns-dldbu redis-anywdl-backup redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:21 UTC+0800 redis-anywdl-backup-redis-sentinel-2 ns-dldbu redis-anywdl-backup redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 12:21 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-anywdl-backup-redis-0;secondary(B: redis-anywdl-backup-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl-backup`(B  set secret: redis-anywdl-backup-redis-account-default  `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-anywdl-backup-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p' | kubectl exec -it redis-anywdl-backup-redis-0 --namespace ns-dldbu -- bash`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl-backup`(B  set secret: redis-anywdl-backup-redis-account-default  `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo " echo \"get msg\" | redis-cli -h redis-anywdl-backup-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-backup-redis-0 --namespace ns-dldbu -- bash`(B  kbcli-test-data-anywdl5 Point-In-Time Recovery Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl`(B  set secret: redis-anywdl-redis-account-default  `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B  `echo " echo \"DEL msg\" | redis-cli -h redis-anywdl-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-redis-1 --namespace ns-dldbu -- bash`(B  1  `kubectl get backupschedule -l app.kubernetes.io/instance=redis-anywdl `(B   `kubectl get backupschedule redis-anywdl-redis-backup-schedule -ojsonpath='{.spec.schedules[*].backupMethod}' `(B  backupschedule.dataprotection.kubeblocks.io/redis-anywdl-redis-backup-schedule patched (no change) backupschedule.dataprotection.kubeblocks.io/redis-anywdl-redis-backup-schedule patched (no change) backupschedule.dataprotection.kubeblocks.io/redis-anywdl-redis-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/redis-anywdl-redis-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/redis-anywdl-redis-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/redis-anywdl-redis-backup-schedule patched (no change) cluster connect  `kubectl get secrets -l app.kubernetes.io/instance=redis-anywdl-backup`(B  set secret: redis-anywdl-backup-redis-account-default  `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-anywdl-backup-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:09nC39Rf5p;DB_PORT:6379;DB_DATABASE:db0(B # Server redis_version:8.2.3 redis_git_sha1:00000000 redis_git_dirty:1 redis_build_id:2c0a46b0b82cdd80 redis_mode:standalone os:Linux 5.15.0-1102-azure x86_64 arch_bits:64 monotonic_clock:POSIX clock_gettime multiplexing_api:epoll atomicvar_api:c11-builtin gcc_version:12.2.0 process_id:1 process_supervised:no run_id:366757aba75a048c649430e44037db54ca3db33b tcp_port:6379 server_time_usec:1770870248161344 uptime_in_seconds:72 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:9262568 executable:/data/redis-server config_file:/etc/redis/redis.conf io_threads_active:1 listener0:name=tcp,bind=*,bind=-::*,port=6379  `echo " echo \"CONFIG GET maxclients\" | redis-cli -h redis-anywdl-backup-redis-redis.ns-dldbu.svc.cluster.local -p 6379 -a 09nC39Rf5p " | kubectl exec -it redis-anywdl-backup-redis-0 --namespace ns-dldbu -- bash `(B  maxclients 10000 connect cluster Success(B set max_connections to 10000 delete cluster redis-anywdl-backup  `kbcli cluster delete redis-anywdl-backup --auto-approve --namespace ns-dldbu `(B  pod_info:redis-anywdl-backup-redis-0 4/4 Running 0 95s redis-anywdl-backup-redis-1 4/4 Running 0 60s redis-anywdl-backup-redis-sentinel-0 2/2 Running 0 2m46s redis-anywdl-backup-redis-sentinel-1 2/2 Running 0 2m46s redis-anywdl-backup-redis-sentinel-2 2/2 Running 0 2m46s Cluster redis-anywdl-backup deleted delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B cluster delete backup  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge backups 33ad9183-redis-anywdl-redis-ba-aof --namespace ns-dldbu `(B  backup.dataprotection.kubeblocks.io/33ad9183-redis-anywdl-redis-ba-aof patched  `kbcli cluster delete-backup redis-anywdl --name 33ad9183-redis-anywdl-redis-ba-aof --force --auto-approve --namespace ns-dldbu `(B  Backup 33ad9183-redis-anywdl-redis-ba-aof deleted cluster list-logs  `kbcli cluster list-logs redis-anywdl --namespace ns-dldbu `(B  cluster logs  `kbcli cluster logs redis-anywdl --tail 30 --namespace ns-dldbu `(B  + sed '/user kbreplicator on/d' /data/users.acl + mv /data/users.acl.bak /data/users.acl + sed '/user kbreplicator-sentinel on/d' /data/users.acl + mv /data/users.acl.bak /data/users.acl + build_redis_default_accounts + unset_xtrace_when_ut_mode_false + '[' false == false ']' + set +x + echo 'aclfile /data/users.acl' + echo 'build default accounts succeeded!' + start_redis_server + module_path=/opt/redis-stack/lib + [[ true == \t\r\u\e ]] build default accounts succeeded! + module_path=/usr/local/lib/redis/modules + exec_cmd='exec redis-server /etc/redis/redis.conf' + '[' -f /usr/local/lib/redis/modules/redisearch.so ']' + exec_cmd='exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so ' + '[' -f /usr/local/lib/redis/modules/redistimeseries.so ']' + exec_cmd='exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so ' + '[' -f /usr/local/lib/redis/modules/rejson.so ']' + exec_cmd='exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so ' + '[' -f /usr/local/lib/redis/modules/redisbloom.so ']' + exec_cmd='exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so --loadmodule /usr/local/lib/redis/modules/redisbloom.so ' + '[' -f /usr/local/lib/redis/modules/redisgraph.so ']' + '[' -f /usr/local/lib/redis/modules/rediscompat.so ']' + echo 'Starting redis server cmd: exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so --loadmodule /usr/local/lib/redis/modules/redisbloom.so ' + eval 'exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so --loadmodule /usr/local/lib/redis/modules/redisbloom.so ' ++ exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so --loadmodule /usr/local/lib/redis/modules/redisbloom.so Starting redis server cmd: exec redis-server /etc/redis/redis.conf --loadmodule /usr/local/lib/redis/modules/redisearch.so --loadmodule /usr/local/lib/redis/modules/redistimeseries.so --loadmodule /usr/local/lib/redis/modules/rejson.so --loadmodule /usr/local/lib/redis/modules/redisbloom.so cluster logs running  `kbcli cluster logs redis-anywdl --tail 30 --file-type=running --namespace ns-dldbu `(B  1:M 12 Feb 2026 04:06:55.529 * Setting secondary replication ID to 68e34819b4f9335f9d7861ee99957eed87e4e17b, valid up to offset: 1914347. New replication ID is 9b5148c8a2b152b2da956c25c0c8a9d13ac91592 1:M 12 Feb 2026 04:06:55.529 * MASTER MODE enabled (user request from 'id=15 addr=10.244.4.220:45250 laddr=10.244.4.211:6379 fd=37 name=sentinel-031fe3a2-cmd age=11 idle=0 flags=x db=0 sub=0 psub=0 ssub=0 multi=4 watch=0 qbuf=173 qbuf-free=20301 argv-mem=4 multi-mem=169 rbs=1024 rbp=45 obl=45 oll=0 omem=0 tot-mem=22693 events=r cmd=exec user=kbreplicator-sentinel redir=-1 resp=2 lib-name= lib-ver= io-thread=2 tot-net-in=2250 tot-net-out=14501 tot-cmds=22') 1:M 12 Feb 2026 04:06:55.538 * CONFIG REWRITE executed with success. 1:M 12 Feb 2026 04:07:11.540 * Replica redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 asks for synchronization 1:M 12 Feb 2026 04:07:11.540 * Full resync requested by replica redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 1:M 12 Feb 2026 04:07:11.540 * Replica redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 is capable of rdb channel synchronization, and partial sync isn't possible. Full sync will continue with dedicated rdb channel. 1:M 12 Feb 2026 04:07:11.543 * Replica 10.244.6.169:6379 asks for synchronization 1:M 12 Feb 2026 04:07:11.543 * Full resync requested by replica 10.244.6.169:6379 (rdb-channel) 1:M 12 Feb 2026 04:07:11.543 * Delay next BGSAVE for diskless SYNC 1:M 12 Feb 2026 04:07:16.349 * Starting BGSAVE for SYNC with target: replicas sockets (rdb-channel) 1:M 12 Feb 2026 04:07:16.349 * Starting to deliver RDB and replication stream to replica: redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 1:M 12 Feb 2026 04:07:16.350 * Background RDB transfer started by pid 101 to replica socket 101:C 12 Feb 2026 04:07:16.353 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 1:M 12 Feb 2026 04:07:16.382 * Synchronization with replica redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 succeeded 1:M 12 Feb 2026 04:07:16.393 * Connection with replica (rdbchannel) 10.244.6.169:6379 lost. 1:M 12 Feb 2026 04:07:16.452 * Background RDB transfer terminated with success 1:M 12 Feb 2026 04:20:09.216 * Replica redis-anywdl-redis-2.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 asks for synchronization 1:M 12 Feb 2026 04:20:09.216 * Full resync requested by replica redis-anywdl-redis-2.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 1:M 12 Feb 2026 04:20:09.216 * Replica redis-anywdl-redis-2.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 is capable of rdb channel synchronization, and partial sync isn't possible. Full sync will continue with dedicated rdb channel. 1:M 12 Feb 2026 04:20:09.219 * Replica 10.244.5.70:6379 asks for synchronization 1:M 12 Feb 2026 04:20:09.219 * Full resync requested by replica 10.244.5.70:6379 (rdb-channel) 1:M 12 Feb 2026 04:20:09.219 * Delay next BGSAVE for diskless SYNC 1:M 12 Feb 2026 04:20:14.732 * Starting BGSAVE for SYNC with target: replicas sockets (rdb-channel) 1:M 12 Feb 2026 04:20:14.732 * Starting to deliver RDB and replication stream to replica: redis-anywdl-redis-2.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 1:M 12 Feb 2026 04:20:14.738 * Background RDB transfer started by pid 1393 to replica socket 1393:C 12 Feb 2026 04:20:14.742 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 0 MB 1:M 12 Feb 2026 04:20:14.761 * Synchronization with replica redis-anywdl-redis-2.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 succeeded 1:M 12 Feb 2026 04:20:14.768 * Connection with replica (rdbchannel) 10.244.5.70:6379 lost. 1:M 12 Feb 2026 04:20:14.839 * Background RDB transfer terminated with success 1:M 12 Feb 2026 04:20:30.434 * Connection with replica redis-anywdl-redis-0.redis-anywdl-redis-headless.ns-dldbu.svc.cluster.local:6379 lost. delete cluster redis-anywdl  `kbcli cluster delete redis-anywdl --auto-approve --namespace ns-dldbu `(B  pod_info:redis-anywdl-redis-1 4/4 Running 0 18m redis-anywdl-redis-2 4/4 Running 0 4m50s redis-anywdl-redis-sentinel-0 2/2 Running 0 30m redis-anywdl-redis-sentinel-1 2/2 Running 0 30m redis-anywdl-redis-sentinel-2 2/2 Running 0 30m Cluster redis-anywdl deleted delete cluster pod done(B check cluster resource non-exist OK: pvc(B delete cluster done(B Redis Test Suite All Done!(B Test Engine: redis Test Type: 5 --------------------------------------Redis 8.2.3 (Topology = replication Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=replication;ComponentDefinition=redis-8-1.0.2;ComponentVersion=redis;ServiceVersion=8.2.3;]|[Description=Create a cluster with the specified topology replication with the specified component definition redis-8-1.0.2 and component version redis and service version 8.2.3](B [PASSED]|[Connect]|[ComponentName=redis]|[Description=Connect to the cluster](B [PASSED]|[AddData]|[Values=iamly]|[Description=Add data to the cluster](B [PASSED]|[CheckAddDataReadonly]|[Values=iamly;Role=Readonly]|[Description=Add data to the cluster readonly](B [PASSED]|[Reconfiguring]|[ComponentName=redis;maxclients=10001]|[Description=Reconfiguring the cluster specify component redis set maxclients=10001](B [FAILED]|[Restart]|[-]|[Description=Restart the cluster](B [PASSED]|[Failover]|[HA=Delete Pod;ComponentName=redis]|[Description=Simulates conditions where pods terminating forced/graceful thereby testing deployment sanity (replica availability & uninterrupted service) and recovery workflow of the application.](B [PASSED]|[Bench]|[ComponentName=redis]|[Description=Bench the cluster service with redis component](B [PASSED]|[Failover]|[HA=Kill 1;ComponentName=redis]|[Description=Simulates conditions where process 1 killed either due to expected/undesired processes thereby testing the application's resilience to unavailability of some replicas due to abnormal termination signals.](B [PASSED]|[HorizontalScaling Out]|[ComponentName=redis]|[Description=HorizontalScaling Out the cluster specify component redis](B [PASSED]|[HorizontalScaling In]|[ComponentName=redis]|[Description=HorizontalScaling In the cluster specify component redis](B [PASSED]|[Stop]|[-]|[Description=Stop the cluster](B [PASSED]|[Start]|[-]|[Description=Start the cluster](B [PASSED]|[Update]|[Monitor=true]|[Description=Update the cluster Monitor enable](B [PASSED]|[NoFailover]|[HA=Connection Stress;ComponentName=redis]|[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=redis]|[Description=VerticalScaling the cluster specify component redis](B [PASSED]|[VolumeExpansion]|[ComponentName=redis]|[Description=VolumeExpansion the cluster specify component redis](B [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut](B [PASSED]|[Backup]|[BackupMethod=datafile]|[Description=The cluster datafile Backup](B [PASSED]|[Restore]|[BackupMethod=datafile]|[Description=The cluster datafile Restore](B [PASSED]|[Connect]|[ComponentName=redis]|[Description=Connect to the cluster](B [PASSED]|[Delete Restore Cluster]|[BackupMethod=datafile]|[Description=Delete the datafile restore cluster](B [PASSED]|[RebuildInstance]|[ComponentName=redis]|[Description=Rebuild the cluster instance specify component redis](B [PASSED]|[Reconfiguring]|[ComponentName=redis;aof-timestamp-enabled=yes]|[Description=Reconfiguring the cluster specify component redis set aof-timestamp-enabled=yes](B [PASSED]|[Restore To Time]|[BackupMethod=aof]|[Description=The cluster aof Restore To Time](B [PASSED]|[Connect]|[ComponentName=redis]|[Description=Connect to the cluster](B [PASSED]|[Delete Restore Cluster]|[BackupMethod=aof]|[Description=Delete the aof restore cluster](B [PASSED]|[Delete]|[-]|[Description=Delete the cluster](B [END]