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.4 --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-lajyt `(B   `kubectl create namespace ns-lajyt`(B  namespace/ns-lajyt created create namespace ns-lajyt 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-cluster-7-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.4.0 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-sentinel-6-1.0.2 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 CLUSTER_NAME:redis-hwbnuo 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-hwbnuo namespace: ns-lajyt spec: clusterDef: redis topology: replication terminationPolicy: WipeOut componentSpecs: - name: redis serviceVersion: 8.4.0 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.4.0 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-hwbnuo.yaml`(B  cluster.apps.kubeblocks.io/redis-hwbnuo created apply test_create_redis-hwbnuo.yaml Success(B  `rm -rf test_create_redis-hwbnuo.yaml`(B  check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt 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 cluster_status:Updating(B check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:13 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:14 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo 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 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo 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-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo 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 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-0;secondary(B: redis-hwbnuo-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check pod redis-hwbnuo-redis-0 container_name redis exist password Zjzz22672f(B check pod redis-hwbnuo-redis-0 container_name metrics exist password Zjzz22672f(B check pod redis-hwbnuo-redis-0 container_name kbagent exist password Zjzz22672f(B check pod redis-hwbnuo-redis-0 container_name config-manager exist password Zjzz22672f(B No container logs contain secret password.(B describe cluster  `kbcli cluster describe redis-hwbnuo --namespace ns-lajyt `(B  Name: redis-hwbnuo Created Time: Feb 12,2026 11:12 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-lajyt redis replication Running WipeOut Endpoints: COMPONENT INTERNAL EXTERNAL redis redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local:6379 redis-sentinel redis-hwbnuo-redis-sentinel-redis-sentinel.ns-lajyt.svc.cluster.local:26379 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME redis 8.4.0 redis-hwbnuo-redis-0 primary Running 0 aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:13 UTC+0800 redis 8.4.0 redis-hwbnuo-redis-1 secondary Running 0 aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:14 UTC+0800 redis-sentinel 8.4.0 redis-hwbnuo-redis-sentinel-0 Running 0 aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:12 UTC+0800 redis-sentinel 8.4.0 redis-hwbnuo-redis-sentinel-1 Running 0 aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:12 UTC+0800 redis-sentinel 8.4.0 redis-hwbnuo-redis-sentinel-2 Running 0 aks-cicdamdpool-14916756-vmss000005/10.224.0.10 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.4.0 docker.io/apecloud/agamotto:0.1.2-beta.1 redis-sentinel redis-sentinel-8-1.0.2 docker.io/apecloud/redis:8.4.0 Data Protection: BACKUP-REPO AUTO-BACKUP BACKUP-SCHEDULE BACKUP-METHOD BACKUP-RETENTION RECOVERABLE-TIME Show cluster events: kbcli cluster list-events -n ns-lajyt redis-hwbnuo  `kbcli cluster label redis-hwbnuo app.kubernetes.io/instance- --namespace ns-lajyt `(B  label "app.kubernetes.io/instance" not found.  `kbcli cluster label redis-hwbnuo app.kubernetes.io/instance=redis-hwbnuo --namespace ns-lajyt `(B   `kbcli cluster label redis-hwbnuo --list --namespace ns-lajyt `(B  NAME NAMESPACE LABELS redis-hwbnuo ns-lajyt app.kubernetes.io/instance=redis-hwbnuo clusterdefinition.kubeblocks.io/name=redis label cluster app.kubernetes.io/instance=redis-hwbnuo Success(B  `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=redis-hwbnuo --namespace ns-lajyt `(B   `kbcli cluster label redis-hwbnuo --list --namespace ns-lajyt `(B  NAME NAMESPACE LABELS redis-hwbnuo ns-lajyt app.kubernetes.io/instance=redis-hwbnuo case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=redis label cluster case.name=kbcli.test1 Success(B  `kbcli cluster label redis-hwbnuo case.name=kbcli.test2 --overwrite --namespace ns-lajyt `(B   `kbcli cluster label redis-hwbnuo --list --namespace ns-lajyt `(B  NAME NAMESPACE LABELS redis-hwbnuo ns-lajyt app.kubernetes.io/instance=redis-hwbnuo case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=redis label cluster case.name=kbcli.test2 Success(B  `kbcli cluster label redis-hwbnuo case.name- --namespace ns-lajyt `(B   `kbcli cluster label redis-hwbnuo --list --namespace ns-lajyt `(B  NAME NAMESPACE LABELS redis-hwbnuo ns-lajyt app.kubernetes.io/instance=redis-hwbnuo clusterdefinition.kubeblocks.io/name=redis delete cluster label case.name Success(B cluster connect  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B # Server redis_version:8.4.0 redis_git_sha1:00000000 redis_git_dirty:1 redis_build_id:ce359f33652d9042 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:d9f6fb4e89e88b7cb986ab5b3fd6d2abc0839e55 tcp_port:6379 server_time_usec:1770866180713688 uptime_in_seconds:101 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:9258500 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-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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-hwbnuo --namespace ns-lajyt `(B   `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B apiVersion: v1 kind: Pod metadata: name: test-db-client-executionloop-redis-hwbnuo namespace: ns-lajyt spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local" - "--user" - "default" - "--password" - "Zjzz22672f" - "--port" - "6379" - "--dbtype" - "redis" - "--test" - "executionloop" - "--duration" - "60" - "--interval" - "1" restartPolicy: Never  `kubectl apply -f test-db-client-executionloop-redis-hwbnuo.yaml`(B  pod/test-db-client-executionloop-redis-hwbnuo created apply test-db-client-executionloop-redis-hwbnuo.yaml Success(B  `rm -rf test-db-client-executionloop-redis-hwbnuo.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 5s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 9s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 14s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 19s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 24s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 29s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 34s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 50s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 55s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 1/1 Running 0 60s(B check pod test-db-client-executionloop-redis-hwbnuo status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-executionloop-redis-hwbnuo 0/1 Completed 0 65s(B check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:13 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:14 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo 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 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo 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-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo 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 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-0;secondary(B: redis-hwbnuo-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash`(B  check cluster connect done(B --host redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local --user default --password Zjzz22672f --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: 371 successful: 371 failed: 0 disconnect: 0 [ 2s ] executions total: 781 successful: 781 failed: 0 disconnect: 0 [2026-02-12 03:16:28.613] Connection error occurred! [ 3s ] executions total: 801 successful: 800 failed: 1 disconnect: 1 [2026-02-12 03:16:28.613] Connection error occurred! [2026-02-12 03:16:29.615] Connection successfully recovered! The connection was restored in 1002 milliseconds. [ 4s ] executions total: 802 successful: 801 failed: 1 disconnect: 1 [ 5s ] executions total: 1256 successful: 1255 failed: 1 disconnect: 1 [2026-02-12 03:16:34.419] Connection error occurred! [ 6s ] executions total: 1602 successful: 1600 failed: 2 disconnect: 2 [2026-02-12 03:16:34.419] Connection error occurred! [2026-02-12 03:16:35.421] Connection successfully recovered! The connection was restored in 1002 milliseconds. [ 7s ] executions total: 1603 successful: 1601 failed: 2 disconnect: 2 [ 8s ] executions total: 2044 successful: 2042 failed: 2 disconnect: 2 [ 9s ] executions total: 2388 successful: 2386 failed: 2 disconnect: 2 [2026-02-12 03:16:40.512] Connection error occurred! [ 10s ] executions total: 2403 successful: 2400 failed: 3 disconnect: 3 [2026-02-12 03:16:40.512] Connection error occurred! [2026-02-12 03:16:41.514] Connection successfully recovered! The connection was restored in 1002 milliseconds. [ 11s ] executions total: 2404 successful: 2401 failed: 3 disconnect: 3 [ 12s ] executions total: 2695 successful: 2692 failed: 3 disconnect: 3 [ 13s ] executions total: 3116 successful: 3113 failed: 3 disconnect: 3 [2026-02-12 03:16:46.713] Connection error occurred! [ 14s ] executions total: 3204 successful: 3200 failed: 4 disconnect: 4 [2026-02-12 03:16:46.713] Connection error occurred! [2026-02-12 03:16:47.715] Connection successfully recovered! The connection was restored in 1002 milliseconds. [ 15s ] executions total: 3205 successful: 3201 failed: 4 disconnect: 4 [ 16s ] executions total: 3662 successful: 3658 failed: 4 disconnect: 4 [2026-02-12 03:16:52.613] Connection error occurred! [ 17s ] executions total: 4005 successful: 4000 failed: 5 disconnect: 5 [2026-02-12 03:16:52.613] Connection error occurred! [2026-02-12 03:16:53.615] Connection successfully recovered! The connection was restored in 1002 milliseconds. [ 18s ] executions total: 4006 successful: 4001 failed: 5 disconnect: 5 [ 19s ] executions total: 4417 successful: 4412 failed: 5 disconnect: 5 [ 20s ] executions total: 4795 successful: 4790 failed: 5 disconnect: 5 [2026-02-12 03:16:58.705] Connection error occurred! [ 21s ] executions total: 4806 successful: 4800 failed: 6 disconnect: 6 [2026-02-12 03:16:58.705] Connection error occurred! [2026-02-12 03:16:59.707] Connection successfully recovered! The connection was restored in 1002 milliseconds. [ 22s ] executions total: 4807 successful: 4801 failed: 6 disconnect: 6 [ 23s ] executions total: 5188 successful: 5182 failed: 6 disconnect: 6 [ 24s ] executions total: 5544 successful: 5538 failed: 6 disconnect: 6 [2026-02-12 03:17:04.817] Connection error occurred! [ 25s ] executions total: 5607 successful: 5600 failed: 7 disconnect: 7 [2026-02-12 03:17:04.817] Connection error occurred! [2026-02-12 03:17:05.819] Connection successfully recovered! The connection was restored in 1002 milliseconds. [ 26s ] executions total: 5608 successful: 5601 failed: 7 disconnect: 7 [ 27s ] executions total: 5938 successful: 5931 failed: 7 disconnect: 7 [ 28s ] executions total: 6287 successful: 6280 failed: 7 disconnect: 7 [2026-02-12 03:17:11.214] Connection error occurred! [ 29s ] executions total: 6408 successful: 6400 failed: 8 disconnect: 8 [2026-02-12 03:17:11.214] Connection error occurred! [2026-02-12 03:17:12.216] Connection successfully recovered! The connection was restored in 1002 milliseconds. [ 30s ] executions total: 6409 successful: 6401 failed: 8 disconnect: 8 [ 31s ] executions total: 6773 successful: 6765 failed: 8 disconnect: 8 [ 32s ] executions total: 7147 successful: 7139 failed: 8 disconnect: 8 [2026-02-12 03:17:17.505] Connection error occurred! [ 33s ] executions total: 7209 successful: 7200 failed: 9 disconnect: 9 [2026-02-12 03:17:17.505] Connection error occurred! [2026-02-12 03:17:18.507] Connection successfully recovered! The connection was restored in 1002 milliseconds. [ 34s ] executions total: 7210 successful: 7201 failed: 9 disconnect: 9 [ 35s ] executions total: 7591 successful: 7582 failed: 9 disconnect: 9 [ 36s ] executions total: 7968 successful: 7959 failed: 9 disconnect: 9 [2026-02-12 03:17:23.613] Connection error occurred! [ 60s ] executions total: 8010 successful: 8000 failed: 10 disconnect: 10 Test Result: Total Executions: 8010 Successful Executions: 8000 Failed Executions: 10 Disconnection Counts: 10 Connection Information: Database Type: redis Host: redis-hwbnuo-redis-redis.ns-lajyt.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: 8000  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge pods test-db-client-executionloop-redis-hwbnuo --namespace ns-lajyt `(B  pod/test-db-client-executionloop-redis-hwbnuo patched (no change) pod "test-db-client-executionloop-redis-hwbnuo" force deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo 'echo "set mykey \"yccpg\"" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash`(B  OK add consistent data yccpg Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo 'echo "set mykey \"yccpg\"" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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 does not need to check monitor currently check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:13 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:14 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo 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 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo 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-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo 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 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-0;secondary(B: redis-hwbnuo-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash`(B  check cluster connect done(B get redis-sentinel replicas test failover (B check cluster status before cluster-failover- check cluster status done(B cluster_status:Running(B delete pod:redis-hwbnuo-redis-0  `kubectl delete pod redis-hwbnuo-redis-0 --force --namespace ns-lajyt `(B  pod "redis-hwbnuo-redis-0" force deleted check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Pending 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/ Feb 12,2026 11:17 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:14 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo 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 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo 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-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo 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 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-hwbnuo yaml--------------------------------------  `kubectl get cluster redis-hwbnuo -o yaml --namespace ns-lajyt `(B  apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubectl.kubernetes.io/last-applied-configuration: | {"apiVersion":"apps.kubeblocks.io/v1","kind":"Cluster","metadata":{"annotations":{},"name":"redis-hwbnuo","namespace":"ns-lajyt"},"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.4.0","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.4.0","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: 2 labels: app.kubernetes.io/instance: redis-hwbnuo clusterdefinition.kubeblocks.io/name: redis name: redis-hwbnuo namespace: ns-lajyt resourceVersion: "142134" uid: d6210ade-430e-486a-ac98-d892ea05c86b spec: clusterDef: redis componentSpecs: - 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.4.0 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi - 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.4.0 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi terminationPolicy: WipeOut topology: replication status: components: redis: observedGeneration: 2 phase: Updating upToDate: true redis-sentinel: observedGeneration: 2 phase: Running upToDate: true conditions: - lastTransitionTime: "2026-02-12T03:12:57Z" message: 'The operator has started the provisioning of Cluster: redis-hwbnuo' observedGeneration: 2 reason: PreCheckSucceed status: "True" type: ProvisioningStarted - lastTransitionTime: "2026-02-12T03:12:57Z" message: Successfully applied for resources observedGeneration: 2 reason: ApplyResourcesSucceed status: "True" type: ApplyResources - lastTransitionTime: "2026-02-12T03:15:51Z" message: cluster redis-hwbnuo is ready reason: ClusterReady status: "True" type: Ready observedGeneration: 2 phase: Updating ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe cluster redis-hwbnuo--------------------------------------  `kubectl describe cluster redis-hwbnuo --namespace ns-lajyt `(B  Name: redis-hwbnuo Namespace: ns-lajyt Labels: app.kubernetes.io/instance=redis-hwbnuo clusterdefinition.kubeblocks.io/name=redis Annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 API Version: apps.kubeblocks.io/v1 Kind: Cluster Metadata: Creation Timestamp: 2026-02-12T03:12:57Z Finalizers: cluster.kubeblocks.io/finalizer Generation: 2 Resource Version: 142134 UID: d6210ade-430e-486a-ac98-d892ea05c86b Spec: Cluster Def: redis Component Specs: 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.4.0 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 1Gi 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.4.0 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 1Gi Termination Policy: WipeOut Topology: replication Status: Components: Redis: Observed Generation: 2 Phase: Updating Up To Date: true Redis - Sentinel: Observed Generation: 2 Phase: Running Up To Date: true Conditions: Last Transition Time: 2026-02-12T03:12:57Z Message: The operator has started the provisioning of Cluster: redis-hwbnuo Observed Generation: 2 Reason: PreCheckSucceed Status: True Type: ProvisioningStarted Last Transition Time: 2026-02-12T03:12:57Z Message: Successfully applied for resources Observed Generation: 2 Reason: ApplyResourcesSucceed Status: True Type: ApplyResources Last Transition Time: 2026-02-12T03:15:51Z Message: cluster redis-hwbnuo is ready Reason: ClusterReady Status: True Type: Ready Observed Generation: 2 Phase: Updating Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal PreCheckSucceed 12m (x2 over 12m) cluster-controller The operator has started the provisioning of Cluster: redis-hwbnuo Normal ApplyResourcesSucceed 12m (x2 over 12m) cluster-controller Successfully applied for resources Normal ClusterComponentPhaseTransition 11m (x5 over 12m) cluster-controller cluster component redis-sentinel is Creating Normal ClusterComponentPhaseTransition 9m22s (x12 over 11m) cluster-controller cluster component redis-sentinel is Running Normal ClusterComponentPhaseTransition 9m22s (x4 over 11m) cluster-controller cluster component redis is Creating ------------------------------------------------------------------------------------------------------------------ --------------------------------------get pod redis-hwbnuo-redis-0 redis-hwbnuo-redis-1 redis-hwbnuo-redis-sentinel-0 redis-hwbnuo-redis-sentinel-1 redis-hwbnuo-redis-sentinel-2 yaml--------------------------------------  `kubectl get pod redis-hwbnuo-redis-0 -o yaml --namespace ns-lajyt `(B  apiVersion: v1 kind: Pod metadata: creationTimestamp: "2026-02-12T03:17:50Z" labels: app.kubernetes.io/component: redis-8-1.0.2 app.kubernetes.io/instance: redis-hwbnuo app.kubernetes.io/managed-by: kubeblocks apps.kubeblocks.io/component-name: redis apps.kubeblocks.io/pod-name: redis-hwbnuo-redis-0 apps.kubeblocks.io/release-phase: stable apps.kubeblocks.io/service-version: 8.4.0 controller-revision-hash: 69dc4fcc9b workloads.kubeblocks.io/instance: redis-hwbnuo-redis workloads.kubeblocks.io/managed-by: InstanceSet name: redis-hwbnuo-redis-0 namespace: ns-lajyt ownerReferences: - apiVersion: workloads.kubeblocks.io/v1 blockOwnerDeletion: true controller: true kind: InstanceSet name: redis-hwbnuo-redis uid: 8b9b38c7-4f5c-4f58-9ea6-9dcec4dd50b1 resourceVersion: "142120" uid: 20b35ed4-896a-475e-9e8b-60d1850c5967 spec: containers: - command: - /scripts/redis-start.sh env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-env optional: false image: docker.io/apecloud/redis:8.4.0 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-bff52 readOnly: true - command: - /bin/agamotto - --config=/opt/conf/metrics-config.yaml env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-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-bff52 readOnly: true - args: - --port - "3501" - --streaming-port - "3502" command: - /kubeblocks/kbagent env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis","action":"roleProbe","periodSeconds":1}]' envFrom: - configMapRef: name: redis-hwbnuo-redis-env optional: false image: docker.io/apecloud/redis:8.4.0 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-bff52 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-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-env optional: false image: docker.io/apecloud/redis:8.4.0 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-bff52 readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostname: redis-hwbnuo-redis-0 initContainers: - command: - cp - -r - /bin/dbctl - /config - /tools/ env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-sentinel-account-default envFrom: - configMapRef: name: redis-hwbnuo-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-bff52 readOnly: true - command: - cp - -r - /bin/kbagent - /kubeblocks/ env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-sentinel-account-default envFrom: - configMapRef: name: redis-hwbnuo-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-bff52 readOnly: true - args: - --server=false command: - /kubeblocks/kbagent env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis","action":"roleProbe","periodSeconds":1}]' envFrom: - configMapRef: name: redis-hwbnuo-redis-env optional: false image: docker.io/apecloud/redis:8.4.0 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-bff52 readOnly: true - command: - cp - /bin/reloader - /kb_tools env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-sentinel-account-default envFrom: - configMapRef: name: redis-hwbnuo-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-bff52 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-hwbnuo-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-hwbnuo-redis-0 - emptyDir: {} name: redis-conf - emptyDir: {} name: tools - emptyDir: {} name: kubeblocks - configMap: defaultMode: 292 name: redis-hwbnuo-redis-redis-replication-config name: redis-config - configMap: defaultMode: 292 name: redis-hwbnuo-redis-redis-metrics-config name: redis-metrics-config - configMap: defaultMode: 365 name: redis-hwbnuo-redis-redis-scripts name: scripts - configMap: defaultMode: 493 name: sidecar-redis-reload-tools-script-redis-hwbnuo name: cm-script-redis-replication-config - configMap: defaultMode: 493 name: sidecar-redis-hwbnuo-redis-config-manager-config name: config-manager-config - emptyDir: {} name: kb-tools - name: kube-api-access-bff52 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:50Z" status: "False" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-02-12T03:17:50Z" 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:17:50Z" message: 'containers with unready status: [redis metrics kbagent config-manager]' reason: ContainersNotReady status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2026-02-12T03:17:50Z" message: 'containers with unready status: [redis metrics kbagent config-manager]' reason: ContainersNotReady status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-02-12T03:17:50Z" status: "True" type: PodScheduled containerStatuses: - image: docker.io/apecloud/redis:8.4.0 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-bff52 readOnly: true recursiveReadOnly: Disabled - image: docker.io/apecloud/redis:8.4.0 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-bff52 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-bff52 readOnly: true recursiveReadOnly: Disabled - image: docker.io/apecloud/redis:8.4.0 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-bff52 readOnly: true recursiveReadOnly: Disabled hostIP: 10.224.0.10 hostIPs: - ip: 10.224.0.10 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-bff52 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-bff52 readOnly: true recursiveReadOnly: Disabled - image: docker.io/apecloud/redis:8.4.0 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-bff52 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-bff52 readOnly: true recursiveReadOnly: Disabled phase: Pending qosClass: Burstable startTime: "2026-02-12T03:17:50Z" ------------------------------------------------------------------------------------------------------------------  `kubectl get pod redis-hwbnuo-redis-1 -o yaml --namespace ns-lajyt `(B  apiVersion: v1 kind: Pod metadata: annotations: apps.kubeblocks.io/last-role-snapshot-version: "1770866291403043" creationTimestamp: "2026-02-12T03:14:49Z" labels: app.kubernetes.io/component: redis-8-1.0.2 app.kubernetes.io/instance: redis-hwbnuo app.kubernetes.io/managed-by: kubeblocks apps.kubeblocks.io/component-name: redis apps.kubeblocks.io/pod-name: redis-hwbnuo-redis-1 apps.kubeblocks.io/release-phase: stable apps.kubeblocks.io/service-version: 8.4.0 controller-revision-hash: 69dc4fcc9b kubeblocks.io/role: primary workloads.kubeblocks.io/instance: redis-hwbnuo-redis workloads.kubeblocks.io/managed-by: InstanceSet name: redis-hwbnuo-redis-1 namespace: ns-lajyt ownerReferences: - apiVersion: workloads.kubeblocks.io/v1 blockOwnerDeletion: true controller: true kind: InstanceSet name: redis-hwbnuo-redis uid: 8b9b38c7-4f5c-4f58-9ea6-9dcec4dd50b1 resourceVersion: "142516" uid: 38d2272a-a1ca-41ae-8eb7-cf16cc02efb8 spec: containers: - command: - /scripts/redis-start.sh env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-env optional: false image: docker.io/apecloud/redis:8.4.0 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-gz7hs readOnly: true - command: - /bin/agamotto - --config=/opt/conf/metrics-config.yaml env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-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-gz7hs readOnly: true - args: - --port - "3501" - --streaming-port - "3502" command: - /kubeblocks/kbagent env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis","action":"roleProbe","periodSeconds":1}]' envFrom: - configMapRef: name: redis-hwbnuo-redis-env optional: false image: docker.io/apecloud/redis:8.4.0 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-gz7hs 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-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-env optional: false image: docker.io/apecloud/redis:8.4.0 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-gz7hs readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostname: redis-hwbnuo-redis-1 initContainers: - command: - cp - -r - /bin/dbctl - /config - /tools/ env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-sentinel-account-default envFrom: - configMapRef: name: redis-hwbnuo-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-gz7hs readOnly: true - command: - cp - -r - /bin/kbagent - /kubeblocks/ env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-sentinel-account-default envFrom: - configMapRef: name: redis-hwbnuo-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-gz7hs readOnly: true - args: - --server=false command: - /kubeblocks/kbagent env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis","action":"roleProbe","periodSeconds":1}]' envFrom: - configMapRef: name: redis-hwbnuo-redis-env optional: false image: docker.io/apecloud/redis:8.4.0 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-gz7hs readOnly: true - command: - cp - /bin/reloader - /kb_tools env: - name: REDIS_DEFAULT_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-account-default - name: REDIS_DEFAULT_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_REPL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: REDIS_SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-account-default - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-sentinel-account-default envFrom: - configMapRef: name: redis-hwbnuo-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-gz7hs readOnly: true nodeName: aks-cicdamdpool-14916756-vmss000000 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-hwbnuo-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-hwbnuo-redis-1 - emptyDir: {} name: redis-conf - emptyDir: {} name: tools - emptyDir: {} name: kubeblocks - configMap: defaultMode: 292 name: redis-hwbnuo-redis-redis-replication-config name: redis-config - configMap: defaultMode: 292 name: redis-hwbnuo-redis-redis-metrics-config name: redis-metrics-config - configMap: defaultMode: 365 name: redis-hwbnuo-redis-redis-scripts name: scripts - configMap: defaultMode: 493 name: sidecar-redis-reload-tools-script-redis-hwbnuo name: cm-script-redis-replication-config - configMap: defaultMode: 493 name: sidecar-redis-hwbnuo-redis-config-manager-config name: config-manager-config - emptyDir: {} name: kb-tools - name: kube-api-access-gz7hs 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:15:22Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-02-12T03:15:25Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-02-12T03:15:39Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-02-12T03:15:39Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-02-12T03:15:00Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://e082954ad420ee22b13013b2989baae603afb38b4dbd6f22777b363877b50e4b image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: config-manager ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:15:26Z" 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-gz7hs readOnly: true recursiveReadOnly: Disabled - containerID: containerd://70d72224a31a09d1ffff6d2472103c2066b8af891683a2bbf8502dcb2001e496 image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: kbagent ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:15:26Z" 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-gz7hs readOnly: true recursiveReadOnly: Disabled - containerID: containerd://ea1da611a349a88c81e69f193445403d343ab8312f49ee6e8a2b65c3f0df9729 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:15:26Z" volumeMounts: - mountPath: /opt/conf name: redis-metrics-config - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-gz7hs readOnly: true recursiveReadOnly: Disabled - containerID: containerd://069abc6e46df5469b57485a69cb616b6d1352c041db784988b67c9a2e4c5c4ba image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: redis ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:15:25Z" 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-gz7hs readOnly: true recursiveReadOnly: Disabled hostIP: 10.224.0.9 hostIPs: - ip: 10.224.0.9 initContainerStatuses: - containerID: containerd://f209b22ba2fcbb70ac615a26cbdbc02a4adb1fcc0cd0b4bba63936660e5c2d70 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://f209b22ba2fcbb70ac615a26cbdbc02a4adb1fcc0cd0b4bba63936660e5c2d70 exitCode: 0 finishedAt: "2026-02-12T03:15:21Z" reason: Completed startedAt: "2026-02-12T03:15:21Z" volumeMounts: - mountPath: /tools name: tools - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-gz7hs readOnly: true recursiveReadOnly: Disabled - containerID: containerd://b55191d2be71b716002d4d44a590a9c5cb3371c5845bfa0693a767297db6168e 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://b55191d2be71b716002d4d44a590a9c5cb3371c5845bfa0693a767297db6168e exitCode: 0 finishedAt: "2026-02-12T03:15:22Z" reason: Completed startedAt: "2026-02-12T03:15:22Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-gz7hs readOnly: true recursiveReadOnly: Disabled - containerID: containerd://84154e009999bb730e001ddc2981fdc021935cdc7779dc0068e899dba990210c image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: kbagent-worker ready: true restartCount: 0 started: false state: terminated: containerID: containerd://84154e009999bb730e001ddc2981fdc021935cdc7779dc0068e899dba990210c exitCode: 0 finishedAt: "2026-02-12T03:15:23Z" reason: Completed startedAt: "2026-02-12T03:15:23Z" 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-gz7hs readOnly: true recursiveReadOnly: Disabled - containerID: containerd://c72c0ffad0ec5c8febe5783eec523e5a3a6f00013a6931e5f58873a7fbcfdd98 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://c72c0ffad0ec5c8febe5783eec523e5a3a6f00013a6931e5f58873a7fbcfdd98 exitCode: 0 finishedAt: "2026-02-12T03:15:24Z" reason: Completed startedAt: "2026-02-12T03:15:24Z" 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-gz7hs readOnly: true recursiveReadOnly: Disabled phase: Running podIP: 10.244.4.121 podIPs: - ip: 10.244.4.121 qosClass: Burstable startTime: "2026-02-12T03:15:00Z" ------------------------------------------------------------------------------------------------------------------  `kubectl get pod redis-hwbnuo-redis-sentinel-0 -o yaml --namespace ns-lajyt `(B  apiVersion: v1 kind: Pod metadata: creationTimestamp: "2026-02-12T03:12:58Z" labels: app.kubernetes.io/component: redis-sentinel-8-1.0.2 app.kubernetes.io/instance: redis-hwbnuo app.kubernetes.io/managed-by: kubeblocks apps.kubeblocks.io/component-name: redis-sentinel apps.kubeblocks.io/pod-name: redis-hwbnuo-redis-sentinel-0 apps.kubeblocks.io/release-phase: stable apps.kubeblocks.io/service-version: 8.4.0 controller-revision-hash: 84db48f76d workloads.kubeblocks.io/instance: redis-hwbnuo-redis-sentinel workloads.kubeblocks.io/managed-by: InstanceSet name: redis-hwbnuo-redis-sentinel-0 namespace: ns-lajyt ownerReferences: - apiVersion: workloads.kubeblocks.io/v1 blockOwnerDeletion: true controller: true kind: InstanceSet name: redis-hwbnuo-redis-sentinel uid: 1344f1dd-30dd-4236-9ddf-7e89bc2f0c76 resourceVersion: "132937" uid: bbaf52bb-1ff1-4e59-a492-200b6605e493 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-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.4.0 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-9tn7t readOnly: true - args: - --port - "3501" - --streaming-port - "3502" command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.4.0 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-9tn7t readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostname: redis-hwbnuo-redis-sentinel-0 initContainers: - command: - cp - -r - /bin/kbagent - /kubeblocks/ env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-sentinel-account-default envFrom: - configMapRef: name: redis-hwbnuo-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-9tn7t readOnly: true - args: - --server=false command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.4.0 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-9tn7t 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-hwbnuo-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-hwbnuo-redis-sentinel-0 - emptyDir: {} name: kubeblocks - configMap: defaultMode: 365 name: redis-hwbnuo-redis-sentinel-redis-scripts name: scripts - name: kube-api-access-9tn7t 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:13:30Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-02-12T03:13:44Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-02-12T03:13:56Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-02-12T03:13:56Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-02-12T03:13:09Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://3d782aded85e40adfd674ef7f7276096d6649adf21e6048eef3c0ba5ae07c317 image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: kbagent ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:13:47Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-9tn7t readOnly: true recursiveReadOnly: Disabled - containerID: containerd://e27e70529a53daa927fbdf121fb737d825bae47505749cd22f7898f869dce164 image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: redis-sentinel ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:13:46Z" volumeMounts: - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-9tn7t readOnly: true recursiveReadOnly: Disabled hostIP: 10.224.0.9 hostIPs: - ip: 10.224.0.9 initContainerStatuses: - containerID: containerd://c3630e3018a0b7cb3cbaf33753d296c728763eb75386ce6d36d9d5ff4eec562d 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://c3630e3018a0b7cb3cbaf33753d296c728763eb75386ce6d36d9d5ff4eec562d exitCode: 0 finishedAt: "2026-02-12T03:13:30Z" reason: Completed startedAt: "2026-02-12T03:13:30Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-9tn7t readOnly: true recursiveReadOnly: Disabled - containerID: containerd://acc18df651402083f500dfdb863ff5ca4c3f09ec414e2f9a69272849fc2e33e6 image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: kbagent-worker ready: true restartCount: 0 started: false state: terminated: containerID: containerd://acc18df651402083f500dfdb863ff5ca4c3f09ec414e2f9a69272849fc2e33e6 exitCode: 0 finishedAt: "2026-02-12T03:13:37Z" reason: Completed startedAt: "2026-02-12T03:13:37Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-9tn7t readOnly: true recursiveReadOnly: Disabled phase: Running podIP: 10.244.4.51 podIPs: - ip: 10.244.4.51 qosClass: Burstable startTime: "2026-02-12T03:13:09Z" ------------------------------------------------------------------------------------------------------------------  `kubectl get pod redis-hwbnuo-redis-sentinel-1 -o yaml --namespace ns-lajyt `(B  apiVersion: v1 kind: Pod metadata: creationTimestamp: "2026-02-12T03:12:58Z" labels: app.kubernetes.io/component: redis-sentinel-8-1.0.2 app.kubernetes.io/instance: redis-hwbnuo app.kubernetes.io/managed-by: kubeblocks apps.kubeblocks.io/component-name: redis-sentinel apps.kubeblocks.io/pod-name: redis-hwbnuo-redis-sentinel-1 apps.kubeblocks.io/release-phase: stable apps.kubeblocks.io/service-version: 8.4.0 controller-revision-hash: 84db48f76d workloads.kubeblocks.io/instance: redis-hwbnuo-redis-sentinel workloads.kubeblocks.io/managed-by: InstanceSet name: redis-hwbnuo-redis-sentinel-1 namespace: ns-lajyt ownerReferences: - apiVersion: workloads.kubeblocks.io/v1 blockOwnerDeletion: true controller: true kind: InstanceSet name: redis-hwbnuo-redis-sentinel uid: 1344f1dd-30dd-4236-9ddf-7e89bc2f0c76 resourceVersion: "131581" uid: 3dda9314-5871-433a-b35c-e8d508df47bf 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-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.4.0 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-8h7dh readOnly: true - args: - --port - "3501" - --streaming-port - "3502" command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.4.0 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-8h7dh readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostname: redis-hwbnuo-redis-sentinel-1 initContainers: - command: - cp - -r - /bin/kbagent - /kubeblocks/ env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-sentinel-account-default envFrom: - configMapRef: name: redis-hwbnuo-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-8h7dh readOnly: true - args: - --server=false command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.4.0 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-8h7dh 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-hwbnuo-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-hwbnuo-redis-sentinel-1 - emptyDir: {} name: kubeblocks - configMap: defaultMode: 365 name: redis-hwbnuo-redis-sentinel-redis-scripts name: scripts - name: kube-api-access-8h7dh 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:13:15Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-02-12T03:13:20Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-02-12T03:13:34Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-02-12T03:13:34Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-02-12T03:12:59Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://301aae55af6d5d751aa46f6cc34e06a942304308b23eae6e49e096043fcf3162 image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: kbagent ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:13:21Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-8h7dh readOnly: true recursiveReadOnly: Disabled - containerID: containerd://149148a5702ffe30a467673a1c4cc06b627d8942031939b8fb7e2294a493dea3 image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: redis-sentinel ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:13:20Z" volumeMounts: - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-8h7dh readOnly: true recursiveReadOnly: Disabled hostIP: 10.224.0.8 hostIPs: - ip: 10.224.0.8 initContainerStatuses: - containerID: containerd://95eee4fb6157f23048a8f8270232f6de33813287bea1ac958ce99f5667b1d90e 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://95eee4fb6157f23048a8f8270232f6de33813287bea1ac958ce99f5667b1d90e exitCode: 0 finishedAt: "2026-02-12T03:13:15Z" reason: Completed startedAt: "2026-02-12T03:13:14Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-8h7dh readOnly: true recursiveReadOnly: Disabled - containerID: containerd://cf0188298714f7e1f46c2171e0fcead6b4877d936de5ea3f027b0d2a94d4e1f4 image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: kbagent-worker ready: true restartCount: 0 started: false state: terminated: containerID: containerd://cf0188298714f7e1f46c2171e0fcead6b4877d936de5ea3f027b0d2a94d4e1f4 exitCode: 0 finishedAt: "2026-02-12T03:13:19Z" reason: Completed startedAt: "2026-02-12T03:13:19Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-8h7dh readOnly: true recursiveReadOnly: Disabled phase: Running podIP: 10.244.6.197 podIPs: - ip: 10.244.6.197 qosClass: Burstable startTime: "2026-02-12T03:12:59Z" ------------------------------------------------------------------------------------------------------------------  `kubectl get pod redis-hwbnuo-redis-sentinel-2 -o yaml --namespace ns-lajyt `(B  apiVersion: v1 kind: Pod metadata: creationTimestamp: "2026-02-12T03:12:58Z" labels: app.kubernetes.io/component: redis-sentinel-8-1.0.2 app.kubernetes.io/instance: redis-hwbnuo app.kubernetes.io/managed-by: kubeblocks apps.kubeblocks.io/component-name: redis-sentinel apps.kubeblocks.io/pod-name: redis-hwbnuo-redis-sentinel-2 apps.kubeblocks.io/release-phase: stable apps.kubeblocks.io/service-version: 8.4.0 controller-revision-hash: 84db48f76d workloads.kubeblocks.io/instance: redis-hwbnuo-redis-sentinel workloads.kubeblocks.io/managed-by: InstanceSet name: redis-hwbnuo-redis-sentinel-2 namespace: ns-lajyt ownerReferences: - apiVersion: workloads.kubeblocks.io/v1 blockOwnerDeletion: true controller: true kind: InstanceSet name: redis-hwbnuo-redis-sentinel uid: 1344f1dd-30dd-4236-9ddf-7e89bc2f0c76 resourceVersion: "131520" uid: a22fe518-0d67-409c-9940-f8d8a0085f37 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-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.4.0 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-k4r5s readOnly: true - args: - --port - "3501" - --streaming-port - "3502" command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.4.0 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-k4r5s readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true hostname: redis-hwbnuo-redis-sentinel-2 initContainers: - command: - cp - -r - /bin/kbagent - /kubeblocks/ env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-redis-sentinel-account-default envFrom: - configMapRef: name: redis-hwbnuo-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-k4r5s readOnly: true - args: - --server=false command: - /kubeblocks/kbagent env: - name: SENTINEL_USER valueFrom: secretKeyRef: key: username name: redis-hwbnuo-redis-sentinel-account-default - name: SENTINEL_PASSWORD valueFrom: secretKeyRef: key: password name: redis-hwbnuo-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-hwbnuo-redis-sentinel-env optional: false image: docker.io/apecloud/redis:8.4.0 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-k4r5s 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-hwbnuo-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-hwbnuo-redis-sentinel-2 - emptyDir: {} name: kubeblocks - configMap: defaultMode: 365 name: redis-hwbnuo-redis-sentinel-redis-scripts name: scripts - name: kube-api-access-k4r5s 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:13:12Z" status: "True" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2026-02-12T03:13:19Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2026-02-12T03:13:32Z" status: "True" type: Ready - lastProbeTime: null lastTransitionTime: "2026-02-12T03:13:32Z" status: "True" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2026-02-12T03:13:00Z" status: "True" type: PodScheduled containerStatuses: - containerID: containerd://91372953cf150a2eb2cd4675b8aca129cb5ea92a80bd7cdba69785e6995e4256 image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: kbagent ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:13:20Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-k4r5s readOnly: true recursiveReadOnly: Disabled - containerID: containerd://fba24039e33faf304a1191ecf903ba9867043bddda0f74a3f473f5f9733d281a image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: redis-sentinel ready: true restartCount: 0 started: true state: running: startedAt: "2026-02-12T03:13:19Z" volumeMounts: - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-k4r5s readOnly: true recursiveReadOnly: Disabled hostIP: 10.224.0.10 hostIPs: - ip: 10.224.0.10 initContainerStatuses: - containerID: containerd://b8e180e0bd3d3a6b7923e3688f30c83a2743ac2f036957f8528f5b1a25c0a762 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://b8e180e0bd3d3a6b7923e3688f30c83a2743ac2f036957f8528f5b1a25c0a762 exitCode: 0 finishedAt: "2026-02-12T03:13:11Z" reason: Completed startedAt: "2026-02-12T03:13:11Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-k4r5s readOnly: true recursiveReadOnly: Disabled - containerID: containerd://0289722bb4c9895310b16e8f12f7aeeb95c69724ab8b78cb14cc8e69ada8c55c image: docker.io/apecloud/redis:8.4.0 imageID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 lastState: {} name: kbagent-worker ready: true restartCount: 0 started: false state: terminated: containerID: containerd://0289722bb4c9895310b16e8f12f7aeeb95c69724ab8b78cb14cc8e69ada8c55c exitCode: 0 finishedAt: "2026-02-12T03:13:15Z" reason: Completed startedAt: "2026-02-12T03:13:15Z" volumeMounts: - mountPath: /kubeblocks name: kubeblocks - mountPath: /data name: data - mountPath: /scripts name: scripts - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-k4r5s readOnly: true recursiveReadOnly: Disabled phase: Running podIP: 10.244.5.9 podIPs: - ip: 10.244.5.9 qosClass: Burstable startTime: "2026-02-12T03:13:00Z" ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe pod redis-hwbnuo-redis-0 redis-hwbnuo-redis-1 redis-hwbnuo-redis-sentinel-0 redis-hwbnuo-redis-sentinel-1 redis-hwbnuo-redis-sentinel-2--------------------------------------  `kubectl describe pod redis-hwbnuo-redis-0 --namespace ns-lajyt `(B  Name: redis-hwbnuo-redis-0 Namespace: ns-lajyt 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:50 +0800 Labels: app.kubernetes.io/component=redis-8-1.0.2 app.kubernetes.io/instance=redis-hwbnuo app.kubernetes.io/managed-by=kubeblocks apps.kubeblocks.io/component-name=redis apps.kubeblocks.io/pod-name=redis-hwbnuo-redis-0 apps.kubeblocks.io/release-phase=stable apps.kubeblocks.io/service-version=8.4.0 controller-revision-hash=69dc4fcc9b workloads.kubeblocks.io/instance=redis-hwbnuo-redis workloads.kubeblocks.io/managed-by=InstanceSet Annotations: Status: Pending IP: IPs: Controlled By: InstanceSet/redis-hwbnuo-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-hwbnuo-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-bff52 (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-hwbnuo-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-bff52 (ro) kbagent-worker: Container ID: Image: docker.io/apecloud/redis:8.4.0 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-hwbnuo-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-hwbnuo-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-lajyt (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-hwbnuo-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-hwbnuo-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-bff52 (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-hwbnuo-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-bff52 (ro) Containers: redis: Container ID: Image: docker.io/apecloud/redis:8.4.0 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-hwbnuo-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-hwbnuo-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-bff52 (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-hwbnuo-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-bff52 (ro) kbagent: Container ID: Image: docker.io/apecloud/redis:8.4.0 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-hwbnuo-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-hwbnuo-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-lajyt (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-hwbnuo-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-hwbnuo-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-bff52 (ro) config-manager: Container ID: Image: docker.io/apecloud/redis:8.4.0 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-hwbnuo-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-bff52 (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-hwbnuo-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-hwbnuo-redis-redis-replication-config Optional: false redis-metrics-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-hwbnuo-redis-redis-metrics-config Optional: false scripts: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-hwbnuo-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-hwbnuo Optional: false config-manager-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: sidecar-redis-hwbnuo-redis-config-manager-config Optional: false kb-tools: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: kube-api-access-bff52: 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 7m23s default-scheduler Successfully assigned ns-lajyt/redis-hwbnuo-redis-0 to aks-cicdamdpool-14916756-vmss000005 Warning FailedAttachVolume 7m23s attachdetach-controller Multi-Attach error for volume "pvc-96309852-ec65-414f-a5ca-4024d64276a5" Volume is already exclusively attached to one node and can't be attached to another Warning FailedAttachVolume 81s (x2 over 3m22s) attachdetach-controller AttachVolume.Attach failed for volume "pvc-96309852-ec65-414f-a5ca-4024d64276a5" : 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-96309852-ec65-414f-a5ca-4024d64276a5 ------------------------------------------------------------------------------------------------------------------  `kubectl describe pod redis-hwbnuo-redis-1 --namespace ns-lajyt `(B  Name: redis-hwbnuo-redis-1 Namespace: ns-lajyt Priority: 0 Service Account: kb-redis-8-1.0.2 Node: aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Start Time: Thu, 12 Feb 2026 11:15:00 +0800 Labels: app.kubernetes.io/component=redis-8-1.0.2 app.kubernetes.io/instance=redis-hwbnuo app.kubernetes.io/managed-by=kubeblocks apps.kubeblocks.io/component-name=redis apps.kubeblocks.io/pod-name=redis-hwbnuo-redis-1 apps.kubeblocks.io/release-phase=stable apps.kubeblocks.io/service-version=8.4.0 controller-revision-hash=69dc4fcc9b kubeblocks.io/role=primary workloads.kubeblocks.io/instance=redis-hwbnuo-redis workloads.kubeblocks.io/managed-by=InstanceSet Annotations: apps.kubeblocks.io/last-role-snapshot-version: 1770866291403043 Status: Running IP: 10.244.4.121 IPs: IP: 10.244.4.121 Controlled By: InstanceSet/redis-hwbnuo-redis Init Containers: init-dbctl: Container ID: containerd://f209b22ba2fcbb70ac615a26cbdbc02a4adb1fcc0cd0b4bba63936660e5c2d70 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:15:21 +0800 Finished: Thu, 12 Feb 2026 11:15:21 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-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-gz7hs (ro) init-kbagent: Container ID: containerd://b55191d2be71b716002d4d44a590a9c5cb3371c5845bfa0693a767297db6168e 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:15:22 +0800 Finished: Thu, 12 Feb 2026 11:15:22 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-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-gz7hs (ro) kbagent-worker: Container ID: containerd://84154e009999bb730e001ddc2981fdc021935cdc7779dc0068e899dba990210c Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 Port: Host Port: Command: /kubeblocks/kbagent Args: --server=false State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:15:23 +0800 Finished: Thu, 12 Feb 2026 11:15:23 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-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-hwbnuo-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-lajyt (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-hwbnuo-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-hwbnuo-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-gz7hs (ro) install-config-manager-tool: Container ID: containerd://c72c0ffad0ec5c8febe5783eec523e5a3a6f00013a6931e5f58873a7fbcfdd98 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:15:24 +0800 Finished: Thu, 12 Feb 2026 11:15:24 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-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-gz7hs (ro) Containers: redis: Container ID: containerd://069abc6e46df5469b57485a69cb616b6d1352c041db784988b67c9a2e4c5c4ba Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 Port: 6379/TCP Host Port: 0/TCP Command: /scripts/redis-start.sh State: Running Started: Thu, 12 Feb 2026 11:15:25 +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-hwbnuo-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-hwbnuo-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-gz7hs (ro) metrics: Container ID: containerd://ea1da611a349a88c81e69f193445403d343ab8312f49ee6e8a2b65c3f0df9729 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:15:26 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-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-gz7hs (ro) kbagent: Container ID: containerd://70d72224a31a09d1ffff6d2472103c2066b8af891683a2bbf8502dcb2001e496 Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 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:15:26 +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-hwbnuo-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-hwbnuo-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-lajyt (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-hwbnuo-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-hwbnuo-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-gz7hs (ro) config-manager: Container ID: containerd://e082954ad420ee22b13013b2989baae603afb38b4dbd6f22777b363877b50e4b Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 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:15:26 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-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-gz7hs (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-hwbnuo-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-hwbnuo-redis-redis-replication-config Optional: false redis-metrics-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-hwbnuo-redis-redis-metrics-config Optional: false scripts: Type: ConfigMap (a volume populated by a ConfigMap) Name: redis-hwbnuo-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-hwbnuo Optional: false config-manager-config: Type: ConfigMap (a volume populated by a ConfigMap) Name: sidecar-redis-hwbnuo-redis-config-manager-config Optional: false kb-tools: Type: EmptyDir (a temporary directory that shares a pod's lifetime) Medium: SizeLimit: kube-api-access-gz7hs: 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 10m default-scheduler Successfully assigned ns-lajyt/redis-hwbnuo-redis-1 to aks-cicdamdpool-14916756-vmss000000 Normal SuccessfulAttachVolume 9m54s attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-1c4808dc-fc7f-4f1e-b9a5-e77deb891f46" Normal Pulled 9m52s kubelet Container image "docker.io/apecloud/dbctl:0.1.8" already present on machine Normal Created 9m52s kubelet Created container: init-dbctl Normal Started 9m52s kubelet Started container init-dbctl Normal Pulled 9m51s kubelet Container image "docker.io/apecloud/kubeblocks-tools:1.0.2" already present on machine Normal Created 9m51s kubelet Created container: init-kbagent Normal Started 9m51s kubelet Started container init-kbagent Normal Pulled 9m50s kubelet Container image "docker.io/apecloud/redis:8.4.0" already present on machine Normal Created 9m50s kubelet Created container: kbagent-worker Normal Started 9m50s kubelet Started container kbagent-worker Normal Pulled 9m49s kubelet Container image "docker.io/apecloud/kubeblocks-tools:1.0.2" already present on machine Normal Created 9m49s kubelet Created container: install-config-manager-tool Normal Started 9m49s kubelet Started container install-config-manager-tool Normal Pulled 9m48s kubelet Container image "docker.io/apecloud/redis:8.4.0" already present on machine Normal Created 9m48s kubelet Created container: redis Normal Started 9m48s kubelet Started container redis Normal Pulled 9m48s kubelet Container image "docker.io/apecloud/agamotto:0.1.2-beta.1" already present on machine Normal Created 9m48s kubelet Created container: metrics Normal Started 9m47s kubelet Started container metrics Normal Pulled 9m47s kubelet Container image "docker.io/apecloud/redis:8.4.0" already present on machine Normal Created 9m47s kubelet Created container: kbagent Normal Started 9m47s kubelet Started container kbagent Normal Pulled 9m47s kubelet Container image "docker.io/apecloud/redis:8.4.0" already present on machine Normal Created 9m47s kubelet Created container: config-manager Normal Started 9m47s kubelet Started container config-manager Normal roleProbe 9m47s (x13 over 9m35s) kbagent {"instance":"redis-hwbnuo-redis","probe":"roleProbe","code":-1,"message":"exit code: 1: failed"} Normal roleProbe 9m34s kbagent {"instance":"redis-hwbnuo-redis","probe":"roleProbe","code":0,"output":"c2Vjb25kYXJ5"} Normal roleProbe 7m2s kbagent {"instance":"redis-hwbnuo-redis","probe":"roleProbe","code":0,"output":"cHJpbWFyeQ=="} ------------------------------------------------------------------------------------------------------------------  `kubectl describe pod redis-hwbnuo-redis-sentinel-0 --namespace ns-lajyt `(B  Name: redis-hwbnuo-redis-sentinel-0 Namespace: ns-lajyt 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:13:09 +0800 Labels: app.kubernetes.io/component=redis-sentinel-8-1.0.2 app.kubernetes.io/instance=redis-hwbnuo app.kubernetes.io/managed-by=kubeblocks apps.kubeblocks.io/component-name=redis-sentinel apps.kubeblocks.io/pod-name=redis-hwbnuo-redis-sentinel-0 apps.kubeblocks.io/release-phase=stable apps.kubeblocks.io/service-version=8.4.0 controller-revision-hash=84db48f76d workloads.kubeblocks.io/instance=redis-hwbnuo-redis-sentinel workloads.kubeblocks.io/managed-by=InstanceSet Annotations: Status: Running IP: 10.244.4.51 IPs: IP: 10.244.4.51 Controlled By: InstanceSet/redis-hwbnuo-redis-sentinel Init Containers: init-kbagent: Container ID: containerd://c3630e3018a0b7cb3cbaf33753d296c728763eb75386ce6d36d9d5ff4eec562d 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:13:30 +0800 Finished: Thu, 12 Feb 2026 11:13:30 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-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-9tn7t (ro) kbagent-worker: Container ID: containerd://acc18df651402083f500dfdb863ff5ca4c3f09ec414e2f9a69272849fc2e33e6 Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 Port: Host Port: Command: /kubeblocks/kbagent Args: --server=false State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:13:37 +0800 Finished: Thu, 12 Feb 2026 11:13:37 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-hwbnuo-redis-sentinel-0 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-lajyt (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-hwbnuo-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-9tn7t (ro) Containers: redis-sentinel: Container ID: containerd://e27e70529a53daa927fbdf121fb737d825bae47505749cd22f7898f869dce164 Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 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:13:46 +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-hwbnuo-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-hwbnuo-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-9tn7t (ro) kbagent: Container ID: containerd://3d782aded85e40adfd674ef7f7276096d6649adf21e6048eef3c0ba5ae07c317 Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 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:13:47 +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-hwbnuo-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-hwbnuo-redis-sentinel-0 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-lajyt (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-hwbnuo-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-9tn7t (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-hwbnuo-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-hwbnuo-redis-sentinel-redis-scripts Optional: false kube-api-access-9tn7t: 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 12m default-scheduler Successfully assigned ns-lajyt/redis-hwbnuo-redis-sentinel-0 to aks-cicdamdpool-14916756-vmss000000 Normal SuccessfulAttachVolume 11m attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-db4e5122-e6ef-487f-98f0-96376fb93781" Normal Pulled 11m kubelet Container image "docker.io/apecloud/kubeblocks-tools:1.0.2" already present on machine Normal Created 11m kubelet Created container: init-kbagent Normal Started 11m kubelet Started container init-kbagent Normal Pulling 11m kubelet Pulling image "docker.io/apecloud/redis:8.4.0" Normal Pulled 11m kubelet Successfully pulled image "docker.io/apecloud/redis:8.4.0" in 5.876s (5.876s including waiting). Image size: 53003220 bytes. Normal Created 11m kubelet Created container: kbagent-worker Normal Started 11m kubelet Started container kbagent-worker Normal Pulled 11m kubelet Container image "docker.io/apecloud/redis:8.4.0" already present on machine Normal Created 11m kubelet Created container: redis-sentinel Normal Started 11m kubelet Started container redis-sentinel Normal Pulled 11m kubelet Container image "docker.io/apecloud/redis:8.4.0" already present on machine Normal Created 11m kubelet Created container: kbagent Normal Started 11m kubelet Started container kbagent ------------------------------------------------------------------------------------------------------------------  `kubectl describe pod redis-hwbnuo-redis-sentinel-1 --namespace ns-lajyt `(B  Name: redis-hwbnuo-redis-sentinel-1 Namespace: ns-lajyt 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:12:59 +0800 Labels: app.kubernetes.io/component=redis-sentinel-8-1.0.2 app.kubernetes.io/instance=redis-hwbnuo app.kubernetes.io/managed-by=kubeblocks apps.kubeblocks.io/component-name=redis-sentinel apps.kubeblocks.io/pod-name=redis-hwbnuo-redis-sentinel-1 apps.kubeblocks.io/release-phase=stable apps.kubeblocks.io/service-version=8.4.0 controller-revision-hash=84db48f76d workloads.kubeblocks.io/instance=redis-hwbnuo-redis-sentinel workloads.kubeblocks.io/managed-by=InstanceSet Annotations: Status: Running IP: 10.244.6.197 IPs: IP: 10.244.6.197 Controlled By: InstanceSet/redis-hwbnuo-redis-sentinel Init Containers: init-kbagent: Container ID: containerd://95eee4fb6157f23048a8f8270232f6de33813287bea1ac958ce99f5667b1d90e 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:13:14 +0800 Finished: Thu, 12 Feb 2026 11:13:15 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-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-8h7dh (ro) kbagent-worker: Container ID: containerd://cf0188298714f7e1f46c2171e0fcead6b4877d936de5ea3f027b0d2a94d4e1f4 Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 Port: Host Port: Command: /kubeblocks/kbagent Args: --server=false State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:13:19 +0800 Finished: Thu, 12 Feb 2026 11:13:19 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-hwbnuo-redis-sentinel-1 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-lajyt (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-hwbnuo-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-8h7dh (ro) Containers: redis-sentinel: Container ID: containerd://149148a5702ffe30a467673a1c4cc06b627d8942031939b8fb7e2294a493dea3 Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 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:13:20 +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-hwbnuo-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-hwbnuo-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-8h7dh (ro) kbagent: Container ID: containerd://301aae55af6d5d751aa46f6cc34e06a942304308b23eae6e49e096043fcf3162 Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 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:13:21 +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-hwbnuo-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-hwbnuo-redis-sentinel-1 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-lajyt (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-hwbnuo-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-8h7dh (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-hwbnuo-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-hwbnuo-redis-sentinel-redis-scripts Optional: false kube-api-access-8h7dh: 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 12m default-scheduler Successfully assigned ns-lajyt/redis-hwbnuo-redis-sentinel-1 to aks-cicdamdpool-14916756-vmss000002 Normal SuccessfulAttachVolume 12m attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-e9038abe-f9db-4920-8ca2-c0b469b7ccdd" Normal Pulled 12m kubelet Container image "docker.io/apecloud/kubeblocks-tools:1.0.2" already present on machine Normal Created 12m kubelet Created container: init-kbagent Normal Started 12m kubelet Started container init-kbagent Normal Pulling 11m kubelet Pulling image "docker.io/apecloud/redis:8.4.0" Normal Pulled 11m kubelet Successfully pulled image "docker.io/apecloud/redis:8.4.0" in 3.182s (3.182s including waiting). Image size: 53003220 bytes. Normal Created 11m kubelet Created container: kbagent-worker Normal Started 11m kubelet Started container kbagent-worker Normal Pulled 11m kubelet Container image "docker.io/apecloud/redis:8.4.0" already present on machine Normal Created 11m kubelet Created container: redis-sentinel Normal Started 11m kubelet Started container redis-sentinel Normal Pulled 11m kubelet Container image "docker.io/apecloud/redis:8.4.0" already present on machine Normal Created 11m kubelet Created container: kbagent Normal Started 11m kubelet Started container kbagent ------------------------------------------------------------------------------------------------------------------  `kubectl describe pod redis-hwbnuo-redis-sentinel-2 --namespace ns-lajyt `(B  Name: redis-hwbnuo-redis-sentinel-2 Namespace: ns-lajyt 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:13:00 +0800 Labels: app.kubernetes.io/component=redis-sentinel-8-1.0.2 app.kubernetes.io/instance=redis-hwbnuo app.kubernetes.io/managed-by=kubeblocks apps.kubeblocks.io/component-name=redis-sentinel apps.kubeblocks.io/pod-name=redis-hwbnuo-redis-sentinel-2 apps.kubeblocks.io/release-phase=stable apps.kubeblocks.io/service-version=8.4.0 controller-revision-hash=84db48f76d workloads.kubeblocks.io/instance=redis-hwbnuo-redis-sentinel workloads.kubeblocks.io/managed-by=InstanceSet Annotations: Status: Running IP: 10.244.5.9 IPs: IP: 10.244.5.9 Controlled By: InstanceSet/redis-hwbnuo-redis-sentinel Init Containers: init-kbagent: Container ID: containerd://b8e180e0bd3d3a6b7923e3688f30c83a2743ac2f036957f8528f5b1a25c0a762 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:13:11 +0800 Finished: Thu, 12 Feb 2026 11:13:11 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-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-k4r5s (ro) kbagent-worker: Container ID: containerd://0289722bb4c9895310b16e8f12f7aeeb95c69724ab8b78cb14cc8e69ada8c55c Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 Port: Host Port: Command: /kubeblocks/kbagent Args: --server=false State: Terminated Reason: Completed Exit Code: 0 Started: Thu, 12 Feb 2026 11:13:15 +0800 Finished: Thu, 12 Feb 2026 11:13:15 +0800 Ready: True Restart Count: 0 Limits: cpu: 0 memory: 0 Requests: cpu: 0 memory: 0 Environment Variables from: redis-hwbnuo-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-hwbnuo-redis-sentinel-2 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-lajyt (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-hwbnuo-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-k4r5s (ro) Containers: redis-sentinel: Container ID: containerd://fba24039e33faf304a1191ecf903ba9867043bddda0f74a3f473f5f9733d281a Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 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:13:19 +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-hwbnuo-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-hwbnuo-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-k4r5s (ro) kbagent: Container ID: containerd://91372953cf150a2eb2cd4675b8aca129cb5ea92a80bd7cdba69785e6995e4256 Image: docker.io/apecloud/redis:8.4.0 Image ID: docker.io/apecloud/redis@sha256:3906b477e4b60250660573105110c28bfce93b01243eab37610a484daebceb04 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:13:20 +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-hwbnuo-redis-sentinel-env ConfigMap Optional: false Environment: SENTINEL_USER: Optional: false SENTINEL_PASSWORD: Optional: false CURRENT_POD_NAME: redis-hwbnuo-redis-sentinel-2 (v1:metadata.name) CURRENT_POD_IP: (v1:status.podIP) CURRENT_POD_HOST_IP: (v1:status.hostIP) KB_AGENT_NAMESPACE: ns-lajyt (v1:metadata.namespace) KB_AGENT_POD_NAME: redis-hwbnuo-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-k4r5s (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-hwbnuo-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-hwbnuo-redis-sentinel-redis-scripts Optional: false kube-api-access-k4r5s: 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 12m default-scheduler Successfully assigned ns-lajyt/redis-hwbnuo-redis-sentinel-2 to aks-cicdamdpool-14916756-vmss000005 Normal SuccessfulAttachVolume 12m attachdetach-controller AttachVolume.Attach succeeded for volume "pvc-7db5b03c-ae31-4edb-844a-2b29b17c0754" Normal Pulled 12m kubelet Container image "docker.io/apecloud/kubeblocks-tools:1.0.2" already present on machine Normal Created 12m kubelet Created container: init-kbagent Normal Started 12m kubelet Started container init-kbagent Normal Pulling 12m kubelet Pulling image "docker.io/apecloud/redis:8.4.0" Normal Pulled 11m kubelet Successfully pulled image "docker.io/apecloud/redis:8.4.0" in 3.132s (3.132s including waiting). Image size: 53003220 bytes. Normal Created 11m kubelet Created container: kbagent-worker Normal Started 11m kubelet Started container kbagent-worker Normal Pulled 11m kubelet Container image "docker.io/apecloud/redis:8.4.0" already present on machine Normal Created 11m kubelet Created container: redis-sentinel Normal Started 11m kubelet Started container redis-sentinel Normal Pulled 11m kubelet Container image "docker.io/apecloud/redis:8.4.0" already present on machine Normal Created 11m kubelet Created container: kbagent Normal Started 11m kubelet Started container kbagent ------------------------------------------------------------------------------------------------------------------ --------------------------------------pod redis-hwbnuo-redis-0 redis-hwbnuo-redis-1 redis-hwbnuo-redis-sentinel-0 redis-hwbnuo-redis-sentinel-1 redis-hwbnuo-redis-sentinel-2--------------------------------------  `kubectl logs redis-hwbnuo-redis-0 --namespace ns-lajyt --tail 500`(B  ------------------------------------------------------------------------------------------------------------------  `kubectl logs redis-hwbnuo-redis-1 --namespace ns-lajyt --tail 500`(B  Environment variable REDIS_ADVERTISED_PORT not found. Ignoring. redis use kb pod fqdn redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local to announce execute get-master-addr-by-name command: timeout 5 redis-cli -h redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-hwbnuo-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 + '[' 0 -eq 2 ']' + echo 'Empty primary info retrieved from sentinel' Empty primary info retrieved from sentinel + return 1 + retries=1 + [[ 1 -eq 3 ]] + echo 'Function '\''get_master_addr_by_name_from_sentinel'\'' failed in 1 times. Retrying in 2 seconds...' Function 'get_master_addr_by_name_from_sentinel' failed in 1 times. Retrying in 2 seconds... + sleep 2 + true + get_master_addr_by_name_from_sentinel redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local + local master_addr_by_name_command + local sentinel_pod_fqdn=redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.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-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-hwbnuo-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 Empty primary info retrieved from sentinel + '[' 0 -eq 2 ']' + echo 'Empty primary info retrieved from sentinel' + return 1 + retries=2 + [[ 2 -eq 3 ]] + echo 'Function '\''get_master_addr_by_name_from_sentinel'\'' failed in 2 times. Retrying in 2 seconds...' Function 'get_master_addr_by_name_from_sentinel' failed in 2 times. Retrying in 2 seconds... + sleep 2 + true + get_master_addr_by_name_from_sentinel redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local + local master_addr_by_name_command + local sentinel_pod_fqdn=redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.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-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-hwbnuo-redis Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe. Empty primary info retrieved from sentinel + '[' 0 -eq 0 ']' + read -r -d '' -a REDIS_SENTINEL_PRIMARY_INFO + '[' 0 -eq 2 ']' + echo 'Empty primary info retrieved from sentinel' + return 1 + retries=3 + [[ 3 -eq 3 ]] + echo 'Function '\''get_master_addr_by_name_from_sentinel'\'' failed after 3 retries.' Function 'get_master_addr_by_name_from_sentinel' failed after 3 retries. + return 1 + echo 'Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local after 3 retries.' + return 1 + echo 'Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local. Skipping this sentinel.' + for sentinel_pod_fqdn in "${sentinel_pod_fqdn_list[@]}" + retry_get_master_addr_by_name_from_sentinel 3 2 redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local after 3 retries. Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local. Skipping this sentinel. + local max_retry=3 + local retry_delay=2 + local sentinel_pod_fqdn=redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local + call_func_with_retry 3 2 get_master_addr_by_name_from_sentinel redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.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-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local + local master_addr_by_name_command + local sentinel_pod_fqdn=redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.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-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-hwbnuo-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 + '[' 0 -eq 2 ']' + echo 'Empty primary info retrieved from sentinel' + return 1 Empty primary info retrieved from sentinel + retries=1 + [[ 1 -eq 3 ]] + echo 'Function '\''get_master_addr_by_name_from_sentinel'\'' failed in 1 times. Retrying in 2 seconds...' Function 'get_master_addr_by_name_from_sentinel' failed in 1 times. Retrying in 2 seconds... + sleep 2 + true + get_master_addr_by_name_from_sentinel redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local + local master_addr_by_name_command + local sentinel_pod_fqdn=redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.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-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-hwbnuo-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 + '[' 0 -eq 2 ']' + echo 'Empty primary info retrieved from sentinel' Empty primary info retrieved from sentinel + return 1 + retries=2 + [[ 2 -eq 3 ]] + echo 'Function '\''get_master_addr_by_name_from_sentinel'\'' failed in 2 times. Retrying in 2 seconds...' Function 'get_master_addr_by_name_from_sentinel' failed in 2 times. Retrying in 2 seconds... + sleep 2 + true + get_master_addr_by_name_from_sentinel redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local + local master_addr_by_name_command + local sentinel_pod_fqdn=redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.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-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-hwbnuo-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 Empty primary info retrieved from sentinel + '[' 0 -eq 2 ']' + echo 'Empty primary info retrieved from sentinel' + return 1 + retries=3 + [[ 3 -eq 3 ]] + echo 'Function '\''get_master_addr_by_name_from_sentinel'\'' failed after 3 retries.' Function 'get_master_addr_by_name_from_sentinel' failed after 3 retries. + return 1 + echo 'Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local after 3 retries.' Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local after 3 retries. Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local. Skipping this sentinel. + return 1 + echo 'Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local. Skipping this sentinel.' + for sentinel_pod_fqdn in "${sentinel_pod_fqdn_list[@]}" + retry_get_master_addr_by_name_from_sentinel 3 2 redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local + local max_retry=3 + local retry_delay=2 + local sentinel_pod_fqdn=redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local + call_func_with_retry 3 2 get_master_addr_by_name_from_sentinel redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.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-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local + local master_addr_by_name_command + local sentinel_pod_fqdn=redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.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-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-hwbnuo-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 + '[' 0 -eq 2 ']' + echo 'Empty primary info retrieved from sentinel' + return 1 Empty primary info retrieved from sentinel + retries=1 + [[ 1 -eq 3 ]] + echo 'Function '\''get_master_addr_by_name_from_sentinel'\'' failed in 1 times. Retrying in 2 seconds...' Function 'get_master_addr_by_name_from_sentinel' failed in 1 times. Retrying in 2 seconds... + sleep 2 + true + get_master_addr_by_name_from_sentinel redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local + local master_addr_by_name_command + local sentinel_pod_fqdn=redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.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-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-hwbnuo-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 + '[' 0 -eq 2 ']' + echo 'Empty primary info retrieved from sentinel' + return 1 Empty primary info retrieved from sentinel + retries=2 + [[ 2 -eq 3 ]] + echo 'Function '\''get_master_addr_by_name_from_sentinel'\'' failed in 2 times. Retrying in 2 seconds...' Function 'get_master_addr_by_name_from_sentinel' failed in 2 times. Retrying in 2 seconds... + sleep 2 + true + get_master_addr_by_name_from_sentinel redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local + local master_addr_by_name_command + local sentinel_pod_fqdn=redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.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-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local -p 26379 -a ******** sentinel get-master-addr-by-name redis-hwbnuo-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 Empty primary info retrieved from sentinel + '[' 0 -eq 2 ']' + echo 'Empty primary info retrieved from sentinel' + return 1 + retries=3 + [[ 3 -eq 3 ]] + echo 'Function '\''get_master_addr_by_name_from_sentinel'\'' failed after 3 retries.' Function 'get_master_addr_by_name_from_sentinel' failed after 3 retries. + return 1 + echo 'Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local after 3 retries.' + return 1 + echo 'Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local. Skipping this sentinel.' Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local after 3 retries. Failed to retrieve primary info from sentinel: redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local. Skipping this sentinel. get all primary info from redis sentinel master_count_map: no primary node found from all redis sentinels, use default primary node. + echo 'get all primary info from redis sentinel master_count_map: ' + '[' 0 -eq 0 ']' + echo 'no primary node found from all redis sentinels, use default primary node.' + get_default_initialize_primary_node ++ min_lexicographical_order_pod redis-hwbnuo-redis-0,redis-hwbnuo-redis-1 ++ local pod_list_str=redis-hwbnuo-redis-0,redis-hwbnuo-redis-1 ++ pod_list=() ++ local pod_list ++ old_ifs=' ' ++ IFS=, ++ set -f ++ read -ra pod_list ++ set +f ++ IFS=' ' ++ local minimum_pod=redis-hwbnuo-redis-0 ++ for pod in "${pod_list[@]}" ++ [[ redis-hwbnuo-redis-0 < redis-hwbnuo-redis-0 ]] ++ for pod in "${pod_list[@]}" ++ [[ redis-hwbnuo-redis-1 < redis-hwbnuo-redis-0 ]] ++ echo redis-hwbnuo-redis-0 + min_lex_pod=redis-hwbnuo-redis-0 ++ get_target_pod_fqdn_from_pod_fqdn_vars redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local,redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local redis-hwbnuo-redis-0 ++ local pod_fqdns=redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local,redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local ++ local target_pod_name=redis-hwbnuo-redis-0 ++ IFS=, ++ read -ra pod_fqdn_array ++ for pod_fqdn in "${pod_fqdn_array[@]}" ++ [[ redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local == \r\e\d\i\s\-\h\w\b\n\u\o\-\r\e\d\i\s\-\0\.* ]] ++ echo redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local ++ return 0 + min_lex_pod_fqdn=redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local + is_empty redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local + local string=redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local + [[ -z redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local ]] + return 1 get the minimum lexicographical order pod name: redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local as default primary node + echo 'get the minimum lexicographical order pod name: redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local as default primary node' + primary=redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local + primary_port=6379 + return + check_current_pod_is_primary + current_pod_fqdn_prefix=redis-hwbnuo-redis-1.redis-hwbnuo-redis + contains redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local redis-hwbnuo-redis-1.redis-hwbnuo-redis + local string=redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local + local substring=redis-hwbnuo-redis-1.redis-hwbnuo-redis + [[ redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local == *\r\e\d\i\s\-\h\w\b\n\u\o\-\r\e\d\i\s\-\1\.\r\e\d\i\s\-\h\w\b\n\u\o\-\r\e\d\i\s* ]] + return 1 + is_empty '' + local string= + [[ -z '' ]] + return 0 + equals redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 10.244.4.121 + local string1=redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local + local string2=10.244.4.121 + [[ redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local == \1\0\.\2\4\4\.\4\.\1\2\1 ]] + return 1 + return 1 + echo 'replicaof redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379' + rebuild_redis_acl_file + '[' -f /data/users.acl ']' + touch /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 build default accounts succeeded! + 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 ']' + 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 ' 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 ++ 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-hwbnuo-redis-sentinel-0 --namespace ns-lajyt --tail 500`(B  Environment variable REDIS_SENTINEL_ADVERTISED_PORT not found. Ignoring. reset redis sentinel conf build redis sentinel conf redis sentinel use current pod fqdn: redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local to announce build redis sentinel conf succeeded! + 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 Starting redis sentinel server... 1:X 12 Feb 2026 03:13:46.538 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:X 12 Feb 2026 03:13:46.538 * Redis version=8.4.0, bits=64, commit=00000000, modified=1, pid=1, just started 1:X 12 Feb 2026 03:13:46.538 * Configuration loaded 1:X 12 Feb 2026 03:13:46.630 * monotonic clock: POSIX clock_gettime 1:X 12 Feb 2026 03:13:46.632 * Running mode=sentinel, port=26379. 1:X 12 Feb 2026 03:13:46.645 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:13:46.645 * Sentinel ID is ae9bf76550506e80fcdb75efe4f76ff2a5cdcd0a 1:X 12 Feb 2026 03:15:50.305 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.305 # +monitor master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 quorum 2 1:X 12 Feb 2026 03:15:50.314 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 down-after-milliseconds 20000 1:X 12 Feb 2026 03:15:50.323 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.332 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 failover-timeout 60000 1:X 12 Feb 2026 03:15:50.339 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.348 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 parallel-syncs 1 1:X 12 Feb 2026 03:15:50.357 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.366 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 auth-pass ****** 1:X 12 Feb 2026 03:15:50.373 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.382 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 auth-user kbreplicator-sentinel 1:X 12 Feb 2026 03:15:50.391 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:51.432 * +slave slave redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:15:51.440 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:52.430 * +sentinel sentinel 6ad40b65cb5000154caaedc3a0c2ce3f8d528ac8 redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local 26379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:15:52.438 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:52.615 * +sentinel sentinel 4cc303eac0e1992f31c133fe0b74ec365cd10e0d redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local 26379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:15:52.622 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:17:52.100 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:17:53.140 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:17:54.149 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:17:55.157 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:17:56.224 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:00.434 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:05.749 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.053 # +sdown master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.102 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.160 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.171 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:18:10.171 # +new-epoch 1 1:X 12 Feb 2026 03:18:10.181 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:18:10.181 # +vote-for-leader 6ad40b65cb5000154caaedc3a0c2ce3f8d528ac8 1 1:X 12 Feb 2026 03:18:10.771 # +config-update-from sentinel 6ad40b65cb5000154caaedc3a0c2ce3f8d528ac8 redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local 26379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.771 # +switch-master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.773 * +slave slave redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.781 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:18:15.005 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:16.130 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:17.061 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:18.106 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:19.130 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:20.188 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:21.235 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:22.283 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:23.376 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:26.601 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:27.641 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:30.736 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:30.802 # +sdown slave redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:31.766 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:34.983 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:36.033 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:39.128 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:40.210 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:41.288 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:44.437 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:45.492 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:48.678 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:49.787 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:52.996 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:54.095 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:55.136 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:56.234 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:57.168 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:58.239 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:59.240 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:02.370 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:03.452 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:06.594 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:07.719 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:10.881 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:11.953 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:27.428 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:28.517 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:31.630 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:32.680 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:35.788 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:36.876 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:39.947 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:41.135 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:42.104 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:43.206 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:44.233 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:45.249 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:46.329 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:49.541 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:50.593 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:53.690 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:54.728 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:57.824 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:58.898 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:02.031 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:03.078 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:04.143 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:05.174 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:06.235 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:07.276 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:08.340 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:11.463 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:12.553 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:15.689 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:16.765 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:19.891 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:20.927 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:24.095 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:25.148 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:26.258 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:29.438 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:30.469 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:33.587 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:34.687 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:37.839 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:38.935 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:42.076 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:43.156 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:44.225 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:45.292 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:46.313 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:47.377 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:48.372 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:51.507 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:52.587 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:55.776 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:56.843 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:00.003 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:01.130 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:02.082 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:03.121 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:04.155 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:05.217 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:06.288 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:07.398 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:08.454 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:11.573 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:12.604 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:15.763 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:16.812 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:19.980 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:21.054 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:22.071 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:23.110 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:24.137 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:25.190 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:26.234 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:29.414 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:30.522 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:33.664 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:34.687 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:37.862 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:38.953 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:46.404 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:47.502 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:48.577 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:51.774 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:52.868 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:55.998 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:57.076 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:58.108 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:59.120 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:00.162 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:01.235 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:02.246 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:03.270 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:04.302 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:05.366 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:06.393 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:07.417 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:08.455 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:09.520 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:10.505 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:11.567 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:12.603 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:13.653 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:16.728 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:17.754 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:20.864 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:21.888 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:25.027 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:26.136 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:27.178 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:28.173 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:29.199 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:30.249 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:31.327 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:32.399 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:33.474 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:36.549 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:37.605 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:40.752 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:41.798 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:44.901 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:45.977 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:53.405 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:54.510 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:55.571 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:58.720 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:59.790 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:02.896 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:04.005 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:07.166 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:10.345 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:11.434 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:14.517 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:15.563 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:18.647 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:19.681 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:22.836 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:23.938 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:27.051 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:28.096 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:29.133 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:30.189 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:33.263 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:34.342 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:37.437 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:38.461 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:41.552 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:42.642 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:45.800 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:46.858 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:50.043 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:51.133 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:52.178 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:53.183 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:54.222 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:55.288 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:56.290 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:59.513 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:00.591 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:03.711 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:04.801 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:07.881 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:09.021 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:16.281 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:19.444 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:20.543 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:23.739 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:24.765 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:27.835 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:28.880 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:32.044 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:33.132 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:34.161 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:35.186 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:36.236 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:37.257 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:38.280 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:39.362 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:40.400 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:43.490 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:44.545 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:47.706 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:48.797 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:51.960 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:53.049 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:54.093 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:57.250 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:58.375 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:01.566 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:02.589 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:05.762 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:06.804 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:09.973 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:11.028 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:14.187 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' ------------------------------------------------------------------------------------------------------------------  `kubectl logs redis-hwbnuo-redis-sentinel-1 --namespace ns-lajyt --tail 500`(B  Environment variable REDIS_SENTINEL_ADVERTISED_PORT not found. Ignoring. reset redis sentinel conf build redis sentinel conf redis sentinel use current pod fqdn: redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local to announce + 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:13:21.203 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:X 12 Feb 2026 03:13:21.203 * Redis version=8.4.0, bits=64, commit=00000000, modified=1, pid=1, just started 1:X 12 Feb 2026 03:13:21.203 * Configuration loaded 1:X 12 Feb 2026 03:13:21.203 * monotonic clock: POSIX clock_gettime 1:X 12 Feb 2026 03:13:21.204 * Running mode=sentinel, port=26379. 1:X 12 Feb 2026 03:13:21.310 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:13:21.310 * Sentinel ID is 6ad40b65cb5000154caaedc3a0c2ce3f8d528ac8 1:X 12 Feb 2026 03:15:50.436 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.436 # +monitor master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 quorum 2 1:X 12 Feb 2026 03:15:50.444 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 down-after-milliseconds 20000 1:X 12 Feb 2026 03:15:50.460 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.469 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 failover-timeout 60000 1:X 12 Feb 2026 03:15:50.498 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.506 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 parallel-syncs 1 1:X 12 Feb 2026 03:15:50.520 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.528 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 auth-pass ****** 1:X 12 Feb 2026 03:15:50.543 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.552 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 auth-user kbreplicator-sentinel 1:X 12 Feb 2026 03:15:50.567 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:51.546 * +slave slave redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:15:51.562 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:52.345 * +sentinel sentinel ae9bf76550506e80fcdb75efe4f76ff2a5cdcd0a redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local 26379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:15:52.364 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:52.614 * +sentinel sentinel 4cc303eac0e1992f31c133fe0b74ec365cd10e0d redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local 26379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:15:52.632 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:17:54.230 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:17:55.251 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:17:56.278 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:01.570 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.058 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.085 # +sdown master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.101 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.137 # +odown master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 #quorum 3/2 1:X 12 Feb 2026 03:18:10.137 # +new-epoch 1 1:X 12 Feb 2026 03:18:10.137 # +try-failover master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.154 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:18:10.154 # +vote-for-leader 6ad40b65cb5000154caaedc3a0c2ce3f8d528ac8 1 1:X 12 Feb 2026 03:18:10.180 * ae9bf76550506e80fcdb75efe4f76ff2a5cdcd0a voted for 6ad40b65cb5000154caaedc3a0c2ce3f8d528ac8 1 1:X 12 Feb 2026 03:18:10.185 * 4cc303eac0e1992f31c133fe0b74ec365cd10e0d voted for 6ad40b65cb5000154caaedc3a0c2ce3f8d528ac8 1 1:X 12 Feb 2026 03:18:10.255 # +elected-leader master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.255 # +failover-state-select-slave master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.322 # +selected-slave slave redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.322 * +failover-state-send-slaveof-noone slave redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.422 * +failover-state-wait-promotion slave redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.685 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:18:10.685 # +promoted-slave slave redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.685 # +failover-state-reconf-slaves master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.741 # +failover-end master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.741 # +switch-master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.747 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.747 * +slave slave redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.767 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:18:11.903 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:12.985 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:14.040 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:17.205 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:18.251 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:19.338 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:22.432 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:23.479 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:26.694 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:27.735 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:30.792 # +sdown slave redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:30.888 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:31.986 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:35.076 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:36.140 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:37.158 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:38.249 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:39.279 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:40.338 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:41.410 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:44.609 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:45.654 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:48.841 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:49.980 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:53.097 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:54.130 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:55.171 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:56.234 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:57.282 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:00.431 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:01.543 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:04.706 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:05.775 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:08.878 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:09.975 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:13.064 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:14.091 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:17.246 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:18.290 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:19.334 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:22.491 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:23.561 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:26.774 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:27.882 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:30.965 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:32.010 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:35.149 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:36.174 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:37.193 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:38.246 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:39.294 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:40.373 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:41.384 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:44.528 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:45.635 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:48.845 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:49.899 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:53.109 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:54.185 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:55.231 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:56.255 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:57.292 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:58.322 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:59.362 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:02.561 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:03.610 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:06.721 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:07.760 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:10.923 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:11.991 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:15.093 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:16.170 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:17.224 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:18.231 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:19.246 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:20.253 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:21.251 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:22.266 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:23.265 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:24.294 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:25.295 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:26.320 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:27.402 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:28.415 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:29.495 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:30.534 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:33.697 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:34.751 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:37.862 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:38.926 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:42.124 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:43.192 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:44.205 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:45.234 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:46.277 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:47.316 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:48.362 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:49.420 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:50.478 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:53.595 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:54.635 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:57.779 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:58.908 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:02.042 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:03.070 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:06.163 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:09.320 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:10.402 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:13.467 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:14.514 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:17.661 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:18.727 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:21.864 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:22.896 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:26.019 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:27.062 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:34.449 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:35.488 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:36.548 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:39.698 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:40.796 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:43.916 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:44.965 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:48.020 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:49.107 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:52.276 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:55.455 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:56.533 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:59.705 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:00.765 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:03.852 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:04.963 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:08.086 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:09.128 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:12.227 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:13.271 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:14.328 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:17.443 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:18.511 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:21.707 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:22.767 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:25.912 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:26.996 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:30.130 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:31.212 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:32.264 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:33.313 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:34.369 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:35.404 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:36.433 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:39.705 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:40.743 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:43.867 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:44.976 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:48.087 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:49.176 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:50.237 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:51.268 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:52.294 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:53.371 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:54.417 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:55.462 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:56.477 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:59.602 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:00.667 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:03.732 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:04.782 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:07.893 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:08.956 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:12.116 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:13.157 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:14.190 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:15.231 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:16.260 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:17.263 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:18.300 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:21.534 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:22.598 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:25.757 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:26.800 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:29.936 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:31.015 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:34.099 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:35.166 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:36.194 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:37.270 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:38.300 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:39.301 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:40.322 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:43.417 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:44.502 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:47.626 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:48.688 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:51.791 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:52.844 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:55.955 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:57.012 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:00.134 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:01.195 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:02.224 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:03.293 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:04.305 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:05.335 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:06.370 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:09.548 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:10.611 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:13.705 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:14.747 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:17.904 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:18.965 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:22.107 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:23.135 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:24.148 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:25.170 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:26.219 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:27.291 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:28.322 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:31.474 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:32.547 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:35.667 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:36.775 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:39.917 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:40.975 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:44.105 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:45.122 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:46.150 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:49.349 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:50.419 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:53.660 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:54.711 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:57.910 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:58.953 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:02.090 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:03.186 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:04.248 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:05.306 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:06.335 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:07.356 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:08.416 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:09.460 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:10.510 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:13.695 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' ------------------------------------------------------------------------------------------------------------------  `kubectl logs redis-hwbnuo-redis-sentinel-2 --namespace ns-lajyt --tail 500`(B  Environment variable REDIS_SENTINEL_ADVERTISED_PORT not found. Ignoring. reset redis sentinel conf build redis sentinel conf redis sentinel use current pod fqdn: redis-hwbnuo-redis-sentinel-2.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local to announce + 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...' build redis sentinel conf succeeded! Starting redis sentinel server... + exec redis-server /data/sentinel/redis-sentinel.conf --sentinel 1:X 12 Feb 2026 03:13:19.589 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo 1:X 12 Feb 2026 03:13:19.590 * Redis version=8.4.0, bits=64, commit=00000000, modified=1, pid=1, just started 1:X 12 Feb 2026 03:13:19.590 * Configuration loaded 1:X 12 Feb 2026 03:13:19.590 * monotonic clock: POSIX clock_gettime 1:X 12 Feb 2026 03:13:19.591 * Running mode=sentinel, port=26379. 1:X 12 Feb 2026 03:13:19.699 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:13:19.699 * Sentinel ID is 4cc303eac0e1992f31c133fe0b74ec365cd10e0d 1:X 12 Feb 2026 03:15:50.610 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.610 # +monitor master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 quorum 2 1:X 12 Feb 2026 03:15:50.619 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 down-after-milliseconds 20000 1:X 12 Feb 2026 03:15:50.628 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.637 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 failover-timeout 60000 1:X 12 Feb 2026 03:15:50.645 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.654 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 parallel-syncs 1 1:X 12 Feb 2026 03:15:50.661 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.669 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 auth-pass ****** 1:X 12 Feb 2026 03:15:50.677 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:50.686 # +set master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 auth-user kbreplicator-sentinel 1:X 12 Feb 2026 03:15:50.693 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:51.681 * +slave slave redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:15:51.690 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:52.345 * +sentinel sentinel ae9bf76550506e80fcdb75efe4f76ff2a5cdcd0a redis-hwbnuo-redis-sentinel-0.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local 26379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:15:52.394 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:15:52.430 * +sentinel sentinel 6ad40b65cb5000154caaedc3a0c2ce3f8d528ac8 redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local 26379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:15:52.493 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:17:52.117 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:17:55.192 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:17:57.393 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:01.588 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.091 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.091 # +sdown master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.096 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.168 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.178 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:18:10.178 # +new-epoch 1 1:X 12 Feb 2026 03:18:10.185 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:18:10.185 # +vote-for-leader 6ad40b65cb5000154caaedc3a0c2ce3f8d528ac8 1 1:X 12 Feb 2026 03:18:10.192 # +odown master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 #quorum 3/2 1:X 12 Feb 2026 03:18:10.192 * Next failover delay: I will not start a failover before Thu Feb 12 03:20:10 2026 1:X 12 Feb 2026 03:18:10.771 # +config-update-from sentinel 6ad40b65cb5000154caaedc3a0c2ce3f8d528ac8 redis-hwbnuo-redis-sentinel-1.redis-hwbnuo-redis-sentinel-headless.ns-lajyt.svc.cluster.local 26379 @ redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.771 # +switch-master redis-hwbnuo-redis redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.777 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:10.777 * +slave slave redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:10.789 * Sentinel new configuration saved on disk 1:X 12 Feb 2026 03:18:11.863 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:15.035 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:16.080 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:19.244 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:22.394 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:23.432 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:26.623 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:27.696 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:30.786 # +sdown slave redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 @ redis-hwbnuo-redis redis-hwbnuo-redis-1.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local 6379 1:X 12 Feb 2026 03:18:30.921 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:32.009 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:39.299 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:42.452 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:43.495 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:46.592 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:47.709 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:50.867 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:51.908 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:55.030 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:56.119 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:57.134 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:58.177 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:18:59.223 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:00.246 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:01.250 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:02.391 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:03.389 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:04.470 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:05.502 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:06.529 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:07.569 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:08.585 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:09.652 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:10.681 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:11.783 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:12.907 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:16.014 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:17.091 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:18.135 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:21.300 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:22.389 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:25.449 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:26.553 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:29.686 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:30.746 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:33.916 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:34.980 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:38.146 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:39.155 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:40.203 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:41.213 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:42.244 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:43.249 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:44.252 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:45.289 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:46.315 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:47.387 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:48.368 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:49.402 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:50.406 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:51.447 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:52.495 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:55.568 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:58.725 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:19:59.834 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:02.959 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:04.023 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:11.223 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:14.404 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:15.491 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:18.709 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:19.763 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:22.853 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:23.962 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:27.156 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:28.226 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:29.336 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:32.535 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:33.572 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:36.682 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:37.804 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:40.953 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:42.002 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:49.329 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:52.545 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:53.629 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:56.765 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:20:57.823 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:01.030 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:02.111 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:03.132 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:04.133 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:05.152 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:06.165 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:07.226 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:10.395 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:11.421 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:14.574 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:15.646 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:18.749 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:19.830 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:22.964 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:24.016 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:27.139 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:30.320 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:31.357 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:34.491 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:35.515 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:38.678 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:39.725 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:42.850 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:43.937 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:47.064 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:48.096 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:51.224 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:52.271 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:53.336 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:56.453 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:21:57.522 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:00.672 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:01.728 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:04.843 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:05.933 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:09.066 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:10.119 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:11.153 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:12.188 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:13.207 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:14.230 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:15.264 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:16.305 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:17.382 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:18.476 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:19.487 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:20.527 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:21.534 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:22.575 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:23.580 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:24.642 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:25.719 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:26.747 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:29.841 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:30.911 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:34.066 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:35.141 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:36.153 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:37.224 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:38.267 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:39.280 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:40.289 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:41.375 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:42.466 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:45.598 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:46.629 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:49.729 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:50.836 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:53.962 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:55.077 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:58.227 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:22:59.289 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:00.317 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:03.458 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:04.553 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:07.716 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:08.776 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:11.958 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:13.006 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:28.734 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:29.788 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:32.951 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:33.983 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:37.148 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:38.186 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:39.198 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:40.307 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:41.390 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:44.563 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:45.590 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:48.709 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:49.752 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:52.885 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:53.940 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:57.119 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:58.143 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:23:59.207 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:02.395 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:03.424 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:06.535 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:07.594 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:10.745 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:11.818 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:14.901 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:15.935 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:19.093 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:20.149 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:21.176 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:22.185 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:23.205 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:24.230 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:25.276 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:26.344 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:27.394 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:28.438 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:29.443 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:30.488 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:31.516 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:32.567 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:33.612 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:34.661 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:35.797 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:36.857 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:39.956 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:40.993 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:48.351 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:49.436 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:50.467 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:53.566 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:54.629 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:57.791 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:24:58.902 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:02.040 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:03.123 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:04.193 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:05.219 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:06.311 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:07.392 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:08.468 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:09.549 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:10.557 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:11.596 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:12.618 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:13.628 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' 1:X 12 Feb 2026 03:25:14.637 # Failed to resolve hostname 'redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local' ------------------------------------------------------------------------------------------------------------------ check cluster role primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B: primary(B: redis-hwbnuo-redis-1;secondary(B:  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash`(B  check cluster connect done(B check failover pod name failover pod name:redis-hwbnuo-redis-1 failover Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name... get redis secondary pod name...  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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. yccpg check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B apiVersion: v1 kind: Pod metadata: name: benchtest-redis-hwbnuo namespace: ns-lajyt spec: containers: - name: test-benchmark imagePullPolicy: IfNotPresent image: docker.io/apecloud/redis-benchmark:latest args: - "-h" - "redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local" - "-p" - "6379" - "-a" - "Zjzz22672f" - "-n" - "500" - "-c" - "4" - "-q" restartPolicy: Never  `kubectl apply -f benchtest-redis-hwbnuo.yaml`(B  pod/benchtest-redis-hwbnuo created apply benchtest-redis-hwbnuo.yaml Success(B check pod status pod_status:NAME READY STATUS RESTARTS AGE benchtest-redis-hwbnuo 0/1 ContainerCreating 0 0s(B pod_status:NAME READY STATUS RESTARTS AGE benchtest-redis-hwbnuo 1/1 Running 0 4s(B check pod benchtest-redis-hwbnuo status done(B pod_status:NAME READY STATUS RESTARTS AGE benchtest-redis-hwbnuo 0/1 Completed 0 9s(B  `rm -rf benchtest-redis-hwbnuo.yaml`(B   `kubectl logs benchtest-redis-hwbnuo --tail 30 --namespace ns-lajyt `(B  PING_INLINE: rps=0.0 (overall: -nan) avg_msec=-nan (overall: -nan) PING_INLINE: 4166.67 requests per second, p50=0.135 msec PING_MBULK: rps=1187.3 (overall: 2759.3) avg_msec=1.054 (overall: 1.054) PING_MBULK: 1773.05 requests per second, p50=0.175 msec SET: rps=195.2 (overall: 890.9) avg_msec=0.211 (overall: 0.211) SET: rps=1338.6 (overall: 1258.2) avg_msec=3.233 (overall: 2.849) SET: 1061.57 requests per second, p50=0.159 msec GET: rps=613.5 (overall: 2369.2) avg_msec=0.147 (overall: 0.147) GET: 1792.11 requests per second, p50=0.151 msec INCR: rps=521.9 (overall: 8187.5) avg_msec=0.162 (overall: 0.162) INCR: rps=1071.4 (overall: 1496.3) avg_msec=2.633 (overall: 1.826) INCR: 1773.05 requests per second, p50=0.167 msec LPUSH: rps=1498.0 (overall: 1740.7) avg_msec=1.930 (overall: 1.930) LPUSH: 1329.79 requests per second, p50=0.167 msec RPUSH: rps=392.0 (overall: 1462.7) avg_msec=0.183 (overall: 0.183) RPUSH: rps=1187.3 (overall: 1245.3) avg_msec=3.678 (overall: 2.813) RPUSH: rps=412.0 (overall: 878.5) avg_msec=7.585 (overall: 3.798) RPUSH: 869.57 requests per second, p50=0.167 msec LPOP: rps=1625.5 (overall: 1829.6) avg_msec=1.796 (overall: 1.796) LPOP: 1760.56 requests per second, p50=0.151 msec RPOP: rps=657.4 (overall: 1024.8) avg_msec=1.720 (overall: 1.720) RPOP: 1824.82 requests per second, p50=0.143 msec SADD: rps=750.0 (overall: 1601.7) avg_msec=1.664 (overall: 1.664) SADD: 1798.56 requests per second, p50=0.143 msec HSET: rps=19.9 (overall: 76.9) avg_msec=0.287 (overall: 0.287) HSET: 1838.24 requests per second, p50=0.151 msec SPOP: rps=334.7 (overall: 4000.0) avg_msec=0.138 (overall: 0.138) SPOP: 2777.78 requests per second, p50=0.143 msec ZADD: rps=0.0 (overall: 0.0) avg_msec=-nan (overall: -nan) ZADD: 1915.71 requests per second, p50=0.143 msec ZPOPMIN: rps=261.9 (overall: 3000.0) avg_msec=0.173 (overall: 0.173) ZPOPMIN: rps=1576.0 (overall: 1691.2) avg_msec=2.714 (overall: 2.349) ZPOPMIN: 1824.82 requests per second, p50=0.151 msec LPUSH (needed to benchmark LRANGE): rps=1701.2 (overall: 2023.7) avg_msec=1.533 (overall: 1.533) LPUSH (needed to benchmark LRANGE): 1908.40 requests per second, p50=0.151 msec LRANGE_100 (first 100 elements): rps=1196.0 (overall: 1718.4) avg_msec=2.298 (overall: 2.298) LRANGE_100 (first 100 elements): 1824.82 requests per second, p50=0.159 msec LRANGE_300 (first 300 elements): rps=502.0 (overall: 947.4) avg_msec=2.645 (overall: 2.645) LRANGE_300 (first 300 elements): rps=1035.9 (overall: 1005.2) avg_msec=4.460 (overall: 3.867) LRANGE_300 (first 300 elements): 1030.93 requests per second, p50=0.247 msec LRANGE_500 (first 500 elements): rps=928.3 (overall: 1806.2) avg_msec=1.363 (overall: 1.363) LRANGE_500 (first 500 elements): rps=992.0 (overall: 1268.4) avg_msec=4.536 (overall: 3.002) LRANGE_500 (first 500 elements): 1308.90 requests per second, p50=0.255 msec LRANGE_600 (first 600 elements): rps=1119.5 (overall: 1254.5) avg_msec=2.391 (overall: 2.391) LRANGE_600 (first 600 elements): 1322.75 requests per second, p50=0.279 msec MSET (10 keys): rps=573.7 (overall: 1894.7) avg_msec=2.038 (overall: 2.038) MSET (10 keys): rps=808.8 (overall: 1061.2) avg_msec=3.905 (overall: 3.130) MSET (10 keys): 1059.32 requests per second, p50=0.183 msec XADD: rps=733.1 (overall: 2300.0) avg_msec=1.269 (overall: 1.269) XADD: rps=398.4 (overall: 858.0) avg_msec=8.506 (overall: 3.817) XADD: 871.08 requests per second, p50=0.167 msec  `kubectl delete pod benchtest-redis-hwbnuo --force --namespace ns-lajyt `(B  pod "benchtest-redis-hwbnuo" force deleted 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-hwbnuo --auto-approve --force=true --components redis --replicas 1 --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-horizontalscaling-42bdp created successfully, you can view the progress: kbcli cluster describe-ops redis-hwbnuo-horizontalscaling-42bdp -n ns-lajyt check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-horizontalscaling-42bdp ns-lajyt HorizontalScaling redis-hwbnuo redis Running -/- Feb 12,2026 11:32 UTC+0800 check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,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 check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:17 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:14 UTC+0800 redis-hwbnuo-redis-2 ns-lajyt redis-hwbnuo redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:32 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo 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 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo 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-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo 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 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-1;secondary(B: redis-hwbnuo-redis-0 redis-hwbnuo-redis-2  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-horizontalscaling-42bdp ns-lajyt HorizontalScaling redis-hwbnuo redis Succeed 1/1 Feb 12,2026 11:32 UTC+0800 check ops status done(B ops_status:redis-hwbnuo-horizontalscaling-42bdp ns-lajyt HorizontalScaling redis-hwbnuo redis Succeed 1/1 Feb 12,2026 11:32 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-hwbnuo-horizontalscaling-42bdp --namespace ns-lajyt `(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-horizontalscaling-42bdp patched  `kbcli cluster delete-ops --name redis-hwbnuo-horizontalscaling-42bdp --force --auto-approve --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-horizontalscaling-42bdp deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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. yccpg check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] 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-hwbnuo --auto-approve --force=true --components redis --replicas 1 --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-horizontalscaling-5v94q created successfully, you can view the progress: kbcli cluster describe-ops redis-hwbnuo-horizontalscaling-5v94q -n ns-lajyt check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-horizontalscaling-5v94q ns-lajyt HorizontalScaling redis-hwbnuo redis Creating -/- Feb 12,2026 11:36 UTC+0800 check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:17 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:14 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo 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 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo 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-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo 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 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-1;secondary(B: redis-hwbnuo-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-horizontalscaling-5v94q ns-lajyt HorizontalScaling redis-hwbnuo redis Succeed 1/1 Feb 12,2026 11:36 UTC+0800 check ops status done(B ops_status:redis-hwbnuo-horizontalscaling-5v94q ns-lajyt HorizontalScaling redis-hwbnuo redis Succeed 1/1 Feb 12,2026 11:36 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-hwbnuo-horizontalscaling-5v94q --namespace ns-lajyt `(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-horizontalscaling-5v94q patched  `kbcli cluster delete-ops --name redis-hwbnuo-horizontalscaling-5v94q --force --auto-approve --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-horizontalscaling-5v94q deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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 yccpg 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-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] Success(B cluster restart check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster restart redis-hwbnuo --auto-approve --force=true --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-restart-92dn4 created successfully, you can view the progress: kbcli cluster describe-ops redis-hwbnuo-restart-92dn4 -n ns-lajyt check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-restart-92dn4 ns-lajyt Restart redis-hwbnuo redis,redis-sentinel Running -/- Feb 12,2026 11:36 UTC+0800 check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,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 check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:38 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:38 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:37 UTC+0800 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:37 UTC+0800 redis-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:36 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-0;secondary(B: redis-hwbnuo-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-restart-92dn4 ns-lajyt Restart redis-hwbnuo redis,redis-sentinel Succeed 5/5 Feb 12,2026 11:36 UTC+0800 check ops status done(B ops_status:redis-hwbnuo-restart-92dn4 ns-lajyt Restart redis-hwbnuo redis,redis-sentinel Succeed 5/5 Feb 12,2026 11:36 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-hwbnuo-restart-92dn4 --namespace ns-lajyt `(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-restart-92dn4 patched  `kbcli cluster delete-ops --name redis-hwbnuo-restart-92dn4 --force --auto-approve --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-restart-92dn4 deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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. yccpg check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] Success(B cluster stop check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster stop redis-hwbnuo --auto-approve --force=true --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-stop-9ck2h created successfully, you can view the progress: kbcli cluster describe-ops redis-hwbnuo-stop-9ck2h -n ns-lajyt check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-stop-9ck2h ns-lajyt Stop redis-hwbnuo Creating -/- Feb 12,2026 11:39 UTC+0800 check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Stopped Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Stopped(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(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-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-stop-9ck2h ns-lajyt Stop redis-hwbnuo redis,redis-sentinel Succeed 5/5 Feb 12,2026 11:39 UTC+0800 check ops status done(B ops_status:redis-hwbnuo-stop-9ck2h ns-lajyt Stop redis-hwbnuo redis,redis-sentinel Succeed 5/5 Feb 12,2026 11:39 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-hwbnuo-stop-9ck2h --namespace ns-lajyt `(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-stop-9ck2h patched  `kbcli cluster delete-ops --name redis-hwbnuo-stop-9ck2h --force --auto-approve --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-stop-9ck2h deleted cluster start check cluster status before ops check cluster status done(B cluster_status:Stopped(B  `kbcli cluster start redis-hwbnuo --force=true --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-start-wf28x created successfully, you can view the progress: kbcli cluster describe-ops redis-hwbnuo-start-wf28x -n ns-lajyt check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-start-wf28x ns-lajyt Start redis-hwbnuo Creating -/- Feb 12,2026 11:39 UTC+0800 check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,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 check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:42 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:42 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:39 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-0;secondary(B: redis-hwbnuo-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-start-wf28x ns-lajyt Start redis-hwbnuo redis,redis-sentinel Succeed 5/5 Feb 12,2026 11:39 UTC+0800 check ops status done(B ops_status:redis-hwbnuo-start-wf28x ns-lajyt Start redis-hwbnuo redis,redis-sentinel Succeed 5/5 Feb 12,2026 11:39 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-hwbnuo-start-wf28x --namespace ns-lajyt `(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-start-wf28x patched  `kbcli cluster delete-ops --name redis-hwbnuo-start-wf28x --force --auto-approve --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-start-wf28x deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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. yccpg check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] Success(B cluster configure component_tmp: redis apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: redis-hwbnuo-reconfiguring- namespace: ns-lajyt spec: type: Reconfiguring clusterName: redis-hwbnuo 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-hwbnuo.yaml`(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-reconfiguring-5xjx5 created create test_ops_cluster_redis-hwbnuo.yaml Success(B  `rm -rf test_ops_cluster_redis-hwbnuo.yaml`(B  check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-reconfiguring-5xjx5 ns-lajyt Reconfiguring redis-hwbnuo redis,redis Running -/- Feb 12,2026 11:47 UTC+0800 check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,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 check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:48 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:47 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:39 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-1;secondary(B: redis-hwbnuo-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-reconfiguring-5xjx5 ns-lajyt Reconfiguring redis-hwbnuo redis,redis Succeed -/- Feb 12,2026 11:47 UTC+0800 check ops status done(B ops_status:redis-hwbnuo-reconfiguring-5xjx5 ns-lajyt Reconfiguring redis-hwbnuo redis,redis Succeed -/- Feb 12,2026 11:47 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-hwbnuo-reconfiguring-5xjx5 --namespace ns-lajyt `(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-reconfiguring-5xjx5 patched  `kbcli cluster delete-ops --name redis-hwbnuo-reconfiguring-5xjx5 --force --auto-approve --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-reconfiguring-5xjx5 deleted component_config:redis check config variables  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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 yccpg 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-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] Success(B 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 cmpv downgrade service version: cmpv service version downgrade 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-hwbnuo --namespace ns-lajyt `(B   `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B apiVersion: v1 kind: Pod metadata: name: test-db-client-connectionstress-redis-hwbnuo namespace: ns-lajyt spec: containers: - name: test-dbclient imagePullPolicy: IfNotPresent image: docker.io/apecloud/dbclient:test args: - "--host" - "redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local" - "--user" - "default" - "--password" - "Zjzz22672f" - "--port" - "6379" - "--database" - "db0" - "--dbtype" - "redis" - "--test" - "connectionstress" - "--connections" - "10000" - "--duration" - "60" restartPolicy: Never  `kubectl apply -f test-db-client-connectionstress-redis-hwbnuo.yaml`(B  pod/test-db-client-connectionstress-redis-hwbnuo created apply test-db-client-connectionstress-redis-hwbnuo.yaml Success(B  `rm -rf test-db-client-connectionstress-redis-hwbnuo.yaml`(B  check pod status pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 6s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 10s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 15s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 20s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 25s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 30s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 35s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 40s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 45s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 51s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 56s(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 1/1 Running 0 61s(B check pod test-db-client-connectionstress-redis-hwbnuo status done(B pod_status:NAME READY STATUS RESTARTS AGE test-db-client-connectionstress-redis-hwbnuo 0/1 Completed 0 66s(B check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running secondary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:48 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running primary 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:47 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:39 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-1;secondary(B: redis-hwbnuo-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash`(B  check cluster connect done(B --host redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local --user default --password Zjzz22672f --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: 10103 Failed connections: 0 Connection Information: Database Type: redis Host: redis-hwbnuo-redis-redis.ns-lajyt.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-hwbnuo --namespace ns-lajyt `(B  pod/test-db-client-connectionstress-redis-hwbnuo patched (no change) pod "test-db-client-connectionstress-redis-hwbnuo" force deleted check failover pod name failover pod name:redis-hwbnuo-redis-1 failover connectionstress Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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. yccpg check cluster readonly data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] Success(B check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster vscale redis-hwbnuo --auto-approve --force=true --components redis --cpu 200m --memory 0.6Gi --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-verticalscaling-fwwt6 created successfully, you can view the progress: kbcli cluster describe-ops redis-hwbnuo-verticalscaling-fwwt6 -n ns-lajyt check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-verticalscaling-fwwt6 ns-lajyt VerticalScaling redis-hwbnuo redis Creating -/- Feb 12,2026 11:50 UTC+0800 check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,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 check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:50 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:51 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:39 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-0;secondary(B: redis-hwbnuo-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-verticalscaling-fwwt6 ns-lajyt VerticalScaling redis-hwbnuo redis Succeed 2/2 Feb 12,2026 11:50 UTC+0800 check ops status done(B ops_status:redis-hwbnuo-verticalscaling-fwwt6 ns-lajyt VerticalScaling redis-hwbnuo redis Succeed 2/2 Feb 12,2026 11:50 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-hwbnuo-verticalscaling-fwwt6 --namespace ns-lajyt `(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-verticalscaling-fwwt6 patched  `kbcli cluster delete-ops --name redis-hwbnuo-verticalscaling-fwwt6 --force --auto-approve --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-verticalscaling-fwwt6 deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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 yccpg 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-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] Success(B 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-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,clusterdefinition.kubeblocks.io/name=redis cluster_status:Updating(B 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: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-hwbnuo-redis-0" 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-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:57 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:51 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:39 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-1;secondary(B: redis-hwbnuo-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash`(B  check cluster connect done(B check failover pod name failover pod name:redis-hwbnuo-redis-1 failover kill1 Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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 yccpg 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-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] Success(B  `kubectl get pvc -l app.kubernetes.io/instance=redis-hwbnuo,apps.kubeblocks.io/component-name=redis,apps.kubeblocks.io/vct-name=data --namespace ns-lajyt `(B  cluster volume-expand check cluster status before ops check cluster status done(B cluster_status:Running(B  `kbcli cluster volume-expand redis-hwbnuo --auto-approve --force=true --components redis --volume-claim-templates data --storage 2Gi --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-volumeexpansion-7hwbj created successfully, you can view the progress: kbcli cluster describe-ops redis-hwbnuo-volumeexpansion-7hwbj -n ns-lajyt check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-volumeexpansion-7hwbj ns-lajyt VolumeExpansion redis-hwbnuo redis Creating -/- Feb 12,2026 11:57 UTC+0800 check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Updating Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,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 check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:57 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:51 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:39 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-1;secondary(B: redis-hwbnuo-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-volumeexpansion-7hwbj ns-lajyt VolumeExpansion redis-hwbnuo redis Succeed 2/2 Feb 12,2026 11:57 UTC+0800 check ops status done(B ops_status:redis-hwbnuo-volumeexpansion-7hwbj ns-lajyt VolumeExpansion redis-hwbnuo redis Succeed 2/2 Feb 12,2026 11:57 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-hwbnuo-volumeexpansion-7hwbj --namespace ns-lajyt `(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-volumeexpansion-7hwbj patched  `kbcli cluster delete-ops --name redis-hwbnuo-volumeexpansion-7hwbj --force --auto-approve --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-volumeexpansion-7hwbj deleted  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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 yccpg 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-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] Success(B 9 cluster update terminationPolicy WipeOut  `kbcli cluster update redis-hwbnuo --termination-policy=WipeOut --namespace ns-lajyt `(B  cluster.apps.kubeblocks.io/redis-hwbnuo updated (no change) check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:57 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:51 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:39 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-1;secondary(B: redis-hwbnuo-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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-hwbnuo --method datafile --namespace ns-lajyt `(B  Backup backup-ns-lajyt-redis-hwbnuo-20260212120345 created successfully, you can view the progress: kbcli cluster list-backups --names=backup-ns-lajyt-redis-hwbnuo-20260212120345 -n ns-lajyt check backup status  `kbcli cluster list-backups redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE SOURCE-CLUSTER METHOD STATUS TOTAL-SIZE DURATION DELETION-POLICY CREATE-TIME COMPLETION-TIME EXPIRATION backup-ns-lajyt-redis-hwbnuo-20260212120345 ns-lajyt redis-hwbnuo datafile Delete Feb 12,2026 12:03 UTC+0800 backup_status:redis-hwbnuo-datafile-Delete(B backup_status:redis-hwbnuo-datafile-Running(B backup_status:redis-hwbnuo-datafile-Running(B backup_status:redis-hwbnuo-datafile-Running(B check backup status done(B backup_status:backup-ns-lajyt-redis-hwbnuo-20260212120345 ns-lajyt redis-hwbnuo datafile Completed 11770 17s Delete Feb 12,2026 12:03 UTC+0800 Feb 12,2026 12:04 UTC+0800 (B cluster restore backup  `kbcli cluster describe-backup --names backup-ns-lajyt-redis-hwbnuo-20260212120345 --namespace ns-lajyt `(B  Name: backup-ns-lajyt-redis-hwbnuo-20260212120345 Cluster: redis-hwbnuo Namespace: ns-lajyt Spec: Method: datafile Policy Name: redis-hwbnuo-redis-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-lajyt-redis-hwbnuo-20260212120345-27866b5 TargetPodName: redis-hwbnuo-redis-0 Phase: Completed Start Time: Feb 12,2026 12:03 UTC+0800 Completion Time: Feb 12,2026 12:04 UTC+0800 Status: Phase: Completed Total Size: 11770 ActionSet Name: redis-physical-br Repository: backuprepo-kbcli-test Duration: 17s Start Time: Feb 12,2026 12:03 UTC+0800 Completion Time: Feb 12,2026 12:04 UTC+0800 Path: /ns-lajyt/redis-hwbnuo-d6210ade-430e-486a-ac98-d892ea05c86b/redis/backup-ns-lajyt-redis-hwbnuo-20260212120345 Warning Events:  `kbcli cluster restore redis-hwbnuo-backup --backup backup-ns-lajyt-redis-hwbnuo-20260212120345 --namespace ns-lajyt `(B  Cluster redis-hwbnuo-backup created check cluster status  `kbcli cluster list redis-hwbnuo-backup --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo-backup ns-lajyt redis WipeOut Creating Feb 12,2026 12:04 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: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: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 [Error] check cluster status timeout(B --------------------------------------get cluster redis-hwbnuo-backup yaml--------------------------------------  `kubectl get cluster redis-hwbnuo-backup -o yaml --namespace ns-lajyt `(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-hwbnuo-backup","type":"Restore"}]' kubeblocks.io/restore-from-backup: '{"redis":{"doReadyRestoreAfterClusterRunning":"false","name":"backup-ns-lajyt-redis-hwbnuo-20260212120345","namespace":"ns-lajyt","volumeRestorePolicy":"Parallel"}}' creationTimestamp: "2026-02-12T04:04:06Z" finalizers: - cluster.kubeblocks.io/finalizer generation: 1 labels: clusterdefinition.kubeblocks.io/name: redis name: redis-hwbnuo-backup namespace: ns-lajyt resourceVersion: "186934" uid: 3e72388e-4d71-4e8a-8931-9af0155b8cda spec: clusterDef: redis componentSpecs: - annotations: kubeblocks.io/restart: "2026-02-12T03:36:56Z" componentDef: redis-8-1.0.2 disableExporter: false name: redis podUpdatePolicy: PreferInPlace replicas: 2 resources: limits: cpu: 200m memory: 644245094400m requests: cpu: 200m memory: 644245094400m serviceVersion: 8.4.0 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 2Gi - annotations: kubeblocks.io/restart: "2026-02-12T03:36:56Z" 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.4.0 volumeClaimTemplates: - name: data spec: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi terminationPolicy: WipeOut topology: replication status: components: redis: message: reason: the component to be created observedGeneration: 1 redis-sentinel: observedGeneration: 1 phase: Creating upToDate: true conditions: - lastTransitionTime: "2026-02-12T04:04:06Z" message: 'The operator has started the provisioning of Cluster: redis-hwbnuo-backup' observedGeneration: 1 reason: PreCheckSucceed status: "True" type: ProvisioningStarted - lastTransitionTime: "2026-02-12T04:04:06Z" message: Successfully applied for resources observedGeneration: 1 reason: ApplyResourcesSucceed status: "True" type: ApplyResources observedGeneration: 1 phase: Creating ------------------------------------------------------------------------------------------------------------------ --------------------------------------describe cluster redis-hwbnuo-backup--------------------------------------  `kubectl describe cluster redis-hwbnuo-backup --namespace ns-lajyt `(B  Name: redis-hwbnuo-backup Namespace: ns-lajyt Labels: clusterdefinition.kubeblocks.io/name=redis Annotations: kubeblocks.io/crd-api-version: apps.kubeblocks.io/v1 kubeblocks.io/ops-request: [{"name":"redis-hwbnuo-backup","type":"Restore"}] kubeblocks.io/restore-from-backup: {"redis":{"doReadyRestoreAfterClusterRunning":"false","name":"backup-ns-lajyt-redis-hwbnuo-20260212120345","namespace":"ns-lajyt","volumeR... API Version: apps.kubeblocks.io/v1 Kind: Cluster Metadata: Creation Timestamp: 2026-02-12T04:04:06Z Finalizers: cluster.kubeblocks.io/finalizer Generation: 1 Resource Version: 186934 UID: 3e72388e-4d71-4e8a-8931-9af0155b8cda Spec: Cluster Def: redis Component Specs: Annotations: kubeblocks.io/restart: 2026-02-12T03:36:56Z Component Def: redis-8-1.0.2 Disable Exporter: false Name: redis Pod Update Policy: PreferInPlace Replicas: 2 Resources: Limits: Cpu: 200m Memory: 644245094400m Requests: Cpu: 200m Memory: 644245094400m Service Version: 8.4.0 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 2Gi Annotations: kubeblocks.io/restart: 2026-02-12T03:36:56Z 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.4.0 Volume Claim Templates: Name: data Spec: Access Modes: ReadWriteOnce Resources: Requests: Storage: 1Gi Termination Policy: WipeOut Topology: replication Status: Components: Redis: Message: Reason: the component to be created Observed Generation: 1 Redis - Sentinel: Observed Generation: 1 Phase: Creating Up To Date: true Conditions: Last Transition Time: 2026-02-12T04:04:06Z Message: The operator has started the provisioning of Cluster: redis-hwbnuo-backup Observed Generation: 1 Reason: PreCheckSucceed Status: True Type: ProvisioningStarted Last Transition Time: 2026-02-12T04:04:06Z Message: Successfully applied for resources Observed Generation: 1 Reason: ApplyResourcesSucceed Status: True Type: ApplyResources Observed Generation: 1 Phase: Creating Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal PreCheckSucceed 7m9s cluster-controller The operator has started the provisioning of Cluster: redis-hwbnuo-backup Normal ApplyResourcesSucceed 7m9s cluster-controller Successfully applied for resources Normal ClusterComponentPhaseTransition 105s (x9 over 7m8s) cluster-controller cluster component redis-sentinel is Creating ------------------------------------------------------------------------------------------------------------------ check pod status  `kbcli cluster list-instances redis-hwbnuo-backup --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-backup-redis-sentinel-0 ns-lajyt redis-hwbnuo-backup redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:04 UTC+0800 redis-hwbnuo-backup-redis-sentinel-1 ns-lajyt redis-hwbnuo-backup redis-sentinel Init:0/2 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:04 UTC+0800 redis-hwbnuo-backup-redis-sentinel-2 ns-lajyt redis-hwbnuo-backup redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 12:04 UTC+0800 pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:0/2(B pod_status:Init:1/2(B check pod status done(B check cluster status again 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: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 check cluster status again timeout(B  `kbcli cluster describe-backup --names backup-ns-lajyt-redis-hwbnuo-20260212120345 --namespace ns-lajyt `(B  Name: backup-ns-lajyt-redis-hwbnuo-20260212120345 Cluster: redis-hwbnuo Namespace: ns-lajyt Spec: Method: datafile Policy Name: redis-hwbnuo-redis-backup-policy Actions: dp-backup-0: ActionType: Job WorkloadName: dp-backup-0-backup-ns-lajyt-redis-hwbnuo-20260212120345-27866b5 TargetPodName: redis-hwbnuo-redis-0 Phase: Completed Start Time: Feb 12,2026 12:03 UTC+0800 Completion Time: Feb 12,2026 12:04 UTC+0800 Status: Phase: Completed Total Size: 11770 ActionSet Name: redis-physical-br Repository: backuprepo-kbcli-test Duration: 17s Start Time: Feb 12,2026 12:03 UTC+0800 Completion Time: Feb 12,2026 12:04 UTC+0800 Path: /ns-lajyt/redis-hwbnuo-d6210ade-430e-486a-ac98-d892ea05c86b/redis/backup-ns-lajyt-redis-hwbnuo-20260212120345 Warning Events: delete cluster redis-hwbnuo-backup  `kbcli cluster delete redis-hwbnuo-backup --auto-approve --namespace ns-lajyt `(B  pod_info:redis-hwbnuo-backup-redis-0 3/4 Running 0 21s redis-hwbnuo-backup-redis-sentinel-0 2/2 Running 0 10m redis-hwbnuo-backup-redis-sentinel-1 2/2 Running 0 10m redis-hwbnuo-backup-redis-sentinel-2 2/2 Running 0 10m Cluster redis-hwbnuo-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-hwbnuo-rebuildinstance- namespace: ns-lajyt spec: type: RebuildInstance clusterName: redis-hwbnuo force: true rebuildFrom: - componentName: redis instances: - name: redis-hwbnuo-redis-0 backupName: backup-ns-lajyt-redis-hwbnuo-20260212120345 inPlace: true check cluster status before ops check cluster status done(B cluster_status:Running(B  `kubectl create -f test_ops_cluster_redis-hwbnuo.yaml`(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-rebuildinstance-km72w created create test_ops_cluster_redis-hwbnuo.yaml Success(B  `rm -rf test_ops_cluster_redis-hwbnuo.yaml`(B  check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo Creating -/- Feb 12,2026 12:14 UTC+0800 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 rebuild pod: redis-hwbnuo-redis-0 status Init:0/4 ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Init:1/4 rebuild pod: redis-hwbnuo-redis-0 status Init:2/4 rebuild pod: redis-hwbnuo-redis-0 status Init:3/4 rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Running 0/1 Feb 12,2026 12:14 UTC+0800 (B rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running rebuild pod: redis-hwbnuo-redis-0 status Running check ops status done(B ops_status:redis-hwbnuo-rebuildinstance-km72w ns-lajyt RebuildInstance redis-hwbnuo redis Succeed 1/1 Feb 12,2026 12:14 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-hwbnuo-rebuildinstance-km72w --namespace ns-lajyt `(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-rebuildinstance-km72w patched  `kbcli cluster delete-ops --name redis-hwbnuo-rebuildinstance-km72w --force --auto-approve --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-rebuildinstance-km72w deleted check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:15 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:51 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:39 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-1;secondary(B: redis-hwbnuo-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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 yccpg 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-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] Success(B cluster delete backup  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge backups backup-ns-lajyt-redis-hwbnuo-20260212120345 --namespace ns-lajyt `(B  backup.dataprotection.kubeblocks.io/backup-ns-lajyt-redis-hwbnuo-20260212120345 patched  `kbcli cluster delete-backup redis-hwbnuo --name backup-ns-lajyt-redis-hwbnuo-20260212120345 --force --auto-approve --namespace ns-lajyt `(B  Backup backup-ns-lajyt-redis-hwbnuo-20260212120345 deleted cluster configure component_tmp: redis apiVersion: operations.kubeblocks.io/v1alpha1 kind: OpsRequest metadata: generateName: redis-hwbnuo-reconfiguring- namespace: ns-lajyt spec: type: Reconfiguring clusterName: redis-hwbnuo 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-hwbnuo.yaml`(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-reconfiguring-sgpnh created create test_ops_cluster_redis-hwbnuo.yaml Success(B  `rm -rf test_ops_cluster_redis-hwbnuo.yaml`(B  check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-reconfiguring-sgpnh ns-lajyt Reconfiguring redis-hwbnuo redis,redis Creating -/- Feb 12,2026 12:21 UTC+0800 check cluster status  `kbcli cluster list redis-hwbnuo --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo ns-lajyt redis WipeOut Running Feb 12,2026 11:12 UTC+0800 app.kubernetes.io/instance=redis-hwbnuo,clusterdefinition.kubeblocks.io/name=redis check cluster status done(B cluster_status:Running(B check pod status  `kbcli cluster list-instances redis-hwbnuo --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-redis-0 ns-lajyt redis-hwbnuo redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:15 UTC+0800 redis-hwbnuo-redis-1 ns-lajyt redis-hwbnuo redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:51 UTC+0800 redis-hwbnuo-redis-sentinel-0 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-1 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 11:39 UTC+0800 redis-hwbnuo-redis-sentinel-2 ns-lajyt redis-hwbnuo redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 11:39 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-redis-1;secondary(B: redis-hwbnuo-redis-0  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash`(B  check cluster connect done(B check ops status  `kbcli cluster list-ops redis-hwbnuo --status all --namespace ns-lajyt `(B  NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME redis-hwbnuo-reconfiguring-sgpnh ns-lajyt Reconfiguring redis-hwbnuo redis,redis Succeed -/- Feb 12,2026 12:21 UTC+0800 check ops status done(B ops_status:redis-hwbnuo-reconfiguring-sgpnh ns-lajyt Reconfiguring redis-hwbnuo redis,redis Succeed -/- Feb 12,2026 12:21 UTC+0800 (B  `kubectl patch -p '{"metadata":{"finalizers":[]}}' --type=merge opsrequests.operations redis-hwbnuo-reconfiguring-sgpnh --namespace ns-lajyt `(B  opsrequest.operations.kubeblocks.io/redis-hwbnuo-reconfiguring-sgpnh patched  `kbcli cluster delete-ops --name redis-hwbnuo-reconfiguring-sgpnh --force --auto-approve --namespace ns-lajyt `(B  OpsRequest redis-hwbnuo-reconfiguring-sgpnh deleted component_config:redis check config variables  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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. yccpg check cluster data consistent Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo "echo \"get mykey\" | redis-cli -h 127.0.0.1 -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- 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 yccpg 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-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check db_client batch data count  `echo "echo \"get executions_loop_key\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash `(B  check db_client batch [8000] equal [8000] data Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;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 Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-0 --namespace ns-lajyt -- bash `(B  check readonly db_client batch data [8000] equal [8000] Success(B  `kubectl get backupschedule -l app.kubernetes.io/instance=redis-hwbnuo `(B   `kubectl get backupschedule redis-hwbnuo-redis-backup-schedule -ojsonpath='{.spec.schedules[*].backupMethod}' `(B  backupschedule.dataprotection.kubeblocks.io/redis-hwbnuo-redis-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/redis-hwbnuo-redis-backup-schedule patched (no change) backupschedule.dataprotection.kubeblocks.io/redis-hwbnuo-redis-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/redis-hwbnuo-redis-backup-schedule patched  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo " echo \"set msg kbcli-test-data-hwbnuo1\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- 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 checking recoverable time ... (B recoverable time:2026-02-12T04:22:17Z(B check recoverable time done(B recoverable time:2026-02-12T04:22:17Z(B cluster restore-to-time backup  `kbcli cluster restore redis-hwbnuo-backup --backup d6210ade-redis-hwbnuo-redis-ba-aof --restore-to-time "2026-02-12T04:22:17Z" --namespace ns-lajyt `(B  Cluster redis-hwbnuo-backup created check cluster status  `kbcli cluster list redis-hwbnuo-backup --show-labels --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS redis-hwbnuo-backup ns-lajyt redis WipeOut Creating Feb 12,2026 12:22 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: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 cluster_status:Updating(B cluster_status:Updating(B 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-hwbnuo-backup --namespace ns-lajyt `(B  NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME redis-hwbnuo-backup-redis-0 ns-lajyt redis-hwbnuo-backup redis Running primary 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 12:23 UTC+0800 redis-hwbnuo-backup-redis-1 ns-lajyt redis-hwbnuo-backup redis Running secondary 0 200m / 200m 644245094400m / 644245094400m data:2Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:25 UTC+0800 redis-hwbnuo-backup-redis-sentinel-0 ns-lajyt redis-hwbnuo-backup redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000005/10.224.0.10 Feb 12,2026 12:22 UTC+0800 redis-hwbnuo-backup-redis-sentinel-1 ns-lajyt redis-hwbnuo-backup redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000002/10.224.0.8 Feb 12,2026 12:22 UTC+0800 redis-hwbnuo-backup-redis-sentinel-2 ns-lajyt redis-hwbnuo-backup redis-sentinel Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-14916756-vmss000000/10.224.0.9 Feb 12,2026 12:22 UTC+0800 check pod status done(B check cluster role check cluster role done(B primary(B: redis-hwbnuo-backup-redis-0;secondary(B: redis-hwbnuo-backup-redis-1  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo-backup`(B  set secret: redis-hwbnuo-backup-redis-account-default  `kubectl get secrets redis-hwbnuo-backup-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-backup-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-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:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B check cluster connect  `echo 'echo "" | redis-cli -h redis-hwbnuo-backup-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f' | kubectl exec -it redis-hwbnuo-backup-redis-0 --namespace ns-lajyt -- bash`(B  check cluster connect done(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo-backup`(B  set secret: redis-hwbnuo-backup-redis-account-default  `kubectl get secrets redis-hwbnuo-backup-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-backup-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-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:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo " echo \"get msg\" | redis-cli -h redis-hwbnuo-backup-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-backup-redis-0 --namespace ns-lajyt -- bash`(B  kbcli-test-data-hwbnuo5 Point-In-Time Recovery Success(B  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo`(B  set secret: redis-hwbnuo-redis-account-default  `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-redis-account-default -o jsonpath="{.data.port}"`(B  DB_USERNAME_PROXY:;DB_PASSWORD_PROXY:;DB_PORT_PROXY:26379(B DB_USERNAME:default;DB_PASSWORD:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B  `echo " echo \"DEL msg\" | redis-cli -h redis-hwbnuo-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-redis-1 --namespace ns-lajyt -- bash`(B  1  `kubectl get backupschedule -l app.kubernetes.io/instance=redis-hwbnuo `(B   `kubectl get backupschedule redis-hwbnuo-redis-backup-schedule -ojsonpath='{.spec.schedules[*].backupMethod}' `(B  backupschedule.dataprotection.kubeblocks.io/redis-hwbnuo-redis-backup-schedule patched (no change) backupschedule.dataprotection.kubeblocks.io/redis-hwbnuo-redis-backup-schedule patched (no change) backupschedule.dataprotection.kubeblocks.io/redis-hwbnuo-redis-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/redis-hwbnuo-redis-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/redis-hwbnuo-redis-backup-schedule patched backupschedule.dataprotection.kubeblocks.io/redis-hwbnuo-redis-backup-schedule patched (no change) cluster connect  `kubectl get secrets -l app.kubernetes.io/instance=redis-hwbnuo-backup`(B  set secret: redis-hwbnuo-backup-redis-account-default  `kubectl get secrets redis-hwbnuo-backup-redis-account-default -o jsonpath="{.data.username}"`(B   `kubectl get secrets redis-hwbnuo-backup-redis-account-default -o jsonpath="{.data.password}"`(B   `kubectl get secrets redis-hwbnuo-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:Zjzz22672f;DB_PORT:6379;DB_DATABASE:db0(B # Server redis_version:8.4.0 redis_git_sha1:00000000 redis_git_dirty:1 redis_build_id:ce359f33652d9042 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:3605ec6de4a8d78017070a7ad3a9283481dc5dcb tcp_port:6379 server_time_usec:1770870399210222 uptime_in_seconds:73 uptime_in_days:0 hz:10 configured_hz:10 lru_clock:9262719 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-hwbnuo-backup-redis-redis.ns-lajyt.svc.cluster.local -p 6379 -a Zjzz22672f " | kubectl exec -it redis-hwbnuo-backup-redis-0 --namespace ns-lajyt -- bash `(B  maxclients 10000 connect cluster Success(B set max_connections to 10000 delete cluster redis-hwbnuo-backup  `kbcli cluster delete redis-hwbnuo-backup --auto-approve --namespace ns-lajyt `(B  pod_info:redis-hwbnuo-backup-redis-0 4/4 Running 0 2m49s redis-hwbnuo-backup-redis-1 4/4 Running 0 63s redis-hwbnuo-backup-redis-sentinel-0 2/2 Running 0 4m14s redis-hwbnuo-backup-redis-sentinel-1 2/2 Running 0 4m14s redis-hwbnuo-backup-redis-sentinel-2 2/2 Running 0 4m14s Cluster redis-hwbnuo-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 d6210ade-redis-hwbnuo-redis-ba-aof --namespace ns-lajyt `(B  backup.dataprotection.kubeblocks.io/d6210ade-redis-hwbnuo-redis-ba-aof patched  `kbcli cluster delete-backup redis-hwbnuo --name d6210ade-redis-hwbnuo-redis-ba-aof --force --auto-approve --namespace ns-lajyt `(B  Backup d6210ade-redis-hwbnuo-redis-ba-aof deleted cluster list-logs  `kbcli cluster list-logs redis-hwbnuo --namespace ns-lajyt `(B  cluster logs  `kbcli cluster logs redis-hwbnuo --tail 30 --namespace ns-lajyt `(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!' 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 cluster logs running  `kbcli cluster logs redis-hwbnuo --tail 30 --file-type=running --namespace ns-lajyt `(B  1:M 12 Feb 2026 03:52:25.201 * CONFIG REWRITE executed with success. 1:M 12 Feb 2026 03:57:28.213 * Replica redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 asks for synchronization 1:M 12 Feb 2026 03:57:28.213 * Full resync requested by replica redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 1:M 12 Feb 2026 03:57:28.213 * Replica redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.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 03:57:28.216 * Replica 10.244.5.29:6379 asks for synchronization 1:M 12 Feb 2026 03:57:28.216 * Full resync requested by replica 10.244.5.29:6379 (rdb-channel) 1:M 12 Feb 2026 03:57:28.217 * Delay next BGSAVE for diskless SYNC 1:M 12 Feb 2026 03:57:33.084 * Starting BGSAVE for SYNC with target: replicas sockets (rdb-channel) 1:M 12 Feb 2026 03:57:33.084 * Starting to deliver RDB and replication stream to replica: redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 1:M 12 Feb 2026 03:57:33.085 * Background RDB transfer started by pid 628 to replica socket 628:C 12 Feb 2026 03:57:33.087 * BGSAVE done, 7 keys saved, 0 keys skipped, 3274 bytes written. 628:C 12 Feb 2026 03:57:33.088 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 1:M 12 Feb 2026 03:57:33.105 * Synchronization with replica redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 succeeded 1:M 12 Feb 2026 03:57:33.112 * Connection with replica (rdbchannel) 10.244.5.29:6379 lost. 1:M 12 Feb 2026 03:57:33.186 * Background RDB transfer terminated with success 1:M 12 Feb 2026 04:15:58.369 * Connection with replica redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 lost. 1:M 12 Feb 2026 04:21:02.878 * Replica redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 asks for synchronization 1:M 12 Feb 2026 04:21:02.878 * Full resync requested by replica redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 1:M 12 Feb 2026 04:21:02.878 * Replica redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.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:21:02.881 * Replica 10.244.4.53:6379 asks for synchronization 1:M 12 Feb 2026 04:21:02.881 * Full resync requested by replica 10.244.4.53:6379 (rdb-channel) 1:M 12 Feb 2026 04:21:02.881 * Delay next BGSAVE for diskless SYNC 1:M 12 Feb 2026 04:21:07.396 * Starting BGSAVE for SYNC with target: replicas sockets (rdb-channel) 1:M 12 Feb 2026 04:21:07.396 * Starting to deliver RDB and replication stream to replica: redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 1:M 12 Feb 2026 04:21:07.397 * Background RDB transfer started by pid 2936 to replica socket 2936:C 12 Feb 2026 04:21:07.399 * BGSAVE done, 7 keys saved, 0 keys skipped, 3274 bytes written. 2936:C 12 Feb 2026 04:21:07.399 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB 1:M 12 Feb 2026 04:21:07.421 * Synchronization with replica redis-hwbnuo-redis-0.redis-hwbnuo-redis-headless.ns-lajyt.svc.cluster.local:6379 succeeded 1:M 12 Feb 2026 04:21:07.430 * Connection with replica (rdbchannel) 10.244.4.53:6379 lost. 1:M 12 Feb 2026 04:21:07.498 * Background RDB transfer terminated with success delete cluster redis-hwbnuo  `kbcli cluster delete redis-hwbnuo --auto-approve --namespace ns-lajyt `(B  pod_info:redis-hwbnuo-redis-0 4/4 Running 0 11m redis-hwbnuo-redis-1 4/4 Running 0 35m redis-hwbnuo-redis-sentinel-0 2/2 Running 0 47m redis-hwbnuo-redis-sentinel-1 2/2 Running 0 47m redis-hwbnuo-redis-sentinel-2 2/2 Running 0 47m Cluster redis-hwbnuo 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.4.0 (Topology = replication Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=replication;ComponentDefinition=redis-8-1.0.2;ComponentVersion=redis;ServiceVersion=8.4.0;]|[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.4.0](B [PASSED]|[Connect]|[ComponentName=redis]|[Description=Connect to the cluster](B [PASSED]|[AddData]|[Values=yccpg]|[Description=Add data to the cluster](B [PASSED]|[CheckAddDataReadonly]|[Values=yccpg;Role=Readonly]|[Description=Add data to the cluster readonly](B [PASSED]|[Update]|[Monitor=true]|[Description=Update the cluster Monitor enable](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]|[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]|[Restart]|[-]|[Description=Restart the cluster](B [PASSED]|[Stop]|[-]|[Description=Stop the cluster](B [PASSED]|[Start]|[-]|[Description=Start the cluster](B [PASSED]|[Reconfiguring]|[ComponentName=redis;maxclients=10001]|[Description=Reconfiguring the cluster specify component redis set maxclients=10001](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]|[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]|[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 [FAILED]|[Restore]|[BackupMethod=datafile]|[Description=The cluster datafile Restore](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]