Skip to content

Commit

Permalink
Address code review feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan committed Feb 13, 2025
1 parent 51211e8 commit 91e47e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/features/autoscaling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ AiBrix supports all the vllm metrics. Please refer to https://docs.vllm.ai/en/st
How to deploy autoscaling policy
--------------------------------

It is simply applying podautoscaler yaml file.
It is simply applying PodAutoscaler yaml file.
One important thing you should note is that the deployment name and the name in `scaleTargetRef` in PodAutoscaler must be same.
That's how AiBrix PodAutoscaler refers to the right deployment.

Expand Down Expand Up @@ -90,7 +90,7 @@ Expected log output. You can see the current metric is gpu_cache_usage_perc. You
Custom Resource Status
^^^^^^^^^^^^^^^^^^^^^^

To describe the podautoscaler custom resource, you can run
To describe the PodAutoscaler custom resource, you can run

.. code-block:: bash
Expand Down

0 comments on commit 91e47e7

Please sign in to comment.