source commons files source engines files source kubeblocks files `kubectl get namespace | grep ns-dgozt ` `kubectl create namespace ns-dgozt` namespace/ns-dgozt created create namespace ns-dgozt done download kbcli `gh release list --repo apecloud/kbcli --limit 100 | (grep "0.9" || true)` `curl -fsSL https://kubeblocks.io/installer/install_cli.sh | bash -s v0.9.4-beta.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 32.1M 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32.1M 100 32.1M 0 0 48.7M 0 --:--:-- --:--:-- --:--:-- 247M kbcli installed successfully. Kubernetes: v1.32.5-eks-5d4a308 KubeBlocks: 0.9.4 kbcli: 0.9.4-beta.1 WARNING: version difference between kbcli (0.9.4-beta.1) and kubeblocks (0.9.4) 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 v0.9.4-beta.1 done Kubernetes: v1.32.5-eks-5d4a308 KubeBlocks: 0.9.4 kbcli: 0.9.4-beta.1 WARNING: version difference between kbcli (0.9.4-beta.1) and kubeblocks (0.9.4) Kubernetes Env: v1.32.5-eks-5d4a308 POD_RESOURCES: No resources found found default storage class: gp3 kubeblocks version is:0.9.4 skip upgrade kubeblocks 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 cluster definition set component name:xinference set component version set component version:xinference set service versions:0.11.0,0.11.0-cpu,0.15.4,0.15.4-cpu set service versions sorted:0.11.0,0.11.0-cpu,0.15.4,0.15.4-cpu unsupported component definition set replicas first:2,0.15.4-cpu set replicas third:2,0.15.4-cpu set replicas fourth:2,0.15.4-cpu set minimum cmpv service version set minimum cmpv service version replicas:2,0.15.4-cpu REPORT_COUNT:1 CLUSTER_TOPOLOGY: set cluster topology: cluster LIMIT_CPU:1 LIMIT_MEMORY:2 storage size: 20 No resources found in ns-dgozt namespace. termination_policy:Delete create 2 replica Delete xinference cluster check cluster definition apiVersion: apps.kubeblocks.io/v1alpha1 kind: Cluster metadata: name: xinferen-fihzge namespace: ns-dgozt spec: clusterDefinitionRef: xinference topology: cluster terminationPolicy: Delete componentSpecs: - name: xinference serviceVersion: 0.15.4-cpu replicas: 2 resources: requests: cpu: 1000m memory: 2Gi limits: cpu: 1000m memory: 2Gi volumeClaimTemplates: - name: data spec: storageClassName: accessModes: - ReadWriteOnce resources: requests: storage: 20Gi `kubectl apply -f test_create_xinferen-fihzge.yaml` cluster.apps.kubeblocks.io/xinferen-fihzge created apply test_create_xinferen-fihzge.yaml Success `rm -rf test_create_xinferen-fihzge.yaml` check cluster status `kbcli cluster list xinferen-fihzge --show-labels --namespace ns-dgozt ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS xinferen-fihzge ns-dgozt xinference Delete Jun 19,2025 18:13 UTC+0800 clusterdefinition.kubeblocks.io/name=xinference,clusterversion.kubeblocks.io/name= cluster_status: cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating cluster_status:Creating check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances xinferen-fihzge --namespace ns-dgozt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME xinferen-fihzge-xinference-0 ns-dgozt xinferen-fihzge xinference Running us-west-2a 1 / 1 2Gi / 2Gi data:20Gi ip-172-31-1-184.us-west-2.compute.internal/172.31.1.184 Jun 19,2025 18:13 UTC+0800 xinferen-fihzge-xinference-1 ns-dgozt xinferen-fihzge xinference Running us-west-2a 1 / 1 2Gi / 2Gi data:20Gi ip-172-31-6-255.us-west-2.compute.internal/172.31.6.255 Jun 19,2025 18:13 UTC+0800 check pod status done connect unsupported engine type: xinference `kubectl get secrets -l app.kubernetes.io/instance=xinferen-fihzge` No resources found in ns-dgozt namespace. Not found cluster secret DB_USERNAME:;DB_PASSWORD:;DB_PORT:;DB_DATABASE: There is no password in Type: 35. describe cluster `kbcli cluster describe xinferen-fihzge --namespace ns-dgozt ` Name: xinferen-fihzge Created Time: Jun 19,2025 18:13 UTC+0800 NAMESPACE CLUSTER-DEFINITION VERSION STATUS TERMINATION-POLICY ns-dgozt xinference Running Delete Endpoints: COMPONENT MODE INTERNAL EXTERNAL xinference ReadWrite xinferen-fihzge-xinference-http.ns-dgozt.svc.cluster.local:9997 Topology: COMPONENT INSTANCE ROLE STATUS AZ NODE CREATED-TIME xinference xinferen-fihzge-xinference-0 Running us-west-2a ip-172-31-1-184.us-west-2.compute.internal/172.31.1.184 Jun 19,2025 18:13 UTC+0800 xinference xinferen-fihzge-xinference-1 Running us-west-2a ip-172-31-6-255.us-west-2.compute.internal/172.31.6.255 Jun 19,2025 18:13 UTC+0800 Resources Allocation: COMPONENT DEDICATED CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE-SIZE STORAGE-CLASS xinference false 1 / 1 2Gi / 2Gi data:20Gi kb-default-sc Images: COMPONENT TYPE IMAGE xinference docker.io/apecloud/xinference:v0.15.4-cpu Show cluster events: kbcli cluster list-events -n ns-dgozt xinferen-fihzge `kbcli cluster label xinferen-fihzge app.kubernetes.io/instance- --namespace ns-dgozt ` label "app.kubernetes.io/instance" not found. `kbcli cluster label xinferen-fihzge app.kubernetes.io/instance=xinferen-fihzge --namespace ns-dgozt ` `kbcli cluster label xinferen-fihzge --list --namespace ns-dgozt ` NAME NAMESPACE LABELS xinferen-fihzge ns-dgozt app.kubernetes.io/instance=xinferen-fihzge clusterdefinition.kubeblocks.io/name=xinference clusterversion.kubeblocks.io/name= label cluster app.kubernetes.io/instance=xinferen-fihzge Success `kbcli cluster label case.name=kbcli.test1 -l app.kubernetes.io/instance=xinferen-fihzge --namespace ns-dgozt ` `kbcli cluster label xinferen-fihzge --list --namespace ns-dgozt ` NAME NAMESPACE LABELS xinferen-fihzge ns-dgozt app.kubernetes.io/instance=xinferen-fihzge case.name=kbcli.test1 clusterdefinition.kubeblocks.io/name=xinference clusterversion.kubeblocks.io/name= label cluster case.name=kbcli.test1 Success `kbcli cluster label xinferen-fihzge case.name=kbcli.test2 --overwrite --namespace ns-dgozt ` `kbcli cluster label xinferen-fihzge --list --namespace ns-dgozt ` NAME NAMESPACE LABELS xinferen-fihzge ns-dgozt app.kubernetes.io/instance=xinferen-fihzge case.name=kbcli.test2 clusterdefinition.kubeblocks.io/name=xinference clusterversion.kubeblocks.io/name= label cluster case.name=kbcli.test2 Success `kbcli cluster label xinferen-fihzge case.name- --namespace ns-dgozt ` `kbcli cluster label xinferen-fihzge --list --namespace ns-dgozt ` NAME NAMESPACE LABELS xinferen-fihzge ns-dgozt app.kubernetes.io/instance=xinferen-fihzge clusterdefinition.kubeblocks.io/name=xinference clusterversion.kubeblocks.io/name= delete cluster label case.name Success cluster connect kbcli unsupported engine type: xinference cluster vscale check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster vscale xinferen-fihzge --auto-approve --force=true --components xinference --cpu 1100m --memory 2.1Gi --namespace ns-dgozt ` OpsRequest xinferen-fihzge-verticalscaling-6mfbq created successfully, you can view the progress: kbcli cluster describe-ops xinferen-fihzge-verticalscaling-6mfbq -n ns-dgozt check ops status `kbcli cluster list-ops xinferen-fihzge --status all --namespace ns-dgozt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME xinferen-fihzge-verticalscaling-6mfbq ns-dgozt VerticalScaling xinferen-fihzge xinference Running -/- Jun 19,2025 18:16 UTC+0800 check cluster status `kbcli cluster list xinferen-fihzge --show-labels --namespace ns-dgozt ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS xinferen-fihzge ns-dgozt xinference Delete Updating Jun 19,2025 18:13 UTC+0800 app.kubernetes.io/instance=xinferen-fihzge,clusterdefinition.kubeblocks.io/name=xinference,clusterversion.kubeblocks.io/name= 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 xinferen-fihzge --namespace ns-dgozt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME xinferen-fihzge-xinference-0 ns-dgozt xinferen-fihzge xinference Running us-west-2a 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi ip-172-31-1-184.us-west-2.compute.internal/172.31.1.184 Jun 19,2025 18:17 UTC+0800 xinferen-fihzge-xinference-1 ns-dgozt xinferen-fihzge xinference Running us-west-2a 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi ip-172-31-6-255.us-west-2.compute.internal/172.31.6.255 Jun 19,2025 18:16 UTC+0800 check pod status done connect unsupported engine type: xinference check ops status `kbcli cluster list-ops xinferen-fihzge --status all --namespace ns-dgozt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME xinferen-fihzge-verticalscaling-6mfbq ns-dgozt VerticalScaling xinferen-fihzge xinference Succeed 2/2 Jun 19,2025 18:16 UTC+0800 check ops status done ops_status:xinferen-fihzge-verticalscaling-6mfbq ns-dgozt VerticalScaling xinferen-fihzge xinference Succeed 2/2 Jun 19,2025 18:16 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests xinferen-fihzge-verticalscaling-6mfbq --namespace ns-dgozt ` opsrequest.apps.kubeblocks.io/xinferen-fihzge-verticalscaling-6mfbq patched `kbcli cluster delete-ops --name xinferen-fihzge-verticalscaling-6mfbq --force --auto-approve --namespace ns-dgozt ` OpsRequest xinferen-fihzge-verticalscaling-6mfbq deleted cluster restart check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster restart xinferen-fihzge --auto-approve --force=true --namespace ns-dgozt ` OpsRequest xinferen-fihzge-restart-jdfmj created successfully, you can view the progress: kbcli cluster describe-ops xinferen-fihzge-restart-jdfmj -n ns-dgozt check ops status `kbcli cluster list-ops xinferen-fihzge --status all --namespace ns-dgozt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME xinferen-fihzge-restart-jdfmj ns-dgozt Restart xinferen-fihzge xinference Pending -/- Jun 19,2025 18:17 UTC+0800 ops_status:xinferen-fihzge-restart-jdfmj ns-dgozt Restart xinferen-fihzge xinference Creating -/- Jun 19,2025 18:17 UTC+0800 check cluster status `kbcli cluster list xinferen-fihzge --show-labels --namespace ns-dgozt ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS xinferen-fihzge ns-dgozt xinference Delete Updating Jun 19,2025 18:13 UTC+0800 app.kubernetes.io/instance=xinferen-fihzge,clusterdefinition.kubeblocks.io/name=xinference,clusterversion.kubeblocks.io/name= 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 xinferen-fihzge --namespace ns-dgozt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME xinferen-fihzge-xinference-0 ns-dgozt xinferen-fihzge xinference Running us-west-2a 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi ip-172-31-1-184.us-west-2.compute.internal/172.31.1.184 Jun 19,2025 18:18 UTC+0800 xinferen-fihzge-xinference-1 ns-dgozt xinferen-fihzge xinference Running us-west-2a 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi ip-172-31-6-255.us-west-2.compute.internal/172.31.6.255 Jun 19,2025 18:17 UTC+0800 check pod status done connect unsupported engine type: xinference check ops status `kbcli cluster list-ops xinferen-fihzge --status all --namespace ns-dgozt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME xinferen-fihzge-restart-jdfmj ns-dgozt Restart xinferen-fihzge xinference Succeed 2/2 Jun 19,2025 18:17 UTC+0800 check ops status done ops_status:xinferen-fihzge-restart-jdfmj ns-dgozt Restart xinferen-fihzge xinference Succeed 2/2 Jun 19,2025 18:17 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests xinferen-fihzge-restart-jdfmj --namespace ns-dgozt ` opsrequest.apps.kubeblocks.io/xinferen-fihzge-restart-jdfmj patched `kbcli cluster delete-ops --name xinferen-fihzge-restart-jdfmj --force --auto-approve --namespace ns-dgozt ` OpsRequest xinferen-fihzge-restart-jdfmj deleted cluster stop check cluster status before ops check cluster status done cluster_status:Running `kbcli cluster stop xinferen-fihzge --auto-approve --force=true --namespace ns-dgozt ` OpsRequest xinferen-fihzge-stop-xg2cg created successfully, you can view the progress: kbcli cluster describe-ops xinferen-fihzge-stop-xg2cg -n ns-dgozt check ops status `kbcli cluster list-ops xinferen-fihzge --status all --namespace ns-dgozt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME xinferen-fihzge-stop-xg2cg ns-dgozt Stop xinferen-fihzge xinference Running 0/2 Jun 19,2025 18:18 UTC+0800 check cluster status `kbcli cluster list xinferen-fihzge --show-labels --namespace ns-dgozt ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS xinferen-fihzge ns-dgozt xinference Delete Stopping Jun 19,2025 18:13 UTC+0800 app.kubernetes.io/instance=xinferen-fihzge,clusterdefinition.kubeblocks.io/name=xinference,clusterversion.kubeblocks.io/name= cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping cluster_status:Stopping check cluster status done cluster_status:Stopped check pod status `kbcli cluster list-instances xinferen-fihzge --namespace ns-dgozt ` 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 xinferen-fihzge --status all --namespace ns-dgozt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME xinferen-fihzge-stop-xg2cg ns-dgozt Stop xinferen-fihzge xinference Succeed 2/2 Jun 19,2025 18:18 UTC+0800 check ops status done ops_status:xinferen-fihzge-stop-xg2cg ns-dgozt Stop xinferen-fihzge xinference Succeed 2/2 Jun 19,2025 18:18 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests xinferen-fihzge-stop-xg2cg --namespace ns-dgozt ` opsrequest.apps.kubeblocks.io/xinferen-fihzge-stop-xg2cg patched `kbcli cluster delete-ops --name xinferen-fihzge-stop-xg2cg --force --auto-approve --namespace ns-dgozt ` OpsRequest xinferen-fihzge-stop-xg2cg deleted cluster start check cluster status before ops check cluster status done cluster_status:Stopped `kbcli cluster start xinferen-fihzge --force=true --namespace ns-dgozt ` OpsRequest xinferen-fihzge-start-tn7ml created successfully, you can view the progress: kbcli cluster describe-ops xinferen-fihzge-start-tn7ml -n ns-dgozt check ops status `kbcli cluster list-ops xinferen-fihzge --status all --namespace ns-dgozt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME xinferen-fihzge-start-tn7ml ns-dgozt Start xinferen-fihzge Running -/- Jun 19,2025 18:19 UTC+0800 check cluster status `kbcli cluster list xinferen-fihzge --show-labels --namespace ns-dgozt ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS xinferen-fihzge ns-dgozt xinference Delete Running Jun 19,2025 18:13 UTC+0800 app.kubernetes.io/instance=xinferen-fihzge,clusterdefinition.kubeblocks.io/name=xinference,clusterversion.kubeblocks.io/name= check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances xinferen-fihzge --namespace ns-dgozt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME xinferen-fihzge-xinference-0 ns-dgozt xinferen-fihzge xinference Running us-west-2a 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi ip-172-31-6-255.us-west-2.compute.internal/172.31.6.255 Jun 19,2025 18:19 UTC+0800 xinferen-fihzge-xinference-1 ns-dgozt xinferen-fihzge xinference Running us-west-2a 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi ip-172-31-1-184.us-west-2.compute.internal/172.31.1.184 Jun 19,2025 18:19 UTC+0800 check pod status done connect unsupported engine type: xinference check ops status `kbcli cluster list-ops xinferen-fihzge --status all --namespace ns-dgozt ` NAME NAMESPACE TYPE CLUSTER COMPONENT STATUS PROGRESS CREATED-TIME xinferen-fihzge-start-tn7ml ns-dgozt Start xinferen-fihzge xinference Succeed 2/2 Jun 19,2025 18:19 UTC+0800 check ops status done ops_status:xinferen-fihzge-start-tn7ml ns-dgozt Start xinferen-fihzge xinference Succeed 2/2 Jun 19,2025 18:19 UTC+0800 `kubectl patch -p '***"metadata":***"finalizers":[]***' --type=merge opsrequests xinferen-fihzge-start-tn7ml --namespace ns-dgozt ` opsrequest.apps.kubeblocks.io/xinferen-fihzge-start-tn7ml patched `kbcli cluster delete-ops --name xinferen-fihzge-start-tn7ml --force --auto-approve --namespace ns-dgozt ` OpsRequest xinferen-fihzge-start-tn7ml deleted cluster update terminationPolicy WipeOut `kbcli cluster update xinferen-fihzge --termination-policy=WipeOut --namespace ns-dgozt ` cluster.apps.kubeblocks.io/xinferen-fihzge updated check cluster status `kbcli cluster list xinferen-fihzge --show-labels --namespace ns-dgozt ` NAME NAMESPACE CLUSTER-DEFINITION VERSION TERMINATION-POLICY STATUS CREATED-TIME LABELS xinferen-fihzge ns-dgozt xinference WipeOut Running Jun 19,2025 18:13 UTC+0800 app.kubernetes.io/instance=xinferen-fihzge,clusterdefinition.kubeblocks.io/name=xinference,clusterversion.kubeblocks.io/name= check cluster status done cluster_status:Running check pod status `kbcli cluster list-instances xinferen-fihzge --namespace ns-dgozt ` NAME NAMESPACE CLUSTER COMPONENT STATUS ROLE ACCESSMODE AZ CPU(REQUEST/LIMIT) MEMORY(REQUEST/LIMIT) STORAGE NODE CREATED-TIME xinferen-fihzge-xinference-0 ns-dgozt xinferen-fihzge xinference Running us-west-2a 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi ip-172-31-6-255.us-west-2.compute.internal/172.31.6.255 Jun 19,2025 18:19 UTC+0800 xinferen-fihzge-xinference-1 ns-dgozt xinferen-fihzge xinference Running us-west-2a 1100m / 1100m 2254857830400m / 2254857830400m data:20Gi ip-172-31-1-184.us-west-2.compute.internal/172.31.1.184 Jun 19,2025 18:19 UTC+0800 check pod status done connect unsupported engine type: xinference cluster list-logs `kbcli cluster list-logs xinferen-fihzge --namespace ns-dgozt ` No log files found. You can enable the log feature with the kbcli command below. kbcli cluster update xinferen-fihzge --enable-all-logs=true --namespace ns-dgozt Error from server (NotFound): pods "xinferen-fihzge-xinference-0" not found cluster logs `kbcli cluster logs xinferen-fihzge --tail 30 --namespace ns-dgozt ` /opt/conda/lib/python3.11/site-packages/xinference/deploy/cmdline.py:163: DeprecationWarning: Starting a local 'xinference' cluster via the 'xinference' command line is deprecated and will be removed in a future release. Please use the new 'xinference-local' command. warnings.warn( 2025-06-19 10:20:04,138 xinference.core.supervisor 16 INFO Xinference supervisor 0.0.0.0:24179 started 2025-06-19 10:20:04,160 xinference.core.worker 16 INFO Purge cache directory: /root/.xinference/cache 2025-06-19 10:20:04,162 xinference.core.worker 16 INFO Connected to supervisor as a fresh worker 2025-06-19 10:20:04,179 xinference.core.worker 16 INFO Xinference worker 0.0.0.0:24179 started 2025-06-19 10:20:11,005 xinference.api.restful_api 7 INFO Starting Xinference at endpoint: http://0.0.0.0:9997 2025-06-19 10:20:11,218 uvicorn.error 7 INFO Uvicorn running on http://0.0.0.0:9997 (Press CTRL+C to quit) delete cluster xinferen-fihzge `kbcli cluster delete xinferen-fihzge --auto-approve --namespace ns-dgozt ` Cluster xinferen-fihzge deleted pod_info:xinferen-fihzge-xinference-0 1/1 Terminating 0 32s xinferen-fihzge-xinference-1 1/1 Terminating 0 32s pod_info:xinferen-fihzge-xinference-0 1/1 Terminating 0 53s xinferen-fihzge-xinference-1 1/1 Terminating 0 53s No resources found in ns-dgozt namespace. delete cluster pod done No resources found in ns-dgozt namespace. check cluster resource non-exist OK: pvc No resources found in ns-dgozt namespace. delete cluster done No resources found in ns-dgozt namespace. No resources found in ns-dgozt namespace. No resources found in ns-dgozt namespace. Xinference Test Suite All Done! --------------------------------------Xinference (Topology = cluster Replicas 2) Test Result-------------------------------------- [PASSED]|[Create]|[Topology=cluster;ComponentVersion=xinference;ServiceVersion=0.15.4-cpu;]|[Description=Create a cluster with the specified topology cluster and component version xinference and service version 0.15.4-cpu] [PASSED]|[VerticalScaling]|[ComponentName=xinference]|[Description=VerticalScaling the cluster specify component xinference] [PASSED]|[Restart]|[-]|[Description=Restart the cluster] [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]