Steps to reproduce
- Apply this configuration.
type: service
name: test-service
gateway: false
image: nginx
port: 80
replicas: 1
- Apply this configuration.
type: service
name: test-service
gateway: false
image: nginx
port: 80
replicas: 2
Actual behaviour
> dstack apply
Active run test-service already exists. Detected configuration changes that can be updated in-place: ['replicas', 'priority']
Update the run? [y/n]:
Expected behaviour
> dstack apply
Active run test-service already exists. Detected configuration changes that can be updated in-place: ['replicas']
Update the run? [y/n]:
dstack version
0.19.11rc1
Server logs
Additional information
No response
Steps to reproduce
Actual behaviour
Expected behaviour
dstack version
0.19.11rc1
Server logs
Additional information
No response