From 604827d699253524c634d709d5aea1d58ed2662a Mon Sep 17 00:00:00 2001 From: Dwyane Shi Date: Wed, 19 Feb 2025 12:18:32 -0800 Subject: [PATCH] [Docs] fix format of the dist kv cache doc Signed-off-by: Dwyane Shi --- docs/source/features/distributed-kv-cache.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/features/distributed-kv-cache.rst b/docs/source/features/distributed-kv-cache.rst index 59fc49b6..a39ede58 100644 --- a/docs/source/features/distributed-kv-cache.rst +++ b/docs/source/features/distributed-kv-cache.rst @@ -67,10 +67,10 @@ After launching AIBrix's deployment, we can use the following yaml to deploy a d 2. ``kvcache.orchestration.aibrix.ai/node-affinity-gpu-type`` is unnecessary unless you deploy the model across different GPUs. -Run ``kubectl get pods`` to verify all pods are running. +Run ``kubectl get pods -o wide`` to verify all pods are running. + +.. code-block:: RST -.. note:: - kubectl get pods -o wide NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES deepseek-coder-7b-instruct-85664648c7-xgp9h 1/1 Running 0 2m41s 192.168.59.224 ip-192-168-41-184.us-west-2.compute.internal deepseek-coder-7b-kvcache-7d5896cd89-dcfzt 1/1 Running 0 2m31s 192.168.37.154 ip-192-168-41-184.us-west-2.compute.internal