You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The number of gateway replicas can now be changed
in-place.
```shell
$ dstack apply -f my-gateway.dstack.yml
Found gateway my-gateway. Detected changes that can be updated in-place:
- replicas
Update the gateway? [y/n]:
```
When scaling in, `dstack` stops the oldest
replicas first.
Copy file name to clipboardExpand all lines: mkdocs/docs/concepts/gateways.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,6 @@ $ dstack gateway list
172
172
!!! warning "Experimental"
173
173
Replicated gateways are an experimental feature and currently have limitations:
174
174
175
-
- Changing the number of replicas or redeploying replicas is not supported.
176
175
- HTTPS is only supported for AWS gateways with the `acm` [certificate type](#certificate). For other gateways, use an external load balancer for TLS termination.
177
176
- All replicas are bound to the same backend and region.
0 commit comments