Skip to content

Commit 1783062

Browse files
committed
Minor update
1 parent 20a4229 commit 1783062

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/docs/concepts/services.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,12 @@ If `dstack` can apply all the detected changes without a full service restart, i
706706

707707
During deployment, new and old replicas can coexist and handle requests simultaneously. If the service has multiple replicas, they are updated one by one — there can be at most one extra replica above the desired number of replicas, as determined by the `replicas` and `scaling` properties.
708708

709-
You can track the deployment progress in the `dstack apply` output. The `deployment` number will be lower for old replicas and higher for new ones.
709+
You can track the deployment progress in the `dstack apply` output or in `dstack ps`. The `deployment` number will be lower for old replicas and higher for new ones.
710+
711+
<!--
712+
Not using termy for this example, since the example shows an intermediate CLI state,
713+
not a completed command.
714+
-->
710715

711716
```shell
712717
$ dstack apply -f my-service.dstack.yml

0 commit comments

Comments
 (0)