source commons files source engines files source kubeblocks files source kubedb files CLUSTER_NAME: `kubectl get namespace | grep ns-ybbae ` `kubectl create namespace ns-ybbae` namespace/ns-ybbae created create namespace ns-ybbae done download kbcli `gh release list --repo apecloud/kbcli --limit 100 | (grep "1.0" || true)` `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v1.0.1` Your system is linux_amd64 Installing kbcli ... Downloading ... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33.6M 100 33.6M 0 0 63.3M 0 --:--:-- --:--:-- --:--:-- 132M kbcli installed successfully. Kubernetes: v1.32.6 KubeBlocks: 1.0.1 kbcli: 1.0.1 Make sure your docker service is running and begin your journey with kbcli: kbcli playground init For more information on how to get started, please visit: https://kubeblocks.io download kbcli v1.0.1 done Kubernetes: v1.32.6 KubeBlocks: 1.0.1 kbcli: 1.0.1 Kubernetes Env: v1.32.6 check snapshot controller check snapshot controller done POD_RESOURCES: aks kb-default-sc found aks default-vsc found found default storage class: default KubeBlocks version is:1.0.1 skip upgrade KubeBlocks current KubeBlocks version: 1.0.1 Error: no repositories to show helm repo add chaos-mesh https://charts.chaos-mesh.org "chaos-mesh" has been added to your repositories add helm chart repo chaos-mesh success chaos mesh already installed check component definition set component name:backend set component version set component version:loki set service versions:1.0.0 set service versions sorted:1.0.0 set loki component definition set loki component definition loki-write-1.0.1 REPORT_COUNT 0:0 set replicas first:1,1.0.0 set replicas third:1,1.0.0 set replicas fourth:1,1.0.0 set minimum cmpv service version set minimum cmpv service version replicas:1,1.0.0 REPORT_COUNT:1 CLUSTER_TOPOLOGY:loki-cluster topology loki-cluster found in cluster definition loki set loki component definition set loki component definition loki-write-1.0.1 LIMIT_CPU:0.1 LIMIT_MEMORY:0.5 storage size: 1 CLUSTER_NAME:loki-xbfowt No resources found in ns-ybbae namespace. pod_info: termination_policy:Delete create 1 replica Delete loki cluster check component definition set component definition by component version check cmpd by labels check cmpd by compDefs set component definition: loki-write-1.0.1 by component version:loki apiVersion: apps.kubeblocks.io/v1 kind: Cluster metadata: name: loki-xbfowt namespace: ns-ybbae spec: clusterDef: loki topology: loki-cluster terminationPolicy: Delete services: - name: default serviceName: memberlist spec: ports: - name: tcp port: 7946 targetPort: http-memberlist protocol: TCP selector: app.kubernetes.io/instance: loki-xbfowt app.kubernetes.io/part-of: memberlist componentSpecs: - name: backend serviceVersion: 1.0.0 disableExporter: true replicas: 1 configs: - name: loki-config variables: storage_type: local s3_bucket: s3_use_path_style: "true" resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 1Gi - name: write serviceVersion: 1.0.0 disableExporter: true replicas: 1 configs: - name: loki-config variables: storage_type: local s3_bucket: s3_use_path_style: "true" resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi - name: read serviceVersion: 1.0.0 disableExporter: true replicas: 1 configs: - name: loki-config variables: storage_type: local s3_bucket: s3_use_path_style: "true" resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi - name: gateway serviceVersion: 1.0.0 disableExporter: true replicas: 1 resources: requests: cpu: 100m memory: 0.5Gi limits: cpu: 100m memory: 0.5Gi `kubectl apply -f test_create_loki-xbfowt.yaml` cluster.apps.kubeblocks.io/loki-xbfowt created apply test_create_loki-xbfowt.yaml Success `rm -rf test_create_loki-xbfowt.yaml` check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Creating Sep 11,2025 17:27 UTC+0800 clusterdefinition.kubeblocks.io/name=loki cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:27 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:29 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:28 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:28 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 `kubectl get secrets -l app.kubernetes.io/instance=loki-xbfowt` No resources found in ns-ybbae namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:;DB_DATABASE: There is no password in Type: 54. describe cluster `kbcli cluster describe loki-xbfowt --namespace ns-ybbae ` Name: loki-xbfowt Created Time: Sep 11,2025 17:27 UTC+0800 NAMESPACE CLUSTER-DEFINITION TOPOLOGY STATUS TERMINATION-POLICY ns-ybbae loki loki-cluster Running Delete Endpoints: COMPONENT INTERNAL EXTERNAL write loki-xbfowt-write.ns-ybbae.svc.cluster.local:3100 loki-xbfowt-write.ns-ybbae.svc.cluster.local:9095 read loki-xbfowt-read.ns-ybbae.svc.cluster.local:3100 loki-xbfowt-read.ns-ybbae.svc.cluster.local:9095 backend loki-xbfowt-backend.ns-ybbae.svc.cluster.local:3100 loki-xbfowt-backend.ns-ybbae.svc.cluster.local:9095 gateway loki-xbfowt-gateway.ns-ybbae.svc.cluster.local:80 Topology: COMPONENT SERVICE-VERSION INSTANCE ROLE STATUS AZ NODE CREATED-TIME backend 1.0.0 loki-xbfowt-backend-0 Running 0 aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:27 UTC+0800 gateway 1.0.0 loki-xbfowt-gateway-0 Running 0 aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:29 UTC+0800 read 1.0.0 loki-xbfowt-read-0 Running 0 aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:28 UTC+0800 write 1.0.0 loki-xbfowt-write-0 Running 0 aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:28 UTC+0800 Resources Allocation: COMPONENT INSTANCE-TEMPLATE CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS write 100m / 100m 512Mi / 512Mi read 100m / 100m 512Mi / 512Mi backend 100m / 100m 512Mi / 512Mi data:1Gi default gateway 100m / 100m 512Mi / 512Mi Images: COMPONENT COMPONENT-DEFINITION IMAGE write loki-write-1.0.1 docker.io/apecloud/loki:2.9.4 read loki-read-1.0.1 docker.io/apecloud/loki:2.9.4 backend loki-backend-1.0.1 docker.io/apecloud/loki:2.9.4 gateway loki-gateway-1.0.1 docker.io/apecloud/nginx-unprivileged:1.24-alpine Show cluster events: kbcli cluster list-events -n ns-ybbae loki-xbfowt `kbcli cluster label loki-xbfowt app.kubernetes.io/instance- --namespace ns-ybbae ` label "app.kubernetes.io/instance" not found. `kbcli cluster label loki-xbfowt app.kubernetes.io/instance=loki-xbfowt --namespace ns-ybbae ` `kbcli cluster label loki-xbfowt --list --namespace ns-ybbae ` NAME NAMESPACE LABELS loki-xbfowt ns-ybbae app.kubernetes.io/instance=loki-xbfowt clusterdefinition.kubeblocks.io/name=loki label cluster app.kubernetes.io/instance=loki-xbfowt Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=loki-xbfowt --namespace ns-ybbae ` `kbcli cluster label loki-xbfowt --list --namespace ns-ybbae ` NAME NAMESPACE LABELS loki-xbfowt ns-ybbae app.kubernetes.io/instance=loki-xbfowt case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=loki label cluster case.name=kbcli.test1 Success `kbcli cluster label loki-xbfowt case.name=kbcli.test2 --overwrite --namespace ns-ybbae ` `kbcli cluster label loki-xbfowt --list --namespace ns-ybbae ` NAME NAMESPACE LABELS loki-xbfowt ns-ybbae app.kubernetes.io/instance=loki-xbfowt case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=loki label cluster case.name=kbcli.test2 Success `kbcli cluster label loki-xbfowt case.name- --namespace ns-ybbae ` `kbcli cluster label loki-xbfowt --list --namespace ns-ybbae ` NAME NAMESPACE LABELS loki-xbfowt ns-ybbae app.kubernetes.io/instance=loki-xbfowt clusterdefinition.kubeblocks.io/name=loki delete cluster label case.name Success cluster connect kbcli unsupported engine type: backend check component write exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=write --namespace ns-ybbae | (grep "write" || true )` check component read exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=read --namespace ns-ybbae | (grep "read" || true )` check component gateway exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=gateway --namespace ns-ybbae | (grep "gateway" || true )` cluster write,read,gateway scale-out check cluster status before ops check cluster status done cluster_status:Running No resources found in loki-xbfowt namespace. `kbcli cluster scale-out loki-xbfowt --auto-approve --force=true --components write,read,gateway --replicas 1 --namespace ns-ybbae ` OpsRequest loki-xbfowt-horizontalscaling-2prv2 created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-horizontalscaling-2prv2 -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-horizontalscaling-2prv2 ns-ybbae HorizontalScaling loki-xbfowt write,read,gateway Running 0/3 Sep 11,2025 17:29 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:27 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:29 UTC+0800 loki-xbfowt-gateway-1 ns-ybbae loki-xbfowt gateway Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:29 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:28 UTC+0800 loki-xbfowt-read-1 ns-ybbae loki-xbfowt read Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:29 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:28 UTC+0800 loki-xbfowt-write-1 ns-ybbae loki-xbfowt write Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:29 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 No resources found in loki-xbfowt namespace. check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-horizontalscaling-2prv2 ns-ybbae HorizontalScaling loki-xbfowt write,read,gateway Succeed 3/3 Sep 11,2025 17:29 UTC+0800 check ops status done ops_status:loki-xbfowt-horizontalscaling-2prv2 ns-ybbae HorizontalScaling loki-xbfowt write,read,gateway Succeed 3/3 Sep 11,2025 17:29 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-horizontalscaling-2prv2 --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-horizontalscaling-2prv2 patched `kbcli cluster delete-ops --name loki-xbfowt-horizontalscaling-2prv2 --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-horizontalscaling-2prv2 deleted check component write exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=write --namespace ns-ybbae | (grep "write" || true )` check component read exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=read --namespace ns-ybbae | (grep "read" || true )` check component gateway exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=gateway --namespace ns-ybbae | (grep "gateway" || true )` cluster write,read,gateway scale-in check cluster status before ops check cluster status done cluster_status:Running No resources found in loki-xbfowt namespace. `kbcli cluster scale-in loki-xbfowt --auto-approve --force=true --components write,read,gateway --replicas 1 --namespace ns-ybbae ` OpsRequest loki-xbfowt-horizontalscaling-xgcms created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-horizontalscaling-xgcms -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-horizontalscaling-xgcms ns-ybbae HorizontalScaling loki-xbfowt write,read,gateway Running 0/3 Sep 11,2025 17:30 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Running Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:27 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:29 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:28 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:28 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 No resources found in loki-xbfowt namespace. check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-horizontalscaling-xgcms ns-ybbae HorizontalScaling loki-xbfowt write,read,gateway Succeed 3/3 Sep 11,2025 17:30 UTC+0800 check ops status done ops_status:loki-xbfowt-horizontalscaling-xgcms ns-ybbae HorizontalScaling loki-xbfowt write,read,gateway Succeed 3/3 Sep 11,2025 17:30 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-horizontalscaling-xgcms --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-horizontalscaling-xgcms patched `kbcli cluster delete-ops --name loki-xbfowt-horizontalscaling-xgcms --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-horizontalscaling-xgcms deleted check component write exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=write --namespace ns-ybbae | (grep "write" || true )` check component read exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=read --namespace ns-ybbae | (grep "read" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart loki-xbfowt --auto-approve --force=true --components write,read --namespace ns-ybbae ` OpsRequest loki-xbfowt-restart-8pk2r created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-restart-8pk2r -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-restart-8pk2r ns-ybbae Restart loki-xbfowt write,read Running 0/2 Sep 11,2025 17:31 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 100m / 100m 512Mi / 512Mi data:1Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:27 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:29 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:31 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000001/10.224.0.7 Sep 11,2025 17:31 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-restart-8pk2r ns-ybbae Restart loki-xbfowt write,read Succeed 2/2 Sep 11,2025 17:31 UTC+0800 check ops status done ops_status:loki-xbfowt-restart-8pk2r ns-ybbae Restart loki-xbfowt write,read Succeed 2/2 Sep 11,2025 17:31 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-restart-8pk2r --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-restart-8pk2r patched `kbcli cluster delete-ops --name loki-xbfowt-restart-8pk2r --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-restart-8pk2r deleted `kubectl get pvc -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=backend,apps.kubeblocks.io/vct-name=data --namespace ns-ybbae ` cluster volume-expand check cluster status before ops check cluster status done cluster_status:Running No resources found in loki-xbfowt namespace. `kbcli cluster volume-expand loki-xbfowt --auto-approve --force=true --components backend --volume-claim-templates data --storage 3Gi --namespace ns-ybbae ` OpsRequest loki-xbfowt-volumeexpansion-jwskh created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-volumeexpansion-jwskh -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-volumeexpansion-jwskh ns-ybbae VolumeExpansion loki-xbfowt backend Running 0/1 Sep 11,2025 17:32 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:27 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:29 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:31 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000001/10.224.0.7 Sep 11,2025 17:31 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 No resources found in loki-xbfowt namespace. check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-volumeexpansion-jwskh ns-ybbae VolumeExpansion loki-xbfowt backend Succeed 1/1 Sep 11,2025 17:32 UTC+0800 check ops status done ops_status:loki-xbfowt-volumeexpansion-jwskh ns-ybbae VolumeExpansion loki-xbfowt backend Succeed 1/1 Sep 11,2025 17:32 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-volumeexpansion-jwskh --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-volumeexpansion-jwskh patched `kbcli cluster delete-ops --name loki-xbfowt-volumeexpansion-jwskh --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-volumeexpansion-jwskh deleted check component backend exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=backend --namespace ns-ybbae | (grep "backend" || true )` check component gateway exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=gateway --namespace ns-ybbae | (grep "gateway" || true )` cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart loki-xbfowt --auto-approve --force=true --components backend,gateway --namespace ns-ybbae ` OpsRequest loki-xbfowt-restart-brf69 created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-restart-brf69 -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-restart-brf69 ns-ybbae Restart loki-xbfowt backend,gateway Running 0/2 Sep 11,2025 17:41 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:41 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:41 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:31 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 100m / 100m 512Mi / 512Mi aks-cicdamdpool-12089392-vmss000001/10.224.0.7 Sep 11,2025 17:31 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-restart-brf69 ns-ybbae Restart loki-xbfowt backend,gateway Succeed 2/2 Sep 11,2025 17:41 UTC+0800 check ops status done ops_status:loki-xbfowt-restart-brf69 ns-ybbae Restart loki-xbfowt backend,gateway Succeed 2/2 Sep 11,2025 17:41 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-restart-brf69 --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-restart-brf69 patched `kbcli cluster delete-ops --name loki-xbfowt-restart-brf69 --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-restart-brf69 deleted check component write exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=write --namespace ns-ybbae | (grep "write" || true )` check component read exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=read --namespace ns-ybbae | (grep "read" || true )` check component gateway exists `kubectl get components -l app.kubernetes.io/instance=loki-xbfowt,apps.kubeblocks.io/component-name=gateway --namespace ns-ybbae | (grep "gateway" || true )` check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale loki-xbfowt --auto-approve --force=true --components write,read,gateway --cpu 200m --memory 0.6Gi --namespace ns-ybbae ` OpsRequest loki-xbfowt-verticalscaling-bmzmt created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-verticalscaling-bmzmt -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-verticalscaling-bmzmt ns-ybbae VerticalScaling loki-xbfowt write,read,gateway Running -/- Sep 11,2025 17:42 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 100m / 100m 512Mi / 512Mi data:3Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:41 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:42 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:42 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:42 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-verticalscaling-bmzmt ns-ybbae VerticalScaling loki-xbfowt write,read,gateway Succeed 3/3 Sep 11,2025 17:42 UTC+0800 check ops status done ops_status:loki-xbfowt-verticalscaling-bmzmt ns-ybbae VerticalScaling loki-xbfowt write,read,gateway Succeed 3/3 Sep 11,2025 17:42 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-verticalscaling-bmzmt --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-verticalscaling-bmzmt patched `kbcli cluster delete-ops --name loki-xbfowt-verticalscaling-bmzmt --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-verticalscaling-bmzmt deleted check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale loki-xbfowt --auto-approve --force=true --components backend --cpu 200m --memory 0.6Gi --namespace ns-ybbae ` OpsRequest loki-xbfowt-verticalscaling-5x8f8 created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-verticalscaling-5x8f8 -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-verticalscaling-5x8f8 ns-ybbae VerticalScaling loki-xbfowt backend Running -/- Sep 11,2025 17:42 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:42 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:42 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:42 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:42 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-verticalscaling-5x8f8 ns-ybbae VerticalScaling loki-xbfowt backend Succeed 1/1 Sep 11,2025 17:42 UTC+0800 check ops status done ops_status:loki-xbfowt-verticalscaling-5x8f8 ns-ybbae VerticalScaling loki-xbfowt backend Succeed 1/1 Sep 11,2025 17:42 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-verticalscaling-5x8f8 --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-verticalscaling-5x8f8 patched `kbcli cluster delete-ops --name loki-xbfowt-verticalscaling-5x8f8 --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-verticalscaling-5x8f8 deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart loki-xbfowt --auto-approve --force=true --namespace ns-ybbae ` OpsRequest loki-xbfowt-restart-72fjw created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-restart-72fjw -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-restart-72fjw ns-ybbae Restart loki-xbfowt write,read,backend,gateway Running -/- Sep 11,2025 17:43 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-restart-72fjw ns-ybbae Restart loki-xbfowt write,read,backend,gateway Succeed 4/4 Sep 11,2025 17:43 UTC+0800 check ops status done ops_status:loki-xbfowt-restart-72fjw ns-ybbae Restart loki-xbfowt write,read,backend,gateway Succeed 4/4 Sep 11,2025 17:43 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-restart-72fjw --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-restart-72fjw patched `kbcli cluster delete-ops --name loki-xbfowt-restart-72fjw --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-restart-72fjw deleted cluster does not need to check monitor currently check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Running Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 cluster backend scale-out cluster backend scale-out replicas: 2 check cluster status before ops check cluster status done cluster_status:Running No resources found in loki-xbfowt namespace. `kbcli cluster scale-out loki-xbfowt --auto-approve --force=true --components backend --replicas 1 --namespace ns-ybbae ` OpsRequest loki-xbfowt-horizontalscaling-bhx8j created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-horizontalscaling-bhx8j -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-horizontalscaling-bhx8j ns-ybbae HorizontalScaling loki-xbfowt backend Running 0/1 Sep 11,2025 17:44 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-backend-1 ns-ybbae loki-xbfowt backend Running 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-12089392-vmss000001/10.224.0.7 Sep 11,2025 17:44 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 No resources found in loki-xbfowt namespace. check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-horizontalscaling-bhx8j ns-ybbae HorizontalScaling loki-xbfowt backend Succeed 1/1 Sep 11,2025 17:44 UTC+0800 check ops status done ops_status:loki-xbfowt-horizontalscaling-bhx8j ns-ybbae HorizontalScaling loki-xbfowt backend Succeed 1/1 Sep 11,2025 17:44 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-horizontalscaling-bhx8j --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-horizontalscaling-bhx8j patched `kbcli cluster delete-ops --name loki-xbfowt-horizontalscaling-bhx8j --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-horizontalscaling-bhx8j deleted cluster backend scale-in cluster backend scale-in replicas: 1 check cluster status before ops check cluster status done cluster_status:Running No resources found in loki-xbfowt namespace. `kbcli cluster scale-in loki-xbfowt --auto-approve --force=true --components backend --replicas 1 --namespace ns-ybbae ` OpsRequest loki-xbfowt-horizontalscaling-9gxd5 created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-horizontalscaling-9gxd5 -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-horizontalscaling-9gxd5 ns-ybbae HorizontalScaling loki-xbfowt backend Running -/- Sep 11,2025 17:45 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Running Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:43 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 No resources found in loki-xbfowt namespace. check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-horizontalscaling-9gxd5 ns-ybbae HorizontalScaling loki-xbfowt backend Succeed 1/1 Sep 11,2025 17:45 UTC+0800 check ops status done ops_status:loki-xbfowt-horizontalscaling-9gxd5 ns-ybbae HorizontalScaling loki-xbfowt backend Succeed 1/1 Sep 11,2025 17:45 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-horizontalscaling-9gxd5 --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-horizontalscaling-9gxd5 patched `kbcli cluster delete-ops --name loki-xbfowt-horizontalscaling-9gxd5 --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-horizontalscaling-9gxd5 deleted cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop loki-xbfowt --auto-approve --force=true --namespace ns-ybbae ` OpsRequest loki-xbfowt-stop-jxzcq created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-stop-jxzcq -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-stop-jxzcq ns-ybbae Stop loki-xbfowt backend,gateway,read,write Running 0/4 Sep 11,2025 17:45 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Stopped Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki check cluster status done cluster_status:Stopped check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME check pod status done check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-stop-jxzcq ns-ybbae Stop loki-xbfowt backend,gateway,read,write Succeed 4/4 Sep 11,2025 17:45 UTC+0800 check ops status done ops_status:loki-xbfowt-stop-jxzcq ns-ybbae Stop loki-xbfowt backend,gateway,read,write Succeed 4/4 Sep 11,2025 17:45 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-stop-jxzcq --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-stop-jxzcq patched `kbcli cluster delete-ops --name loki-xbfowt-stop-jxzcq --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-stop-jxzcq deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start loki-xbfowt --force=true --namespace ns-ybbae ` OpsRequest loki-xbfowt-start-zzrkd created successfully, you can view the progress: kbcli cluster describe-ops loki-xbfowt-start-zzrkd -n ns-ybbae check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-start-zzrkd ns-ybbae Start loki-xbfowt backend,gateway,read,write Running 0/4 Sep 11,2025 17:45 UTC+0800 check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki Delete Updating Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating cluster_status:Updating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:45 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:45 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:45 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:45 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 check ops status `kbcli cluster list-ops loki-xbfowt --status all --namespace ns-ybbae ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME loki-xbfowt-start-zzrkd ns-ybbae Start loki-xbfowt backend,gateway,read,write Succeed 4/4 Sep 11,2025 17:45 UTC+0800 check ops status done ops_status:loki-xbfowt-start-zzrkd ns-ybbae Start loki-xbfowt backend,gateway,read,write Succeed 4/4 Sep 11,2025 17:45 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests.operations loki-xbfowt-start-zzrkd --namespace ns-ybbae ` opsrequest.operations.kubeblocks.io/loki-xbfowt-start-zzrkd patched `kbcli cluster delete-ops --name loki-xbfowt-start-zzrkd --force --auto-approve --namespace ns-ybbae ` OpsRequest loki-xbfowt-start-zzrkd deleted cluster update terminationPolicy WipeOut `kbcli cluster update loki-xbfowt --termination-policy=WipeOut --namespace ns-ybbae ` cluster.apps.kubeblocks.io/loki-xbfowt updated check cluster status `kbcli cluster list loki-xbfowt --show-labels --namespace ns-ybbae ` NAME NAMESPACE CLUSTER-DEFINITION TERMINATION-POLICY STATUS CREATED-TIME LABELS loki-xbfowt ns-ybbae loki WipeOut Running Sep 11,2025 17:27 UTC+0800 app.kubernetes.io/instance=loki-xbfowt,clusterdefinition.kubeblocks.io/name=loki check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances loki-xbfowt --namespace ns-ybbae ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME loki-xbfowt-backend-0 ns-ybbae loki-xbfowt backend Running 0 200m / 200m 644245094400m / 644245094400m data:3Gi aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:45 UTC+0800 loki-xbfowt-gateway-0 ns-ybbae loki-xbfowt gateway Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:45 UTC+0800 loki-xbfowt-read-0 ns-ybbae loki-xbfowt read Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000000/10.224.0.5 Sep 11,2025 17:45 UTC+0800 loki-xbfowt-write-0 ns-ybbae loki-xbfowt write Running 0 200m / 200m 644245094400m / 644245094400m aks-cicdamdpool-12089392-vmss000003/10.224.0.8 Sep 11,2025 17:45 UTC+0800 check pod status done connect unsupported engine type: loki loki-write-1.0.1 cluster list-logs `kbcli cluster list-logs loki-xbfowt --namespace ns-ybbae ` No log files found. Error from server (NotFound): pods "loki-xbfowt-backend-0" not found cluster logs `kbcli cluster logs loki-xbfowt --tail 30 --namespace ns-ybbae ` level=info ts=2025-09-11T09:56:24.894571021Z caller=basic_lifecycler.go:297 msg="instance not found in the ring" instance=loki-xbfowt-backend-0 ring=index-gateway level=info ts=2025-09-11T09:56:24.894602121Z caller=basic_lifecycler_delegates.go:63 msg="not loading tokens from file, tokens file path is empty" level=info ts=2025-09-11T09:56:24.894598321Z caller=module_service.go:82 msg=initialising module=ring level=info ts=2025-09-11T09:56:24.894632322Z caller=module_service.go:82 msg=initialising module=query-scheduler-ring level=info ts=2025-09-11T09:56:24.894716323Z caller=basic_lifecycler.go:297 msg="instance not found in the ring" instance=loki-xbfowt-backend-0 ring=scheduler level=info ts=2025-09-11T09:56:24.894758324Z caller=basic_lifecycler_delegates.go:63 msg="not loading tokens from file, tokens file path is empty" level=info ts=2025-09-11T09:56:24.895396835Z caller=ringmanager.go:184 msg="waiting until index gateway is JOINING in the ring" level=info ts=2025-09-11T09:56:24.895407535Z caller=ringmanager.go:188 msg="index gateway is JOINING in the ring" level=info ts=2025-09-11T09:56:24.895585038Z caller=module_service.go:82 msg=initialising module=ingester-querier level=info ts=2025-09-11T09:56:24.895344634Z caller=basic_lifecycler.go:297 msg="instance not found in the ring" instance=loki-xbfowt-backend-0 ring=compactor level=info ts=2025-09-11T09:56:24.895661139Z caller=basic_lifecycler_delegates.go:63 msg="not loading tokens from file, tokens file path is empty" level=info ts=2025-09-11T09:56:24.895777641Z caller=compactor.go:395 msg="waiting until compactor is JOINING in the ring" level=info ts=2025-09-11T09:56:24.895791042Z caller=compactor.go:399 msg="compactor is JOINING in the ring" level=info ts=2025-09-11T09:56:24.895805342Z caller=ringmanager.go:201 msg="waiting until scheduler is JOINING in the ring" level=info ts=2025-09-11T09:56:24.895829942Z caller=ringmanager.go:205 msg="scheduler is JOINING in the ring" level=info ts=2025-09-11T09:56:25.896508047Z caller=ringmanager.go:214 msg="waiting until scheduler is ACTIVE in the ring" level=info ts=2025-09-11T09:56:25.897460263Z caller=compactor.go:409 msg="waiting until compactor is ACTIVE in the ring" level=info ts=2025-09-11T09:56:25.897554964Z caller=ringmanager.go:197 msg="waiting until index gateway is ACTIVE in the ring" level=info ts=2025-09-11T09:56:26.02100505Z caller=compactor.go:413 msg="compactor is ACTIVE in the ring" level=info ts=2025-09-11T09:56:26.03226954Z caller=ringmanager.go:201 msg="index gateway is ACTIVE in the ring" level=info ts=2025-09-11T09:56:26.032392742Z caller=module_service.go:82 msg=initialising module=store level=info ts=2025-09-11T09:56:26.032430543Z caller=module_service.go:82 msg=initialising module=index-gateway level=info ts=2025-09-11T09:56:26.032491144Z caller=module_service.go:82 msg=initialising module=ruler level=info ts=2025-09-11T09:56:26.032508544Z caller=ruler.go:528 msg="ruler up and running" level=info ts=2025-09-11T09:56:26.039571863Z caller=ringmanager.go:218 msg="scheduler is ACTIVE in the ring" level=info ts=2025-09-11T09:56:26.039668365Z caller=module_service.go:82 msg=initialising module=query-scheduler level=info ts=2025-09-11T09:56:26.039763567Z caller=loki.go:505 msg="Loki started" level=info ts=2025-09-11T09:56:29.040548458Z caller=scheduler.go:615 msg="this scheduler is in the ReplicationSet, will now accept requests." level=info ts=2025-09-11T09:56:31.021640763Z caller=compactor.go:474 msg="this instance has been chosen to run the compactor, starting compactor" level=info ts=2025-09-11T09:56:31.021740265Z caller=compactor.go:503 msg="waiting 5m0s for ring to stay stable and previous compactions to finish before starting compactor" delete cluster loki-xbfowt `kbcli cluster delete loki-xbfowt --auto-approve --namespace ns-ybbae ` Cluster loki-xbfowt deleted pod_info:loki-xbfowt-backend-0 1/1 Running 0 11m loki-xbfowt-gateway-0 1/1 Running 0 11m loki-xbfowt-read-0 1/1 Running 0 11m loki-xbfowt-write-0 1/1 Running 0 11m No resources found in ns-ybbae namespace. delete cluster pod done No resources found in ns-ybbae namespace. check cluster resource non-exist OK: pvc No resources found in ns-ybbae namespace. delete cluster done No resources found in ns-ybbae namespace. No resources found in ns-ybbae namespace. No resources found in ns-ybbae namespace. Loki Test Suite All Done! Test Engine: loki Test Type: 54 --------------------------------------Loki (Topology = loki-cluster Replicas 1) Test Result-------------------------------------- [PASSED]|[Create]|[ComponentDefinition=loki-write-1.0.1;ComponentVersion=loki;ServiceVersion=1.0.0;]|[Description=Create a cluster with the specified component definition loki-write-1.0.1 and component version loki and service version 1.0.0] [PASSED]|[HorizontalScaling Out]|[ComponentName=write,read,gateway]|[Description=HorizontalScaling Out the cluster specify component write,read,gateway] [PASSED]|[HorizontalScaling In]|[ComponentName=write,read,gateway]|[Description=HorizontalScaling In the cluster specify component write,read,gateway] [PASSED]|[Restart]|[ComponentName=write,read]|[Description=Restart the cluster specify component write,read] [PASSED]|[VolumeExpansion]|[ComponentName=backend]|[Description=VolumeExpansion the cluster specify component backend] [PASSED]|[Restart]|[ComponentName=backend,gateway]|[Description=Restart the cluster specify component backend,gateway] [PASSED]|[VerticalScaling]|[ComponentName=write,read,gateway]|[Description=VerticalScaling the cluster specify component write,read,gateway] [PASSED]|[VerticalScaling]|[ComponentName=backend]|[Description=VerticalScaling the cluster specify component backend] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [PASSED]|[Update]|[Monitor=true]|[Description=Update the cluster Monitor enable] [PASSED]|[HorizontalScaling Out]|[ComponentName=backend]|[Description=HorizontalScaling Out the cluster specify component backend] [PASSED]|[HorizontalScaling In]|[ComponentName=backend]|[Description=HorizontalScaling In the cluster specify component backend] [PASSED]|[Stop]|[-]|[Description=Stop the cluster] [PASSED]|[Start]|[-]|[Description=Start the cluster] [PASSED]|[Update]|[TerminationPolicy=WipeOut]|[Description=Update the cluster TerminationPolicy WipeOut] [PASSED]|[Delete]|[-]|[Description=Delete the cluster] [END]]