Skip to content

Commit eed3f86

Browse files
authored
fix(docs): Updated llamastack pod metadata (#4983)
# What does this PR do? <!-- Provide a short summary of what this PR does and why. Link to relevant issues if applicable. --> <!-- If resolving an issue, uncomment and update the line below --> <!-- Closes #[issue-number] --> ## Test Plan <!-- Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.* --> <!-- For API changes, include: 1. A testing script (Python, curl, etc.) that exercises the new/modified endpoints 2. The output from running your script Example: ```python ... ... ``` Output: ``` <paste actual output here> ``` -->
1 parent 994f328 commit eed3f86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/docs/deploying/kubernetes_deployment.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,10 @@ Wait for the Llama Stack server pod to be ready:
201201
kubectl get llamastackdistribution llamastack-vllm
202202

203203
# Check the pods created by the operator
204-
kubectl get pods -l app.kubernetes.io/name=llama-stack
204+
kubectl get pods -l app.kubernetes.io/instance=llamastack-vllm
205205

206206
# Wait for the pod to be ready
207-
kubectl wait --for=condition=ready pod -l app.kubernetes.io/name=llama-stack --timeout=300s
207+
kubectl wait --for=condition=ready pod -l app.kubernetes.io/instance=llamastack-vllm --timeout=300s
208208
```
209209

210210
Get the service name created by the operator (it typically follows the pattern `<llamastackdistribution-name>-service`):

0 commit comments

Comments
 (0)