Skip to content

Commit

Permalink
[Docs] Fix inconsistent example in spot instance documentation (#3996)
Browse files Browse the repository at this point in the history
* [Docs] Fix inconsistent example in spot instance documentation

Fixes #3995

* Update docs/source/serving/spot-policy.rst

Co-authored-by: Zhanghao Wu <zhanghao.wu@outlook.com>

---------

Co-authored-by: Zhanghao Wu <zhanghao.wu@outlook.com>
  • Loading branch information
andylizf and Michaelvll authored Sep 29, 2024
1 parent e6a3b83 commit 8dd0031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/serving/spot-policy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ When the service is up, we can check the status of the service and the replicas
http-server 3 1 - 1 mins ago 1x GCP(vCPU=2) PROVISIONING us-east1
http-server 4 1 - 1 min ago 1x GCP(vCPU=2) PROVISIONING us-central1
When the required number of spot replicas are not available, SkyServe will provision the number of on-demand replicas needed to meet the target number of replicas. For example, when the target number is 2 and only 1 spot replica is ready, SkyServe will provision 1 on-demand replica to meet the target number of replicas.
When the required number of spot replicas are not available, SkyServe will provision on-demand replicas to meet the target number of replicas. For example, when the target number is 2 and no spot replicas are ready, SkyServe will provision 2 on-demand replicas to meet the target number of replicas.

.. code-block:: console
Expand Down Expand Up @@ -157,4 +157,4 @@ Eventually, when the spot availability is back, SkyServe will automatically scal
Service Replicas
SERVICE_NAME ID VERSION ENDPOINT LAUNCHED RESOURCES STATUS REGION
http-server 2 1 http://34.68.226.193:8081 10 mins ago 1x GCP([Spot]vCPU=2) READY us-central1
http-server 5 1 http://34.121.49.94:8081 1 min ago 1x GCP([Spot]vCPU=2) READY us-central1
http-server 5 1 http://34.121.49.94:8081 1 min ago 1x GCP([Spot]vCPU=2) READY us-central1

0 comments on commit 8dd0031

Please sign in to comment.